|
|
#1 |
|
Junior Member
Join Date: Jul 2003
Location: LA USA
Posts: 37
|
I used #define NSIS_MAX_STRLEN 8192 in config.h and compiled with MS VC++. When I !insertmacro MUI_INSTALLOPTIONS_Read, only 1024 characters are on stack. Is there something in installoptions I need to change as well?
Edit: Opening the ini file shows the whole string (>1024) is in the state field... this is a listbox. Edit again: listitems not state, actual line is: !insertmacro MUI_INSTALLOPTIONS_Read $R6 "Myini.ini" "Field $R0" "ListItems" Last edited by bSecRes; 4th August 2003 at 14:51. |
|
|
|
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|