Changes

Talk:MS Office 2010

564 bytes added, 12:24, 7 October 2011
note on "Error: The Software Protection Platform service is not running"
: It is not my package and I don't use it either, so I can't help here.
: [[User:StefanP|StefanP]] 18:22, 29 July 2011 (CEST)
 
----
 
== KMS Activation ==
I had a problem with KMS Activation because the required service was not started. The wpkg script would simply fail and manual execution of activation.bat shows a message window with <code>Error: The Software Protection Platform service is not running: sppsvc State: Stopped</code>.
 
As a workaroud I added <pre>
<install cmd='%COMSPEC% /c net start osppsvc'> <exit code="any"/> </install>
</pre>
to package "msoffice2010-activation". (Possibly fragile as I could not find possible exit codes in case the service is already running...)