Hello there
I use the following Quiet execute CA to launch a web site during the
install.But it doesn't launch the web site.Can anybody give me an insight on
what i am doing wrong here?

<Property Id="QtExecCmdLine" Value='"cmd.exe" /c "www.google.com"'/>
<CustomAction Id="QtExec" BinaryKey="wixca" DllEntry="CAQuietExec"
Execute="immediate" Return="check"/>
<Binary Id="wixca" src="wixca.dll"/>
...


<InstallExecuteSequence>
<Custom Action"QtExec" After="InstallFinalize">Installed</Custom>
</InstallExecuteSequence>






Brent B. Powers-2 wrote:
> 
> Charles Wan-Calo wrote:
> 
> <snip>
>>  
>> But then I am forced to use IE.  I'd rather launch the default browser.
>>  
>> Is there a solution?  Will upgrading to WiX 3.0 help?
> Run cmd.exe /c path\readme.html
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/launch-default-browser-tp11240887p15976487.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to