Joris1
11th April 2006 10:09 UTC
How can I pack an exe and other files?
Hi,
I'm sorry that I ask you so a stupid question but I don't understand the Programmsript...
How can I make it that I pack an exe and other files in an exe?
I mean that I open the exe that was created by NSIS and the exe open the exe that I packed.
Can anyone help me, please?
I hope you understand my expressions (I'm from Germany, so my English isn't so good!)
Afrow UK
11th April 2006 10:34 UTC
1. File
2. Exec
Check the documentation for these. All of the NSIS examples have atleast one File instruction or more.
-Stu
Joris1
11th April 2006 10:48 UTC
Thank you!
Red Wine
11th April 2006 11:20 UTC
exec = execute and continue the script no error check.
execwait = execute and wait for proccess to terminate and error check.
nsexec plugin = execute console application wait and error check. :-)