diff --git a/advanced/creating-silent-dragon-lite-msi-installer-for-windows-with-wixl.md b/advanced/creating-silent-dragon-lite-msi-installer-for-windows-with-wixl.md index a2a7e57..5c82b0f 100644 --- a/advanced/creating-silent-dragon-lite-msi-installer-for-windows-with-wixl.md +++ b/advanced/creating-silent-dragon-lite-msi-installer-for-windows-with-wixl.md @@ -20,7 +20,7 @@ The icon file `silentdragon.ico` is currently not included in release zip, but i ## Create WiX source file (.wxs) This is an XML file. You should name it what you want the .msi file to be named IE: `SilentDragonLite-1.5.2.wxs` -Below is a copy of the contents of the `SilentDragon-1.5.2.wxs` file Note that GUID's all need to be unique. This will create shortcuts to SilentDragon on desktop and in the start menu as well as have uninstall support from Add/Remove Programs. A tutorial that explains the basics of creating these files can be found here: https://www.firegiant.com/wix/tutorial/ +Below is a copy of the contents of the `SilentDragonLite-1.5.2.wxs` file Note that GUID's all need to be unique. This will create shortcuts to SilentDragon on desktop and in the start menu as well as have uninstall support from Add/Remove Programs. A tutorial that explains the basics of creating these files can be found here: https://www.firegiant.com/wix/tutorial/ ``` @@ -53,7 +53,7 @@ Below is a copy of the contents of the `SilentDragon-1.5.2.wxs` file Note that G -