antasys
7th April 2009 14:01 UTC
How can I create cutted install file???
Hi!
How can I create not one setup.exe (include all file in setup.exe). For example setup.exe, setup.e01, setup.e02 ... etc. Or how can I create next to setup.exe other files?
setup.exe
application.data
application.dll
application.ini ... etc
Sorry my English is very simple :)
THX
Thomas
antasys
7th April 2009 14:36 UTC
And if I don't wanna compile files to setup.exe?
antasys
7th April 2009 14:41 UTC
for example I have a progrma that use TSAPI Wrapper. I don't wanna compile TSAPI Wrapper & my program into setup.exe.
I wanna see on the CD this
\My Program
\My Program\My Program.exe
\My Program\My Program.ini
\My Program\My Program.data
\TSAPI\TSAPI setup.exe
setup.exe
Afrow UK
7th April 2009 14:47 UTC
Just use CopyFiles then, where $EXEDIR will be the CD root path (such as E:\) assuming you have your NSIS setup.exe on the CD root.
Stu