Is it possible to package an exe into an NSIS generated installer which runs first?

Posted by nbolton on Stack Overflow See other posts from Stack Overflow or by nbolton
Published on 2010-04-27T22:03:46Z Indexed on 2010/04/28 0:53 UTC
Read the original article Hit count: 255

Filed under:

Is it possible to generate an NSIS installer (using a .nsi) which packages an exe (let's say foobar.exe) which is then run before the installer actually installs the program as normal? I assume it'd have to extract the exe to a temp dir before running it, which is fine. It must be run before the main install however.

© Stack Overflow or respective owner

Related posts about nsis