Run Program After Install Without Asking
Hi,
I have an installer script made with HM NIS edit that is working fine. However, I am not using NIS to install any of my software. Rather, I am just using it to create a self extracting exe that will continue my installation by calling my visual studio built setup.exe. Consequently, I don't want to ask the user to run my program at the end of the installer, I just want to run it after the files are copied.
How can I do this? Can I modify the MUI_PAGE_FINISH macro with some defines before it?
Thanks.