Hi,


 I was trying to launch a browser and I’ve used these codes:



 <Property Id="BROWSER">
       <RegistrySearch Id="DefaultBrowser" Type="raw" Root="HKCR"
Key="http\shell\open\command" />
 </Property>

 <CustomAction Id="LaunchBrowser" Property="BROWSER"
ExeCommand="www.google.com" Return="asyncNoWait"/>



 <InstallExecuteSequence>
     <Custom Action="LaunchBrowser" After="InstallFinalize">Not
Installed</Custom>
 </InstallExecuteSequence>





 But it doesn’t do anything. It can find default browser but nothing
 happened.

 I didn’t find anything like error in log file. Can anyone give me a hint
 to figure out what is wrong?

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to