- All message boxes in code now have a default for silent installers
- Some size optimizations git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3221 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0139636e18
commit
f6ebb29045
9 changed files with 101 additions and 117 deletions
|
@ -231,7 +231,7 @@ end:
|
|||
#ifdef NSIS_COMPRESS_WHOLE
|
||||
if (dbd_hFile != INVALID_HANDLE_VALUE) CloseHandle(dbd_hFile);
|
||||
#endif
|
||||
if (m_Err) my_MessageBox(m_Err, MB_OK | MB_ICONSTOP);
|
||||
if (m_Err) my_MessageBox(m_Err, MB_OK | MB_ICONSTOP | (IDOK << 20));
|
||||
|
||||
#ifdef NSIS_CONFIG_PLUGIN_SUPPORT
|
||||
// Clean up after plug-ins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue