Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2017-03-04 21:04:10 +0300
committerMikkel Krautz <mikkel@krautz.dk>2017-03-04 21:04:10 +0300
commitaf172cfb98267838326468c38e6d9b3f2a5d28eb (patch)
tree66ddd84f6e66a436fca26fdef350f0eddbe2399a /installer
parent9ae2a7f59e2362912300b7ac7d65e3fdaf72385b (diff)
installer: quote guids in Settings.wxi.
Diffstat (limited to 'installer')
-rw-r--r--installer/Settings.wxi20
1 files changed, 10 insertions, 10 deletions
diff --git a/installer/Settings.wxi b/installer/Settings.wxi
index a6ab7e47e..934ecd3ad 100644
--- a/installer/Settings.wxi
+++ b/installer/Settings.wxi
@@ -5,23 +5,23 @@
<?define ProductVersion = "1.3.0" ?>
<?if $(sys.BUILDARCH) = "x86" ?>
- <?define ProductUpgradeCode = B0EEFCC7-8A9c-4471-AB10-CBD35BE3161D ?>
+ <?define ProductUpgradeCode = "B0EEFCC7-8A9c-4471-AB10-CBD35BE3161D" ?>
<?define ArchSpecificProgramFilesFolderId = "ProgramFilesFolder" ?>
<?elseif $(sys.BUILDARCH) = "x64" ?>
- <?define ProductUpgradeCode = E028BDFC-3FE2-4BEE-A33B-EB9C80611555 ?>
+ <?define ProductUpgradeCode = "E028BDFC-3FE2-4BEE-A33B-EB9C80611555" ?>
<?define ArchSpecificProgramFilesFolderId = "ProgramFiles64Folder" ?>
<?else?>
<?error Unsupported build architecture: $(sys.BUILDARCH) ?>
<?endif?>
- <?define MumbleExeGuid = A08F7909-1116-4AC8-9422-051FA1A1BE19 ?>
- <?define MumbleDesktopShortcutGuid = 4448BE21-1AA1-41B8-887E-B3E07B28EFAE ?>
- <?define MurmurDesktopShortcutGuid = 02936CED-6588-4B7E-880F-241A4CF5E7D3 ?>
- <?define UninstallerComponentGuid = CB81DC70-063E-48DD-94C3-593BBBAB20F4 ?>
- <?define LicenseTextGuid = 87C7967B-5E4B-41DD-83F5-A9E9E8AD3B39 ?>
- <?define ReadMeTextGuid = 15878902-B819-4E77-8C1D-0A915D79660B ?>
- <?define ApplicationProgramsFolderRemovalComponentGuid = 0AE1745D-FF86-4D61-BAF3-44248D21D263 ?>
- <?define NSISUninstallComponentGuid = 3116B7EF-CBA3-4E0B-A2C5-0F0608038905 ?>
+ <?define MumbleExeGuid = "A08F7909-1116-4AC8-9422-051FA1A1BE19" ?>
+ <?define MumbleDesktopShortcutGuid = "4448BE21-1AA1-41B8-887E-B3E07B28EFAE" ?>
+ <?define MurmurDesktopShortcutGuid = "02936CED-6588-4B7E-880F-241A4CF5E7D3" ?>
+ <?define UninstallerComponentGuid = "CB81DC70-063E-48DD-94C3-593BBBAB20F4" ?>
+ <?define LicenseTextGuid = "87C7967B-5E4B-41DD-83F5-A9E9E8AD3B39" ?>
+ <?define ReadMeTextGuid = "15878902-B819-4E77-8C1D-0A915D79660B" ?>
+ <?define ApplicationProgramsFolderRemovalComponentGuid = "0AE1745D-FF86-4D61-BAF3-44248D21D263" ?>
+ <?define NSISUninstallComponentGuid = "3116B7EF-CBA3-4E0B-A2C5-0F0608038905" ?>
<!-- Defaults for values that aren't given by environment variables -->
<?ifndef env.MumbleSourceDir ?>