Re: [WiX-users] Checking whether Windows roles and features is installed

2012-08-12 Thread Rob Mensching
We've thought about creating "Search" elements to do WMI. Nobody has implemented it yet. Perhaps, you'd like to implement them and contribute back? Take a look at the code under src\ext\... for examples how to create extensions to the WiX toolset including custom actions. The BalExtension also sh

Re: [WiX-users] Checking whether Windows roles and features is installed

2012-08-09 Thread Dave Watson
Hi, We use WMI in our custom bootstrapper (not currently burn) to check these. In fact we have a wizard page that does lots of similar checking based on what options you have chosen. You could also make a custom action to be run from msi as you suggest. Dave Previously dwat...@sdl.com. Any jo