Help, Nsis_max_strlen Too Small!!
Can someone please tell me how I can increase the size of NSIS_MAX_STRLEN. the string I am loading into it is approx. twice the size of NSIS_MAX_STRLEN and I need it to be larger.
11 posts
🙂
#define NSIS_MAX_PATH 4093
;...
MessageBox MB_OK "This is my string lenght ${NSIS_MAX_PATH}"
;..