Re: [WiX-users] Guidance needed on installing Windows features with Burn

2012-06-20 Thread Rob Mensching
1. Your BA should *never* modify the machine state. 2. Put all modifications to machine state in packages. We wanted to create a "WindowsComponentPackage" or "WindowsRolePackage" (or something) that you could put in a Burn Chain to turn on Windows components but didn't have time to get it done in W

[WiX-users] Guidance needed on installing Windows features with Burn

2012-06-20 Thread Henning Krause
Hi, I've created a managed bootstrapper application with burn which installs a web application packaged as an MSI. This works great so far. Now I need to ensure that certain server roles and features are installed. Since we target only Windows 2008 R2, I can use the ServerManager Cmdlets for t