Archive: Run application after install


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

Help me! :confused:


You must write:

!define MUI_FINISHPAGE_RUN "$INSTDIR\myApp.exe"


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! :confused:

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.