Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 13th April 2005, 07:24   #1
mariob
Guest
 
Posts: n/a
Multiple files instead single .exe

Hi!

Is it possible that NSIS compiler creates complete directory structure with all files included (and setup.exe which runs the installer), instead of creating single .exe?

Thanks!
  Reply With Quote
Old 13th April 2005, 10:23   #2
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
If I'm thinking what you are thinking, then use CopyFiles to copy one file from one location to another.

-Stu

Need an installer? http://www.afrowsoft.co.uk
Afrow UK is offline   Reply With Quote
Old 15th April 2005, 09:30   #3
mariob
Guest
 
Posts: n/a
That requires a lot of code in script. I was wondering if compiler has possibility to do that. So, insted making one .exe file (installation file containing all neccesery info), compiler makes neccesery directory structure, and copies all needed files uncompressed and generates setup.exe.

If you tried InstallShield Express, you know what I mean.
  Reply With Quote
Old 15th April 2005, 16:13   #4
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
If you've got all the files on the CD beside your installer in a sub-folder, then one CopyFiles could copy the whole lot.

-Stu

Need an installer? http://www.afrowsoft.co.uk
Afrow UK 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