I got troubles with the NSIS XP Style Support.
1. BGBG is enabled and XPSTYLE is enabled >> Generated NSIS installer crash (on every Windows OS)
2. BGBG disabled and XPSTYLE enabled >> works now
3. BGBG enabled and XPSTYLE disabled >> also normal
I'm compiling with MS Visual C++ 6.0 SP5 on Windows 2000 SP2. NSIS version 1.91.
Help! 🙁
NSIS XP Style bugs
4 posts
[update]
It seems to be a problem with multiple recompiles with changed options 😱 I reinstalled NSIS, and I get a XP Style now, and it doesn't crash anymore.
But: when I disable XPStyle again and recompile everything, the XPStyle will not disapear 🧟
It seems to be a problem with multiple recompiles with changed options 😱 I reinstalled NSIS, and I get a XP Style now, and it doesn't crash anymore.
But: when I disable XPStyle again and recompile everything, the XPStyle will not disapear 🧟
Do you clean the release directory before rebuilding NSIS ?
If not, use the Clean command in Build menu.
If not, use the Clean command in Build menu.
I cleaned it.