Installing WAIK unattended
Today I was thinking of creating a sort of “master” script for MDT implementation, that would install and configure MDT2010 unattendedly. So ofcourse, my first order of business was installing all the prerequisites unattendedly… and that’s where the trouble started…. Microsoft does not support installing the WAIK via the well known /qb-! or /qn switches… because of the EULA you have to accept. I found this great article by Richard Smith on the deployment guys blog. Unfortunately for me… my script will be running under a system account (SCCM)… which means no UI at all… so the Auto-IT method didn’t quite do it for me…
So I decided to go old school, whip out my favourite MSI editing tool: Orca and create a transform that removes the Full UI requirement.
Now all you have to do is: msiexec /i waikx86.msi TRANSFORMS=waik.mst /qn and voila… fully unattended WAIK installation…
Disclaimer: This is very much NOT supported by Microsoft… so use at your own risk.
February 6th, 2010 - 23:39
Hello,
i must install silently the french WAIK , but your MST file doesn’t work with WAIKamd64.msi FR.
i don’t have experience MSI . Could you like explain me how to create this MST file ?
Thanks for your help.
February 15th, 2010 - 10:34
Hi Herve,
what you need is the Orca MSI editor. Then go to page Requirements and delete the UI_LEVEL requirement from the MSI… orca will generate a MST.. which you can use to install the WAIK.