i have three types in my Inno Setup script. Looks like that:
Name: "compact"; Description: "Compact installation" Name: "full"; Description: "Full installation" Name: "custom"; Description: "Custom installation"; Flags: iscustom
If i build the installler now the "standard" type is full but i want that the first choice is "compact". I didn't find anything in the documantation of Inno Setup, but maybe i had the wrong keywords...
How i can realize that?
Thanks for your help cheers