Make uninstaller open webpage?
What code do I use to make my uninstaller open a website in IE after the uninstall is complete?
2 posts
Note that the above may open the URL in the user's current window/tab. Use the following to open in a new window/tab:
Function un.onUninstSuccess
ExecShell open "http://www.winamp.com/"