Ticket #66 (closed enhancement: wontfix)
Options on installing COBIA Runtime
Reported by: | michelpons | Owned by: | jasper |
---|---|---|---|
Priority: | minor | Milestone: | Maintenance of Phase II |
Component: | COBIA SDK MSI | Version: | 1.2.0.6 |
Keywords: | Cc: |
Description
In COBIA SDK installation package, when customizing the installation within a user-only installation, there is no provision not to install the COBIA Runtime. Provision is between "Will be installed on local hard drive" and 'Entire feature will be installed on local hard drive". The difference between the options is unreadable. If COBIA Runtime is in fact always installed, there should not be any possibility to exercize an option. The message should be "Always installed, this feature requires 11 MB of space on your drive" or something like that when highlighting the corresponding icon.
Change History
Note: See
TracTickets for help on using
tickets.
The 'Entire feature will be installed on local hard drive' applies to the feature and all its sub features. As there are no sub features (I confirmed that there are none in ORCA by looking at the feature table) this option should not be displayed. This appears to be a Windows installer bug.
Changing this behaviour is not straight forward - WiX uses the default SelectionTree? control: https://docs.microsoft.com/en-us/windows/win32/msi/selectiontree-control
The available options are automatically determined. I suggest no action.