summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2015-01-15 00:42:28 +0100
committerBert Belder <bertbelder@gmail.com>2015-01-15 01:43:40 +0100
commit24def662936ae8c15770ede0344cd7a7402a63ef (patch)
tree40aa2313c39f37dedb653094dc086448344b6494 /tools
parent59d93613d8e1e8507b5c8462c52dd3cbda98e99b (diff)
downloadnode-new-24def662936ae8c15770ede0344cd7a7402a63ef.tar.gz
win,msi: warn that older io.js needs manual uninstall
Because the UpgradeCode changes with version 1.0.2, older versions won't be uninstalled automatically. This patch puts a warning in the installer. PR: https://github.com/iojs/io.js/pull/431 Reviewed-by: Rod Vagg <rod@vagg.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/msvs/msi/WixUI_en-us.wxl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/msvs/msi/WixUI_en-us.wxl b/tools/msvs/msi/WixUI_en-us.wxl
index 76ca68a1ee..519024c727 100644
--- a/tools/msvs/msi/WixUI_en-us.wxl
+++ b/tools/msvs/msi/WixUI_en-us.wxl
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
- <String Id="InstallDirDlgDescription">Choose a custom location or click Next to install</String>
+ <String Id="WelcomeDlgDescription">The Setup Wizard will install [ProductName] on your computer.&#xD;&#xA;&#xD;&#xA;WARNING: if you're upgrading from io.js v1.0.0 or v1.0.1, you must first uninstall these versions manually.</String>
+ <String Id="InstallDirDlgDescription">Choose a custom location or click Next to install.</String>
</WixLocalization>