Archive: How can I pack an exe and other files?


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!)


1. File
2. Exec

Check the documentation for these. All of the NSIS examples have atleast one File instruction or more.

-Stu


Thank you!


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. :-)