16 December, 2011 at 2:58 pm
by Phil Wiffen · Filed under Miscellaneous
So, somewhere along the way, I’ve managed to lose some posts that were uploaded over the last 6 months. In fact, I’ve lost almost all changes to the site over the last 6 months. How frustrating. If anyone happens to miraculously have copies of my posts, I’d be eternally grateful for the content!
Hope everyone’s keeping well
Phil
Permalink
5 April, 2011 at 10:20 am
by Phil Wiffen · Filed under Desktop Deployment, Miscellaneous
Came across this the other day and didn’t see anything come up in a Google search so figured I’d blog it.
If you’ve recently added Internet Explorer 9 (IE9) to your MDT deployment, and you’re getting an offlineServicing error when deploying an OS, you may want to check this out.
The problem seems to occur when:
- You’re running Microsoft Deployment Toolkit 2010
- You’re deploying Windows 7 with SP1 integrated
- You’ve added IE9 in .cab format to the deployment via Packages
- When deploying an OS, you get a fatal error saying: “Windows could not apply unattend settings during pass [offlineServicing]“
To fix the problem, I removed the IE9 .cab from Packages and instead, integrated it into the install.wim image, using these instructions: Windows 7 – Add or Remove Packages Offline
I will attempt to write up proper instructions when I can, but the above link should provide you with enough information to work it out
Permalink
22 March, 2011 at 11:45 am
by Phil Wiffen · Filed under Desktop Deployment, Miscellaneous
If you’re deploying Microsoft Office Professional Plus 2010 with a MAK key, and you want to avoid the user seeing the Microsoft Office Activation Wizard when they first start up an Office application, follow these instructions:
- Run the Office 2010 Customization Tool (OCT)
- Open up your customised MSP file
- Go to: Setup > Add installations and run programs > Add…
- Then enter the information as seen in the image below.
- Target: [SystemFolder]\cscript.exe
- Arguments: “C:\Program Files (x86)\Microsoft Office\Office14\ospp.vbs” /act

- Don’t forget to save your MSP!
This will activate Office immediately after it is installed, so that it won’t pop up the Activation Wizard when the user first runs Office. Think of this as either a kind of pre-activation or post-activation of Office 2010.
This guide makes the following assumptions:
- You know how to load OCT (Office Customization Toolkit)
- You are deploying 32-bit Office onto 64-bit Windows
- You deploy Office 2010 at Deployment time using Microsoft Deployment Toolkit (although, for this to work, you don’t have to).
- You deploy Office 2010 using a MAK key.
- You store your MSP file in the \Updates\ within the Office 2010 installation files on the MDT share (again, for this to work, you don’t have to).
I found this info after hopelessly searching around, finally coming across this page on Microsoft Technet.
Permalink
24 January, 2011 at 9:52 am
by Phil Wiffen · Filed under Miscellaneous
Can’t find the Customisation Wizard for Adobe Reader 10?
You’ll find it here: ftp://ftp.adobe.com/pub/adobe/acrobat/win/10.x/10.0.0/misc/
Share and enjoy
Permalink
22 October, 2010 at 1:37 pm
by Phil Wiffen · Filed under Miscellaneous, Virtualisation
Yet another “not entirely obvious” VMware thing
If you want to use the VMware vCenter Converter from within the vSphere Client you need to:
- Install vCenter Converter on the vSphere vCenter Server (It’s an option on the vSphere vCenter installer)

- Now log onto your vSphere Client and go to:
- Plugins > Manage Plugins > Install vCenter Converter Client
- Once installed, right click on any ESX host, or ESX Cluster and choose “Import Machine…” from the bottom of the context menu.

- That’s it. The vCenter Converter wizard will then pop up
Note: This is tested and working on VMware vSphere 4.1. Let us know how you get on with other versions of vSphere!
Permalink