View Full Version : Make uninstaller open webpage?
roc13x
19th April 2009, 15:25
What code do I use to make my uninstaller open a website in IE after the uninstall is complete?
Animaether
19th April 2009, 17:31
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_link_in_new_browser_window
vBulletin® v3.8.6, Copyright ©2000-2013, Jelsoft Enterprises Ltd.