|
|
#1 |
|
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! |
|
|
|
#2 |
|
Moderator
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 |
|
|
|
|
|
#3 |
|
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. |
|
|
|
#4 |
|
Moderator
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 |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|