From c6e8955dc1aa243fcb47ba39c5899cc821622a87 Mon Sep 17 00:00:00 2001 From: zeffy Date: Fri, 30 Jun 2017 00:33:36 -0700 Subject: [PATCH] replace some single quotes with double quotes --- setup-wix/Product.wxs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup-wix/Product.wxs b/setup-wix/Product.wxs index db13744..b304871 100644 --- a/setup-wix/Product.wxs +++ b/setup-wix/Product.wxs @@ -39,12 +39,12 @@ + Id="AppFolderRegistrySearch" + Type="raw" + Root="HKLM" + Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[WIX_UPGRADE_DETECTED]" + Name="$(var.ProductAppFolder)" + Win64="$(var.Win64)" />