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
- :
- Enable windows feature during installation of the product.
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
Jul 10, 2015
08:19 AM
Enable windows feature during installation of the product.
In our application we want the ‘Application Initialization’ feature/Role (feature of windows server 2012) enabled. Currently, we have to enable the ‘Application initialization’ feature/Role manually before/after installation.
How to enable the ‘Application Initialization’ feature/Role through InstallShield basic msi project?
Is there any inbuilt capability in installshield to enable the windows feature/Role OR we need to write any custom action for that?
How to enable the ‘Application Initialization’ feature/Role through InstallShield basic msi project?
Is there any inbuilt capability in installshield to enable the windows feature/Role OR we need to write any custom action for that?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 27, 2015
05:16 AM
I guess there's no built-in way to do this.
May be a powershell script as a pre-requiste may help, or a powershell custom action.
May be a powershell script as a pre-requiste may help, or a powershell custom action.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 27, 2015
09:49 AM
Suite installations currently allow for enabling Windows Features for each package that is installed with a suite. For more information, see the following help article:
Enabling Windows Roles and Features During a Suite/Advanced UI Installation
Enabling Windows Roles and Features During a Suite/Advanced UI Installation