diff options
author | Bert Belder <bertbelder@gmail.com> | 2013-03-08 01:44:42 +0100 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2013-03-08 18:00:41 +0100 |
commit | 3c22c42519afbd3d42bb4d53835b3235b50893f1 (patch) | |
tree | 41fe8154692f8b7f6b9ed8150c8c2ae38c046cf8 | |
parent | fa1efa3675d3d687969b2d2c800f4e656bb9b76d (diff) | |
download | node-new-3c22c42519afbd3d42bb4d53835b3235b50893f1.tar.gz |
win/msi: enable modify and repair
-rwxr-xr-x | tools/msvs/msi/product.wxs | 1 |
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> |