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
-------------------------------------------------------------------
<Component>
...
<IniFile Id='Launch' Action='' Name='Launch.url' Directory='INSTALLDIR' Section='InternetShortcut' Key='URL' Value=' http://www.acmefoobar.com' />
...
</Component>
<Property Id="BROWSER">
<RegistrySearch Id='DefaultBrowser' Type='raw' Root='HKCR' Key='http\shell\open\command' />
</Property>
<CustomAction Id='LaunchBrowser' Property='BROWSER' ExeCommand='Launch.url' Return='asyncNoWait' />
<InstallExecuteSequence>
...
<Custom Action='' After='InstallFinalize'>NOT Installed</Custom>
</InstallExecuteSequence>
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users