diff options
author | Bert Belder <bertbelder@gmail.com> | 2013-03-07 18:22:06 +0100 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2013-03-08 18:00:39 +0100 |
commit | 8365a56541d49ae5b0ffcd41053c99a82f90f0b8 (patch) | |
tree | bcf38e339c78538a901cae4921971f87dfe54f70 /tools/msvs | |
parent | 952d6c5e4c572da84405405f29489b55fb49f256 (diff) | |
download | node-new-8365a56541d49ae5b0ffcd41053c99a82f90f0b8.tar.gz |
win/msi: update 'install finished' message
Diffstat (limited to 'tools/msvs')
-rwxr-xr-x | tools/msvs/msi/product.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/msvs/msi/product.wxs b/tools/msvs/msi/product.wxs index 720bee6763..982a59e6bb 100755 --- a/tools/msvs/msi/product.wxs +++ b/tools/msvs/msi/product.wxs @@ -282,7 +282,7 @@ <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. To run Node.js open command prompt (cmd.exe), and run 'node'." /> + <Property Id="WIXUI_EXITDIALOGOPTIONALTEXT" Value="Node.js has been succesfully installed." /> </UI> <UIRef Id="WixUI_Common" /> |