aboutsummaryrefslogtreecommitdiffstats
path: root/installer/installer.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'installer/installer.wxs')
-rw-r--r--installer/installer.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/installer.wxs b/installer/installer.wxs
index dd2f1c8..1883618 100644
--- a/installer/installer.wxs
+++ b/installer/installer.wxs
@@ -38,7 +38,7 @@
<Custom Action="ProcessWintun" After="InstallFiles" />
</InstallExecuteSequence>
- <?if $(var.Platform) = "x86"?>
+ <?if $(var.WINTUN_PLATFORM) = "x86"?>
<CustomAction Id="WoW64Unsupported" Error="You are attempting to install the 32-bit variant of [ProductName] on a 64-bit operating system, which is not supported. Please install the 64-bit variant instead." />
<InstallExecuteSequence>
<Custom Action="WoW64Unsupported" After="LaunchConditions"><![CDATA[VersionNT64]]></Custom>