From 06673d1ffd13bd2a3388799614bc067c7bc1ca37 Mon Sep 17 00:00:00 2001 From: fekt Date: Thu, 24 Mar 2022 18:11:36 +0000 Subject: [PATCH] Minor typo fixes --- ...-silent-dragon-lite-msi-installer-for-windows-with-wixl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -