Re: [WiX-users] Launching Web Page After Finish Dialog

2007-06-25 Thread Bob Arnson
Anthony Wieser wrote: I've seen ShellExecute recommended as the way to do this, but what's wrong with doing it like this instead? Nothing "wrong" per se -- it's definitely better than getting a console window using cmd.exe. That said, in addition to Rene's points, I prefer explicit over impli

Re: [WiX-users] Launching Web Page After Finish Dialog

2007-06-23 Thread Schrieken, Rene
Sent: Friday, June 22, 2007 6:22 PM Subject: Re: [WiX-users] Launching Web Page After Finish Dialog If you're using WiX v3, see "ShellExecute CustomAction" in WiX.chm. It contains a sample showing how to use the WixShellExec custom action to do ju

Re: [WiX-users] Launching Web Page After Finish Dialog

2007-06-23 Thread K-ballo
eforge.net> *Sent:* Friday, June 22, 2007 6:22 PM *Subject:* Re: [WiX-users] Launching Web Page After Finish Dialog If you're using WiX v3, see "ShellExecute CustomAction" in WiX.chm. It contains a sample showing how to use the WixShellExec custom action to do

Re: [WiX-users] Launching Web Page After Finish Dialog

2007-06-23 Thread Schrieken, Rene
hellExecute does not have this issues. Rene From: [EMAIL PROTECTED] on behalf of Anthony Wieser Sent: Sat 6/23/2007 8:44 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Launching Web Page After Finish Dialog I've seen ShellExecute recommen

Re: [WiX-users] Launching Web Page After Finish Dialog

2007-06-22 Thread Anthony Wieser
nson To: Steve Bush ; wix-users@lists.sourceforge.net Sent: Friday, June 22, 2007 6:22 PM Subject: Re: [WiX-users] Launching Web Page After Finish Dialog If you're using WiX v3, see "ShellExecute CustomAction" in WiX.chm. It contains a sample showing how to use the WixS

Re: [WiX-users] Launching Web Page After Finish Dialog

2007-06-22 Thread Bob Arnson
r ExecuteAction. I'm not sure the latter will work but it's worth a shot. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Bush Sent: Friday, 22 June, 2007 10:15 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Launching Web Page After Finish Dialog Ide

[WiX-users] Launching Web Page After Finish Dialog

2007-06-22 Thread Steve Bush
Ideally, I would like to launch a web page when the user hits the Finish button on the last dialog. The code below works but the web page is launched after InstallFinalize instead of when the user clicks the Finish button. Also, I want to only show the web page if we're not doing a silent inst