Archive: Open exe after installation


Open exe after installation
How would I go about opening an executable after the installation? I saw another thread about it, but all they said was to check the documentation, which I did, and it was of no help.


See documentation about Exec ExecWait ExecShell,

http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.1

Usually this goes into function .OnInstSuccess

http://nsis.sourceforge.net/Docs/Chapter4.html#4.7.2