You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This enables the MSI to upgrade old Node.js versions and
early versions of io.js before the upgrade code was changed.
This also reverts 24def66.
PR-URL: #2439
Reviewed-By: Rod Vagg <[email protected]>
Copy file name to clipboardExpand all lines: tools/msvs/msi/i18n/de-de.wxl
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
<!-- See https://msdn.microsoft.com/en-us/goglobal/bb964664.aspx -->
4
4
<StringId="LocaleId">1031</String>
5
5
6
-
<StringId="WelcomeDlgDescription">Dieser Installationsassistent wird [ProductName] auf Ihrem Computer installieren.

WARNUNG: Wenn Sie von io.js v1.0.0 oder v1.0.1 aus updaten wollen, müssen Sie diese Versionen zuerst manuell deinstallieren.</String>
6
+
<StringId="WelcomeDlgDescription">Dieser Installationsassistent wird [ProductName] auf Ihrem Computer installieren.</String>
7
7
<StringId="InstallDirDlgDescription">Wählen Sie einen anderen Installationsort oder klicken Sie auf Weiter zum installieren.</String>
8
8
9
9
<StringId="MajorUpgrade_DowngradeErrorMessage">Eine neuere Version von [ProductName] ist bereits installiert. Der Installationsassistent wird jetzt geschlossen.</String>
Copy file name to clipboardExpand all lines: tools/msvs/msi/i18n/en-us.wxl
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
<!-- See https://msdn.microsoft.com/en-us/goglobal/bb964664.aspx -->
4
4
<StringId="LocaleId">1033</String>
5
5
6
-
<StringId="WelcomeDlgDescription">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.</String>
6
+
<StringId="WelcomeDlgDescription">The Setup Wizard will install [ProductName] on your computer.</String>
7
7
<StringId="InstallDirDlgDescription">Choose a custom location or click Next to install.</String>
8
8
9
9
<StringId="MajorUpgrade_DowngradeErrorMessage">A later version of [ProductName] is already installed. Setup will now exit.</String>
0 commit comments