Skip to content
⌘ NSIS Forum Archive

Delete Default RegValue bug. & 2.0a1 xp style bug?

2 posts

dTomoyo#

Delete Default RegValue bug. & 2.0a1 xp style bug?

DeleteRegValue HKLM Software\TestProgram ""
== DeleteRegKey HKLM Software\TestProgram "" 
...same result. 🙁

-------------------------------------------------
in source\exehead\config.h

#define NSIS_MAX_STRLEN 16384
// define max string length = 16KB
// for Long hex data.
.
.
.
#define NSIS_MAX_INST_TYPES 29
// for More & more installation presets.
.
.
.
#define NSIS_CONFIG_XPSTYLE_SUPPORT
// then support XP theme.


compilation is no problem.
but, Can't see XP Theme in installer.

Is is bug?

---
sorry my broken english. 🙂
rainwater#
XP style works fine for me. Make sure you are using the new makensis.exe that the compiler creates.