Skip to content

Commit

Permalink
win,msi: change UpgradeCode
Browse files Browse the repository at this point in the history
This allows node.js and io.js to be installed side-by-side.

PR: #431
Reviewed-by: Rod Vagg <rod@vagg.org>
  • Loading branch information
piscisaureus committed Jan 15, 2015
1 parent 5de334c commit 59d9361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/msvs/msi/product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Language="1033"
Version="$(var.ProductVersion)"
Manufacturer="$(var.ProductAuthor)"
UpgradeCode="1d60944c-b9ce-4a71-a7c0-0384eb884baa">
UpgradeCode="47c07a3a-42ef-4213-a85d-8f5a59077c28">

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

Expand Down

0 comments on commit 59d9361

Please sign in to comment.