IT:AD:WiX:HowTo:Create a Shortcut to a WebPage
Summary
Process
- Referened the …munged…
- Added the namespace:
Code:
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
* Create a shortcut:
Code:
<util:InternetShortcut Id=“internetShortcutManufacturersWebsite”
Name="Acme, Inc."
Target="http://www.acme.com/"/>