Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 25th May 2004, 08:31   #1
Davion
Senior Member
 
Join Date: Apr 2004
Location: Nuremberg, Germany
Posts: 130
Send a message via Yahoo to Davion
create a shared network-folder

Another stupid question:

Is there a way to create a shared network-folder with NSIS?

I don't know if this is the right word for this, but I think you understand what I mean.

I just wanted to make the $INSTDIR of my Setup accessable for all users in the Network, so they can Install a client right from the server

hope anyone can help

thx Dave
Davion is offline   Reply With Quote
Old 27th May 2004, 16:20   #2
billclinton1982
Junior Member
 
Join Date: Jan 2004
Posts: 6
I don't think NSIS has any function to do this, but you can share a folder using 'net share' DOS command, like this :

Quote:
nsExec::Exec 'net share mynewsharedfolder=c:\something'
It should work
billclinton1982 is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump