Archive: Make uninstaller open webpage?


Make uninstaller open webpage?
What code do I use to make my uninstaller open a website in IE after the uninstall is complete?



Function un.onUninstSuccess
ExecShell open "http://www.winamp.com/"

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:
http://nsis.sourceforge.net/Open_lin...browser_window