I am looking to upgrade roughly 150 clients from office 2007 to office 2010. As we have a corporate serial key I'm not really want to install this by entering in the key manually by myself every time. I know that you can somehow "embed" the serial key into the installation files so that you do not need to manually enter the serial key, but do now know how. So how do I go about this?
3 Answers
Considering the amount of users, if you have a Volume License key you can set up a KMS server and have the activation automated locally rather then having to enter the key. You can read more about KMS (Volume Activation) here
The idea is that you have your own activation server locally on your network, which will automatically be detected when Office and Windows for that matter, tries to activate. It will use the KMS key provided by Microsoft to activate. The advantage is that the end users do not need a key at all, and during activation it will retrieve the correct key from the server.
We use it on our network with huge success.
- 1,593
- 2
- 15
- 30
-
+1 for KMS. With that many users, this will save a lot of time. – Cypher Jan 12 '11 at 06:55
Check out this walk-through It requires an XML file similar to Windows 7 unattended install.
Alternatively, you could make all the end users fend for themselves during the upgrade :)
- 685
- 7
- 17
Options:
- Run setup /admin and you get a nice little gui which allows you to enter a product key and save the results as a msp file. Put this msp file in the updates directory
- Edit the config.xml file. This file will be under the release directory (ProPlus.ww or Enteprise.ww or something like that). Be aware: this leaves your key in plain text on your distribution point
- Use the Volume Activation Management Tool after installation
- Setup your own Key Management Server
- 18,954
- 6
- 38
- 55