jakorsme
26th January 2007 05:10 UTC
Maximum length of a registry value
I seem to have hit a limit using WriteRegStr to write a registry value. The value is truncated at 1024 characters.
I don't believe this is a Windows registry issue (per Microsoft docs).
Is this the WriteRegStr truncating this, or is this a limit of nsis variables? What is the workaround?
Thanks,
John
Red Wine
26th January 2007 05:17 UTC
You've reached the limit of max length string for common NSIS release.
See here for other options,
http://nsis.sourceforge.net/Special_Builds
jakorsme
26th January 2007 05:27 UTC
Thanks, I'll try that. Should I be concerned about injecting other bugs with this new release, or is it just a compile option that uses the same release/code?
John
kichik
26th January 2007 05:43 UTC
It's just another automatic build with different configuration of the same code.
jakorsme
26th January 2007 06:06 UTC
That did it - whew...
Thanks