Archive: InstallOptions TEXT limit?


InstallOptions TEXT limit?
I am using a custom installoptions License Agreement page. I've got everything working but it looks like there is an 8k limit "Text" fields in the ini file. This text contains my license agreement and it is cut off at about 75% of they way through the text.

Does anyone know of a work around for this? I need the custom page because there is a checkbox that is used for custom installation below the license agreement.

thanks


You can load it in parts using the EM_REPLACESEL message. You can also recompile InstallOptions with a bigger limit. Just change the BUFFER_SIZE define.


recompiling InstallOptions did the trick.

thank you!