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.live.com' Return='asyncNoWait' />
 
<InstallExecuteSequence>
  <Custom Action='' 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?

 

Thanks

Leila Lali

 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to