IT:AD:WiX:HowTo:Create a Shortcut to a WebPage

  • 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/"/>
  • /home/skysigal/public_html/data/pages/it/ad/wix/howto/create_a_shortcut_to_a_webpage.txt
  • Last modified: 2023/11/04 02:02
  • by 127.0.0.1