Hi.
I'm trying deploying Office 2010 using System Center 2012 Configuration Manager.
Application installed fine, but I have problem when I'm trying automatic activate.
I'm using MAK serial. I know that I can use KMS but I would like use MAK serial.
In my environment I have proxy server and I think that there is a problem.
I added script in Office Customization Tool which added:
netsh winhttp set proxy proxy-server="http=x.y.z.w:port;https=x.y.z.w:port"
cd C:\Windows\system32\
cscript.exe "%PROGRAMFILES%\Microsoft Office\Office14\ospp.vbs" /act
And When script try to activate office I have error: ERROR CODE: 0x80072EE7 - can't connect to internet.
When I run script from user who actually loged script is work fine.
Also I added value in Office Customization Tool AUTO_ACTIVATE = 1
Probably when application is deployed using local system account and try connect to internet without proxy server.
I'm installing x86 Office in x96 systems - Windows XP and Windows 7
Do you have any idea how to resolve my issue?
Many Thanks!