git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3471 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-02-06 18:19:51 +00:00
parent 77022dde8b
commit 80c8c38055

View file

@ -49,7 +49,7 @@ Section
# this will always show on silent installers because ignore is the option automatically
# selected when a file can't be opened for writing on a silent installer
MessageBox MB_OK|MB_ICONINFORMATION "This message box always if the installer is silent"
MessageBox MB_OK|MB_ICONINFORMATION "This message box always shows if the installer is silent"
AllowSkipFiles off