If you are targeting win2k or above, try this:

 

<Property Id="BROWSER" Value="start" />

 

 

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Srinivas
Tirupati
Sent: Saturday, November 03, 2007 7:28 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Launching Default Browser

 

Well FYI I am using WIX 2

 

From: Srinivas Tirupati 
Sent: Saturday, November 03, 2007 11:36 AM
To: wix-users@lists.sourceforge.net
Subject: Launching Default Browser

 

Hi

 

I want to launch the default browser after my installation is finished.

I tried this ....

 

<Property Id="BROWSER">

  <RegistrySearch Id='DefaultBrowser' Type='raw'

  Root='HKCR' Key='http\shell\open\command' />

</Property>

 

<CustomAction Id='LaunchBrowser' Property='BROWSER'
ExeCommand='www.something.com' Return='asyncNoWait' />

 

<InstallExecuteSequence>

  ...

  <Custom Action='LaunchBrowser' After='InstallFinalize'>NOT
Installed</Custom>

</InstallExecuteSequence>

 

But this is not working ,..... I see no browser being launched ....

 

Thanks and Regards

Srinivas T



This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to