Nov 19, 2013
01:28 PM
I don't know if this will help you or not: http://community.flexerasoftware.com/showthread.php?206578-Enabling-Windows-Features-and-Roles For an InstallScript Only project, we were able to utilize an elaborate workaround working using DISM (hardcode a list of features you require to be installed, pipe DISM output to a file, read that file into a list, compare with the list you require - checking for "Disabled"). The main issue is that the Enabled/Disabled status listed in the output of DISM is in the language of the OS (I don't think it cares about MUIs) - so if you're installing on customer's computers in multiple countries, this probably won't work either. I don't recommend it, but without the benefit of the Suite project, this is what we deal with. LaunchApplication( WINSYSDIR64 ^ "cmd.exe", "/c DISM /Online /get-features /format:table>" + szMyFileName, "", SW_HIDE, LAAW_PARAMETERS.nTimeOut, WAIT | LAAW_OPTION_CHANGEDIRECTORY | LAAW_OPTION_FIXUP_PROGRAM ); HTH
... View more
Latest posts by ad3246
Subject | Views | Posted |
---|---|---|
1720 | Nov 05, 2013 04:16 AM | |
5545 | Nov 04, 2013 05:34 PM |
Activity Feed
- Posted Re: Detecting and Installing Windows Role & Features on InstallShield Forum. Nov 05, 2013 04:16 AM
- Posted Detecting and Installing Windows Role & Features on InstallShield Forum. Nov 04, 2013 05:34 PM
- Tagged Detecting and Installing Windows Role & Features on InstallShield Forum. Nov 04, 2013 05:34 PM
- Tagged Detecting and Installing Windows Role & Features on InstallShield Forum. Nov 04, 2013 05:34 PM
- Tagged Detecting and Installing Windows Role & Features on InstallShield Forum. Nov 04, 2013 05:34 PM
- Tagged Detecting and Installing Windows Role & Features on InstallShield Forum. Nov 04, 2013 05:34 PM
- Tagged Detecting and Installing Windows Role & Features on InstallShield Forum. Nov 04, 2013 05:34 PM