Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 14th February 2002, 02:51   #1
cpsmusic
Junior Member
 
Join Date: Feb 2002
Posts: 2
Question Newbie Q: Multiple Install Directories

Hi,

I'm using NSIS for the first time and have a simple question. I need to install my application and I also need to put some dlls in the Windows System folder.

I've managed to get the NSIS examples to work however I can't figure out how to set two different install directories. I sure this is simple. If someone could help me out it would be much appreciated.

Cheers

Chris Share
cpsmusic is offline   Reply With Quote
Old 14th February 2002, 04:20   #2
rainwater
Senior Member
 
Join Date: Aug 2000
Posts: 396
Send a message via ICQ to rainwater
You need be using setoutpath. Then you can switch between the install directory and the windows directory, etc. If you truly needs more than one installation directory like $PROGRAMFILES/x and $PROGRAMFILES/y then you would need to use installoptions.

SetOutPath $INSTDIR
File x.txt
SetOutPath $SYSDIR
File x.dll
rainwater is offline   Reply With Quote
Old 14th February 2002, 10:07   #3
cpsmusic
Junior Member
 
Join Date: Feb 2002
Posts: 2
Thanks
cpsmusic 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