Over the years I have written quite a bit about Desktop Deployment, especially using the Microsoft Deployment Toolkit (MDT). It allows us to install not only our operating system but also our drivers, patches, and applications with little or no user interaction.
Recently I did some consulting for a small company of seven users. They are a Microsoft Partner, and took advantage of one of the best deals going, the Microsoft Action Pack Subscription. In essence, this gives them use rights for most Microsoft software (for up to ten users) for a small yearly fee. Now before you get your hopes up, I am sorry to tell you that it is only available to Microsoft Partners.
One of the recommendations I made to them was to create a Deployment Server using the MDT. I demonstrated the value, and they thought the idea of lite-touch installation was great (they are far too small for zero-touch, which requires a System Center infrastructure). They got right to work. Unfortunately when they got to creating the Application Package for Microsoft Office 2013 they ran into a snag.
“We tried to run the Office Customization Toolkit but it doesn’t work!”
I took a look, and sure enough they were getting the following error:
Just to be sure, I tried it myself. In a command prompt I navigated to the network share where they had copied the source files for Office 2013, and I typed setup /admin. I got the same error.
I had seen this problem before… when trying to use FPP (Full Package Product) media for a deployment… the OCT is not included. Drat.
So here’s the way around it:
1) Download the Office 2013 Administrative Template files (ADMX/ADML) and Office Customization Tool. You can find them here: http://www.microsoft.com/en-us/download/details.aspx?id=35554
2) Extract the files as directed; you will now have two directories – Admin and ADMX. You will also have an Excel file called office2013grouppolicyandoctsettings.xlsx.
3) Copy these files into the network share (or local directory) to which you copied the Office 2013 source files (because neither the DVD nor the ISC is writeable).
4) From a command prompt navigate to that directory, and execute the command: setup /admin
Congratulations, you can now run the Office Customization Toolkit on your non-VL media, and use it to create your custom .MSP files. Now go forth and deploy!
Note: The same process would work for Office 2010 and Office 2007, but you will have to download the appropriate OCT version. Just look for it online
Leave a Reply