Test for Windows Features
问题 I have an installer that runs a CustomAction which runs an embedded powershell script to test for the installed status of various required windows features. This works correctly but it is terribly slow to complete. Is there an alternative method to test for such features? I expect there to be something along the lines of registry keys for each feature and sub-feature but I have not found any documentation on the subject. 回答1: In one of the installation projects we used dism.exe to enable