Archive: Problem with InstType


Problem with InstType
I've a slight problem with InstType. When I add several InstTypes to a script which uses the modern UI, everything works fine, except that the text "Select the type of install" does not appear.
To find my reasonm, I've added the following two lines to ${NSISDIR}\Examples\Modern UI\basic.nsi after line 35:
InstType "Type1"
InstType "Type2"

When running the installer, the type select box appears, but the textbox that should appear next to it does not appear.
Strange this is that the "Select the type of install" text appears when compiling running ${NSISDIR}\Examples\makensis.nsi

Am I doing something wrong or have I spotted another bug?


Thanks :D Fixed and updated in CVS.