Forums

Microsoft Office 2010 Installation, stuck at product key

Auteur Réponses
Jump to the page: 1 - 2
bronic Vendredi 25 Janvier 2013 à 22:02
bronicAnonymous

My solution for the activation problem was editing the config.xml in the ProPlus.WW folder. I have added the following element for showing the key dialog in installation:

<Setting Id="AUTO_ACTIVATE" Value="1"/>

You can find more details: http://technet.microsoft.com/de-de/library/cc179195.aspx

Edité par bronic

J_Hart03 Samedi 26 Janvier 2013 à 5:33
J_Hart03Anonymous

I finally got it to work. I just completly removed Playonliux and Wine. Then I reinstalled and it worked perfectly. I have done this before with no success I am not sure why it worked this time.
sblandford Mardi 15 Juillet 2014 à 14:17
sblandfordAnonymous

I also had success by setup of the Config.xml file. I copied the CD to a local directory so I could edit it and installed from there. When I got the key wrong (mistook a V for a Y etc) then PlayOnLinux reports that Wine has crashed during the install. Once correct it installed OK.

http://www.itninja.com/blog/view/configure-a-silent-installation-of-office-2010

This is what my Standard.WW/Config.xml file looks like (sans actual key value, of course)...

<Configuration Product="Standard">
    <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> 
    <PIDKEY Value="XXXXXXXXXXXXXXXXXXXX" />
    <Setting Id="AUTO_ACTIVATE" Value="1"/>
</Configuration>

 

Maltinho Mercredi 9 September 2015 à 20:16
MaltinhoAnonymous

I used the method from sblandford. After that I tried to use the online activation, but it failed. The error code saied that the internet-connection failed from within wine. Then I used the telephone-activation and that worked. It is activated now. Thanks.