Answered by:
Office 2010 license error

Question
-
Hi,
I followed this KB articel to the letter, and the sequencing of Office 2010 went without problems. However, after deploying, for every Office application I start, I get the following error:
Microsoft Office has encountered a problem with licensing and will need to close. If this problem persists, uninstall and reinstall your product.
Any idea what I could have done wrong? A regular Office 2010 installation works fine with our KMS server.
Thanks!
Wednesday, May 5, 2010 8:40 AM
Answers
-
Never mind, it was a typo in the Office 2010 App-V kit installation on the deployment station. Sorry!
- Proposed as answer by znack Wednesday, May 5, 2010 1:22 PM
- Marked as answer by Aaron.ParkerModerator Tuesday, October 18, 2011 3:07 PM
Wednesday, May 5, 2010 10:20 AM
All replies
-
It doesn't even seem to communicate with the KMS host (the "current count" is not increasing) so I suspect a (communication) problem with the Office 2010 App-V kit. Any clues where to look for?Wednesday, May 5, 2010 9:53 AM
-
Never mind, it was a typo in the Office 2010 App-V kit installation on the deployment station. Sorry!
- Proposed as answer by znack Wednesday, May 5, 2010 1:22 PM
- Marked as answer by Aaron.ParkerModerator Tuesday, October 18, 2011 3:07 PM
Wednesday, May 5, 2010 10:20 AM -
I'm not using KMS I used PIDKEYS= {Product Key}, but I received the same error
any help
Best Regards --- Abduljalil Abolzahab Technical Specialist - Microsoft Technical Forum: http://Forum.fourtyfivecorp.netThursday, June 17, 2010 1:33 PM -
have you installed the deployment kit on the machine you are testing on?
Wednesday, June 23, 2010 6:28 PM -
Yes 4 sure
actually I did the following:
1- Add value VSI to the multi-string value for the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SoftGrid\4.5\Sequencer\SxSAppExtensions
2- Make sure that Windows Search is installed and service set to automatic3- Set the Windows Update service to Disabled .4- Download the Deployment Kit and extract the .exe file5- Open a command prompt with administrative permissions.
msiexec /i OffVirt.msi Click2runMapi,Click2runOWSSupp,Click2runWDS,OSpp,OSpp_Core PIDKEYS=XXXXX-XXXXX-XXXXX-XXXXX USEROPERATIONS=1
6- Sequence Microsoft Office 2010 9834627- Start applications to create primary feature block.8- Save the package
On Client:
1- App-v Client is already installed.2- Browse to the directory that contains the Offvirt.msi3- At the command prompt, run the following command:
msiexec /i OffVirt.msi PIDKEYS=XXXXX-XXXXX-XXXXX-XXXXX USEROPERATIONS=1
Thanks
Best Regards --- Abduljalil Abolzahab Technical Specialist - Microsoft Technical Forum: http://Forum.fourtyfivecorp.netThursday, June 24, 2010 7:15 AM -
Do you need to have USEROPERATIONS=1 what if I want to activate it during the sequence can I do that rather getting the user to do it?Friday, July 30, 2010 11:50 AM
-
To activate Office 2010 without user interaction, use OSPP.VBS. More info here:
http://blogs.technet.com/b/office2010/archive/2009/12/18/volume-activation-tips-and-tricks.aspx
Friday, July 30, 2010 12:20 PMModerator