This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Enable/Disable Features via PowerShell or InstallScript for Suite Installer?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 18, 2019
12:31 PM
Enable/Disable Features via PowerShell or InstallScript for Suite Installer?
Is their a way to enable/disable a feature via powershell or installscript for Suite installers?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 04, 2019
05:05 AM
Hi @DonAIR,
Let me know if I understood the requirement correctly, when you say Enable/Disable Features, you mean Select/Deselect Features (checkbox) during installation?
If so, then you can use the command line switch ISFeatureInstall to install specific features.
https://helpnet.flexerasoftware.com/installshield25helplib/helplibrary/SteSetupexeParam.htm
Thanks,