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 this. Question: Where is the best place to put this stuff? I think I need to warn the administrator if certain server features are missing in the UI portion of the setup. Thus, I would extend my managed bootstrapper. But it would also be nice if I could add the required features on behalf of the administrator. Now, should I put this stuff in a custom action in my setup? Or should I do this right from the managed bootstrapper? Are there any other options I have missed? Kind regards, Henning Krause ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

