Skip to content
⌘ NSIS Forum Archive

How can I create cutted install file???

5 posts

antasys#

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#
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#
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