win/msi: update 'install finished' message

pull/24507/merge
Bert Belder 2013-03-07 18:22:06 +01:00
parent 952d6c5e4c
commit 8365a56541
1 changed files with 1 additions and 1 deletions

View File

@ -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" />