Hi ohanna,
Could you please tell me how you implemented the install options? I created a Setup Project which has install options but it works fine: the default option is installed. Theseare my steps to add an install option:
1. In the User Interface view, add a RadioButtons(2 buttons) dialog between the Welcome dialog and the Installation Folder dialog.
2. Modify the properties of the dialog related to display, such as BannerText, BodyText, Button1Label and Button2Label.
3. Set other properties. Button1Value : 1; Button2Value : 2; ButtonProperty : INSTALLCOMPONENT; DefaultValue : 1.
4. In the File System view, add an extra component and set its Condition property to INSTALLCOMPONENT=1.
After the command was executed, the option related to button 1 is installed.
Let me know if this helps.
Aland Li
Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread.