Skip to content
⌘ NSIS Forum Archive

Two questions

7 posts

dizX#

Two questions

hi, please answer to my questions

1. How to activate XP style support in newest version? I need to add that I cannot recompile sources. If it's the only way, can someone make makensis.exe with XP style support and post here in forum?
2. Where to find NSIS Plus GUI?

Thanks
cooladn#
You will find NSISPLUS at this address : www.nsisplus.de.vu
For XP style, i'm sorry, i can't help you
rainwater#
You need to recompile the NSIS source with NSIS_CONFIG_XPSTYLE_SUPPORT in config.h enabled.
kichik#
Attached is a recompiled version of NSIS 1.98 (both Zlib and BZip2) with an additional command I have added named XPStyle. To enable XP style suport all you need to do is put "XPStyle enable" in the script.

BTW, as this forum doesn't allow attachments larger than ~100KBs I had to compress it with WinAce and split it to two attachments. Don't forget to change the extension from .txt to .ace first!
kichik#
And here is the ZLib version.