Delete Default RegValue bug. & 2.0a1 xp style bug?
DeleteRegValue HKLM SoftwareTestProgram ""
>== DeleteRegKey HKLM SoftwareTestProgram ""
...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. :)