Skip to content

Commit 24def66

Browse files
committed
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: #431 Reviewed-by: Rod Vagg <[email protected]>
1 parent 59d9361 commit 24def66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/msvs/msi/WixUI_en-us.wxl

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
3-
<String Id="InstallDirDlgDescription">Choose a custom location or click Next to install</String>
3+
<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>
4+
<String Id="InstallDirDlgDescription">Choose a custom location or click Next to install.</String>
45
</WixLocalization>

0 commit comments

Comments
 (0)