Hi
I'm using multiple feature-based prerequisites (device drivers with exe-installers) in my project. The application to install has subfeatures, and the driver-prerequisites are subfeatures of these subfeatures, so that only these drivers are installed, that are needed. Now I encounter two problems with this setup:
- The drivers are installed, when the concerning subfeatures are selected during install. But in maintenance mode, when adding a subfeature, the needed drivers are not installed.
- I set an uninstall command line in the "Maintenance Command Line" section of the prerequisites. But they don't seem to be called, neither during maintenance, nor during uninstall.
What could cause this behavior?
Thanks in advance
Iwan