Set the checkbox properties:
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1"/>
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch application 
now..." />

<UI>
<Publish Dialog="ExitDialog" Control="Finish" Event="DoAction" 
Value="CA_LaunchWebSite">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT 
Installed</Publish>
<UI/>

<Property Id="WixShellExecTarget" Value="http://localhost:[WEB_SITE_PORT]/"; />
<CustomAction Id="CA_LaunchWebSite" BinaryKey="WixCA" DllEntry="WixShellExec" 
Impersonate="yes" />

In your case if you want it launched AFTER uninstall have it:
>WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and Installed<

That simple :)

Steve

-----Original Message-----
From: John H Bergman (XPedient) [mailto:john.berg...@xpdnt.com] 
Sent: December-19-12 11:54 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] launch webpage on uninstall

What did you end up with?

-----Original Message-----
From: StevenOgilvie [mailto:sogil...@msn.com]
Sent: Wednesday, December 19, 2012 9:40 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] launch webpage on uninstall

Palbinder,

I was looking for that, I had a website to launch after the install was done
:)

Works like a charm, I was trying to launch <Property Id="WixShellExecTarget"
Value="iexplorer.exe http://localhost:[WEB_SITE_PORT]/"; /> which didn't work 
and the log file was pretty useless...

Thanks!

Steve



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/launch-webpage-on-uninstall-tp788635p7582485.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely 
access PCs and mobile devices and provide instant support Improve your 
efficiency, and focus on delivering more value-add services Discover what IT 
Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely 
access PCs and mobile devices and provide instant support Improve your 
efficiency, and focus on delivering more value-add services Discover what IT 
Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to