Re: [WiX-users] "Launch the Internet" sample

2006-10-26 Thread Bob Arnson
Hércules dos Santos Domingos wrote: > > Key='http\shell\open\command' /> > > > ExeCommand='Launch.url' Return='asyncNoWait' /> That's probably going to be a malformed command line. For example, if you use Firefox, it expands into C:\PROGRA~1\MOZILL~1\FIREFOX.EXE -url "%1" Launch.url If you

[WiX-users] "Launch the Internet" sample

2006-10-26 Thread Hércules dos Santos Domingos
Hi!I need a "Launch the Internet" sample. I download a WIX Tutorial from Internet and I tried the code below and it didn't work. Can you tell me where I am mistaking or to send another example?I am using the WIX Toolset version 2.0.4415.0.Thank you!Hércules Domingos