Hello Everybody!
I am currently setting up a deployment server using WDS and WDT. Currently, I am trying to deploy Windows 7 Pro 64 bit SP1 and Microsoft Office Professional Plus 2010. When I launch the install on a computer to take the image, Windows 7 installs and it then comes back with an error that it was unable to install Microsoft Office Professional Plus 2010, error 30023. I have went back and edited my config.xml file numerous times, however, I do not see any errors. The server is in a school so we have a site license for Office. This is the first few lines that I edited in my config.xml file:
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<Setting Id="SETUP_REBOOT" Value="Never" />
<Setting Id="REBOOT" Value="ReallySuppress"/>
<PIDKEY Value="1234567891234567891234567" />
<Setting Id="AUTO_ACTIVATE" Value="1" />
What I believe is happening is when Windows 7 loads after the deployment, it logs into the local account, and the local account on the new build does not have the credentials built in to access the server to pull Microsoft Office from the server. Lets call the server \\FILE-SRV and the domain DOMA_12. When I go to access the server in file explorer on the newly built machine, it says enter a network password to connect to: FILE-SRV on Domain: DOMA_12. If this is why it will not install Office onto the Machine, is there any way to make the image include the credentials so it can automatically pull and install office from FILE-SRV onto the local machine? Also, the WDS is installed on \\FILE-SRV along with the Active Directory.
Thanks!