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: Enabling Windows Identity Foundation on Windows 8
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
‎Jun 21, 2013
12:46 PM
Enabling Windows Identity Foundation on Windows 8
Does anyone know if InstallShield 2013 has the capability of enabling Windows Identity Foundation on Windows 8 or what would be the best approach?
Any suggestions will be helpful.
Thank you.
Any suggestions will be helpful.
Thank you.
- Tags:
- wifwindows 8
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 14, 2013
08:43 AM
I would also be very interested to know how to do this
(a .PRQ file to achieve this would be very helpful!)
(a .PRQ file to achieve this would be very helpful!)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 14, 2013
09:03 AM
My approach would probably be to use the Windows Features setting on a package in a Suite/Advanced UI project. (Here are some details on how to specify a custom Windows feature.) Note that you'll have to determine the internal name of the Windows feature on each OS you want to support. One way to approach this is through the command-line: dism /online /get-features > featurelist.txt
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 15, 2013
06:11 AM
Thanks Michael,
Do you happen to have any reference information on how to do this with the Professional edition of InstallShield 2013 (i.e. not within a Suite project)?
Thanks
Do you happen to have any reference information on how to do this with the Professional edition of InstallShield 2013 (i.e. not within a Suite project)?
Thanks
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 15, 2013
06:36 AM
Yes, doing this in msi Setup should be also possible.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 15, 2013
09:47 AM
I would typically not recommend installing Windows Features from within an MSI transaction. It's possible, and may work fine, but I expect there are some interactions around which work poorly. That said, if you have a single target OS such as Windows 8, and don't mind the lack of progress feedback (and other violations of the MSI transactional model), it's fairly straightforward to call dism.exe as part of a custom action.
