Archive: quick install program


quick install program
Is there a simple method to get this accomplished? I want to take a directory that contains my install.bat and other files and compile it to an EXE that will run the install.bat file on completion of the file extraction.

Even zipping the files, converting it to a self extractor, but one that runs install.bat when the files extract would be great.

New to NSIS and I'm having trouble finding that exact info...maybe it's the way I'm searching/describing it :-)

Thanks a bunch.


All you need is File /r instruction and the included NsExec plugin.