summaryrefslogtreecommitdiff
path: root/tools/msvs
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2013-03-07 18:22:06 +0100
committerBert Belder <bertbelder@gmail.com>2013-03-08 18:00:39 +0100
commit8365a56541d49ae5b0ffcd41053c99a82f90f0b8 (patch)
treebcf38e339c78538a901cae4921971f87dfe54f70 /tools/msvs
parent952d6c5e4c572da84405405f29489b55fb49f256 (diff)
downloadandroid-node-v8-8365a56541d49ae5b0ffcd41053c99a82f90f0b8.tar.gz
android-node-v8-8365a56541d49ae5b0ffcd41053c99a82f90f0b8.tar.bz2
android-node-v8-8365a56541d49ae5b0ffcd41053c99a82f90f0b8.zip
win/msi: update 'install finished' message
Diffstat (limited to 'tools/msvs')
-rwxr-xr-xtools/msvs/msi/product.wxs2
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" />