made the gradient background window not pretend to be the installer dialog so the "unpacking" window will show even if it is used
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3775 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
7c07f12463
commit
76dcceb87a
1 changed files with 0 additions and 10 deletions
|
@ -292,10 +292,6 @@ FORCE_INLINE int NSISCALL ui_doinstall(void)
|
|||
vp.left,vp.top,vp.right-vp.left,vp.bottom-vp.top,0,NULL,g_hInstance,NULL);
|
||||
}
|
||||
|
||||
#ifdef NSIS_SUPPORT_CODECALLBACKS
|
||||
g_hwnd=m_bgwnd;
|
||||
#endif//NSIS_SUPPORT_CODECALLBACKS
|
||||
|
||||
#endif//NSIS_SUPPORT_BGBG
|
||||
|
||||
#endif//NSIS_CONFIG_VISIBLE_SUPPORT
|
||||
|
@ -308,12 +304,6 @@ FORCE_INLINE int NSISCALL ui_doinstall(void)
|
|||
|
||||
#ifdef NSIS_CONFIG_VISIBLE_SUPPORT
|
||||
|
||||
#ifdef NSIS_SUPPORT_CODECALLBACKS
|
||||
#ifdef NSIS_SUPPORT_BGBG
|
||||
g_hwnd=NULL;
|
||||
#endif//NSIS_SUPPORT_BGBG
|
||||
#endif//NSIS_SUPPORT_CODECALLBACKS
|
||||
|
||||
#ifdef NSIS_CONFIG_SILENT_SUPPORT
|
||||
if (!g_exec_flags.silent)
|
||||
#endif//NSIS_CONFIG_SILENT_SUPPORT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue