Leila Lali (Excell Data Corporation) wrote:

Yes it works. I’ve used Custom Action type 34 like this:

 

<CustomAction Id="LaunchBrowser" ExeCommand='"[ProgramFilesFolder]Internet Explorer\iexplore.exe""http://www.live.com"' Directory='INSTALLDIR' Return="asyncNoWait" />

 

But it means that I can not use default browser?

You can still use the default browser but you'll have to do more work to detect it and format a command line that uses it. An alternative is to write a C++ custom action that uses ShellExecute to launch the URL, as it uses the registered shell handler for the http protocol. Please enter a feature request at http://sourceforge.net/tracker/?group_id=105970&atid=642717 to request that WiX include such a CA.


-- 
sig://boB
http://bobs.org


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