summaryrefslogtreecommitdiff
path: root/tools/msvs
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2013-03-08 01:44:42 +0100
committerBert Belder <bertbelder@gmail.com>2013-03-08 18:00:41 +0100
commit3c22c42519afbd3d42bb4d53835b3235b50893f1 (patch)
tree41fe8154692f8b7f6b9ed8150c8c2ae38c046cf8 /tools/msvs
parentfa1efa3675d3d687969b2d2c800f4e656bb9b76d (diff)
downloadandroid-node-v8-3c22c42519afbd3d42bb4d53835b3235b50893f1.tar.gz
android-node-v8-3c22c42519afbd3d42bb4d53835b3235b50893f1.tar.bz2
android-node-v8-3c22c42519afbd3d42bb4d53835b3235b50893f1.zip
win/msi: enable modify and repair
Diffstat (limited to 'tools/msvs')
-rwxr-xr-xtools/msvs/msi/product.wxs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/msvs/msi/product.wxs b/tools/msvs/msi/product.wxs
index 08924b345b..2e8ef742b5 100755
--- a/tools/msvs/msi/product.wxs
+++ b/tools/msvs/msi/product.wxs
@@ -281,7 +281,6 @@
<Publish Dialog="CustomizeDlg" Control="Back" Event="NewDialog" Value="InstallDirDlg" Order="2">NOT Installed</Publish>
<Publish Dialog="CustomizeDlg" Control="Next" Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
- <Property Id="ARPNOMODIFY" Value="1"/>
<Property Id="WIXUI_EXITDIALOGOPTIONALTEXT" Value="Node.js has been succesfully installed."/>
</UI>