Skip to content
⌘ NSIS Forum Archive

How to launch an application

6 posts

shazia.parveen#

How to launch an application

Hi
I want to launch an application when we click the finish button in Nsis. please tell me
jpderuiter#
Please read the MUI2 documentation (Reading other posts from you, I guess you are using MUI2, right?)
It's all in there.
hackthanh#
I think:

use ( !define Customfunction_leave FinispageLeave).
Exec
ExecWait
ExecShell

Pls see it in NSIS document