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 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