How to install Exchange Management tools silently
As we support 1500 users we don't manually install anything on PCs. it is all done remotely using, at the moment, Altiris Deployment console (not the nasty web based 7.1 but the rather more pleasent 6.9 with win32 console). We use simple command line stuff to run installers in quiet mode such as MSIs with a /qn or setups with recoreded ini answer files. Every now and again we come across an installer that either doesn't support silent install or tries to do something stupid at the end like display a read me file, complete Muppetry! However we often come across stuff that requires prerequistes installed like Exchange 2010 Management tools. This needs a bunch of Windows features set up in advance, but guess what? The installer knows this but doesn't install them for you and Microsoft doesn't tell you what they are in any documentation or how you should go about installing them, though it does say if you run Setup /r:MT it will install silently, don't believe it, it...