summaryrefslogtreecommitdiffstats
path: root/src/windows/installer/wix/property.wxi
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/installer/wix/property.wxi')
-rw-r--r--src/windows/installer/wix/property.wxi6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/windows/installer/wix/property.wxi b/src/windows/installer/wix/property.wxi
index 3e52f046d2..70504c181c 100644
--- a/src/windows/installer/wix/property.wxi
+++ b/src/windows/installer/wix/property.wxi
@@ -48,8 +48,8 @@
<RegistrySearch Win64="no" Id="regsrch_NSISV" Root="HKLM" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\Kerberos for Windows" Name="DisplayVersion" Type="raw" />
</Property>
- <Property Id="CantRemoveNSISError">$(loc.CantRemoveNSIS)</Property>
- <Property Id="NoIE501Error">$(loc.IE501Required)</Property>
+ <Property Id="CantRemoveNSISError">!(loc.CantRemoveNSIS)</Property>
+ <Property Id="NoIE501Error">!(loc.IE501Required)</Property>
<!-- Additional properties relating to the UI are in the appropriate UI.wxi file -->
@@ -93,4 +93,4 @@
<?ifdef UseNetIDMgr?>
<Property Id="USENETIDMGR" Admin="yes" Secure="yes">$(var.UseNetIDMgr)</Property>
<?endif?>
-</Include> \ No newline at end of file
+</Include>