aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-04-26 15:10:26 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-04-26 15:10:31 +0200
commitbcb398bd620f64a59821940c88b7a3a1a1f7e1ef (patch)
tree5115a1051f8dff0bcb43bbef408f1b6c94558dcd
parentMake InstallCertificates and MsiProcessDrivers order deterministic (diff)
downloadwintun-bcb398bd620f64a59821940c88b7a3a1a1f7e1ef.tar.xz
wintun-bcb398bd620f64a59821940c88b7a3a1a1f7e1ef.zip
installer: better WoW64 language
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--wintun.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/wintun.wxs b/wintun.wxs
index 3d5d1d8..be8b755 100644
--- a/wintun.wxs
+++ b/wintun.wxs
@@ -120,7 +120,7 @@
Prevent WoW64 installations.
-->
<?if $(var.Platform) = "x86"?>
- <CustomAction Id="WoW64Unsupported" Error="You are attempting to install the 32-bit variant of [ProductName] on a 64-bit operating system. 32-bit variant will not work with your operating system. The installation of the 64-bit variant is recommended."/>
+ <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>
</InstallExecuteSequence>