execute file after finish install page
Hi guys,
I want to execute a file after the user clicks Finish on the the finish install page, without displaying a checkbox for it or anything. How would I be able to do this? Thanks.
Archive: execute file after finish install page
execute file after finish install page
Hi guys,
I want to execute a file after the user clicks Finish on the the finish install page, without displaying a checkbox for it or anything. How would I be able to do this? Thanks.
You'd need to add the code in Function .OnInstSuccess
Review the documentation.
ok thanks, i completely forgot about the callback functions