From 24def662936ae8c15770ede0344cd7a7402a63ef Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Thu, 15 Jan 2015 00:42:28 +0100 Subject: [PATCH] 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 --- tools/msvs/msi/WixUI_en-us.wxl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/msvs/msi/WixUI_en-us.wxl b/tools/msvs/msi/WixUI_en-us.wxl index 76ca68a1ee14f5..519024c727780d 100644 --- a/tools/msvs/msi/WixUI_en-us.wxl +++ b/tools/msvs/msi/WixUI_en-us.wxl @@ -1,4 +1,5 @@ - Choose a custom location or click Next to install + The Setup Wizard will install [ProductName] on your computer. WARNING: if you're upgrading from io.js v1.0.0 or v1.0.1, you must first uninstall these versions manually. + Choose a custom location or click Next to install.