Skip to content
⌘ NSIS Forum Archive

Run application after install

4 posts

BarrelOfAGun#

Run application after install

How can I set a default application to run after install without MUI_FINISHPAGE_RUN?

Help me! 😕
BarrelOfAGun#
Re: Run application after install

Originally posted by BarrelOfAGun
How can I set a default application to run after install
without MUI_FINISHPAGE_RUN?
Help me! 😕
kichik#
Define a leave function for the finish page and use Exec in it. You could also use it at the end of the last section or .onInstSuccess.