help - i would like to "on success, run program?"
Excuse the psuedo code,
but on success i would like to run a program, is this possible?
Archive: help - i would like to "on success, run program?"
help - i would like to "on success, run program?"
Excuse the psuedo code,
but on success i would like to run a program, is this possible?
Use the .onInstSuccess callback function.
Many thanks ppl
Forgot to mention... If you're using the MUI you can use the finish page and define MUI_FINISHPAGE_RUN to let the finish page show a checkbox for "Run this program". See the MUI readme for more information.
The Modern UI WelcomeFinish.nsi script shows an example of adding such an option to the finish page.