Command line for single component/feature?
Posted: Mon Jan 18, 2021 4:32 pm
by Ohmylord
We have an install with 3 components/features. The main application and two others with supplemental files. The install wizard lets users pick which components to install but the default is all 3. Is it possible to do a command line install for just the Application feature?
Re: Command line for single component/feature?
Posted: Tue Jan 19, 2021 2:06 pm
by FrancescoT
If I haven't missed your question, you may follow the approach described here.
https://www.installaware.com/forums/viewtopic.php?f=2&t=11348Then in your case, within the conditional evaluation of your custom variable, you have to set the selection state of your features as you need ("Set Component State" command).
https://www.installaware.com/mh52/desktop/setcomponentstate.htmHope this helps you.