Skip to content

Commit 59d9361

Browse files
committed
win,msi: change UpgradeCode
This allows node.js and io.js to be installed side-by-side. PR: #431 Reviewed-by: Rod Vagg <[email protected]>
1 parent 5de334c commit 59d9361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/msvs/msi/product.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Language="1033"
1717
Version="$(var.ProductVersion)"
1818
Manufacturer="$(var.ProductAuthor)"
19-
UpgradeCode="1d60944c-b9ce-4a71-a7c0-0384eb884baa">
19+
UpgradeCode="47c07a3a-42ef-4213-a85d-8f5a59077c28">
2020

2121
<Package InstallerVersion="200" Compressed="yes"/>
2222

0 commit comments

Comments
 (0)