CRC Verify window error in NSIS 2.34
When upgrade NSIS to 2.34 version and recompile my script and run my install the CRC verify window don't show. Is it a bug? Or I need set some new settings?
It only shows if verification takes longer than a second. That depends on many factors including your installer's size, your hardware and Windows' cache. For example, a second execution of a not-so-large installer rarely gets a verification window as it's read from cache.
Found
I use a modified modern.exe (help button, modified sectuion description dialog). When I use it from 2.34 ver the CRC verify window correct. 🙁
Thanks kichik but I found the problem. The old modern.exe contain dialog 111 size iz 0,0,178,42, the new dialog size is 0,0,167,42. When I changed dialog size the verify window show.