All,
I have been trying to install O365ProPlus with ODT. I am able to download with no issues. The install is kicking my butt. I have gone through several forum posts trying to pinpoint this issue. So far I have had no luck. Here is what I currently have.
Download XML
<Configuration><Add SourcePath="\\server\Software\Microsoft Office 365 Pro Plus" OfficeClientEdition="64" Channel="Monthly"><Product ID="O365ProPlusRetail"><Language ID="en-us" /></Product></Add><Display Level="None" AcceptEULA="TRUE" /></Configuration>
Install.bat
xcopy "%~DP0*.*" C:\Windows\Temp\O365ProPlus /E /I /Y C:\Windows\Temp\O365ProPlus\setup.exe /CONFIGURE InstallConfig.xml rmdir C:\Windows\Temp\O365ProPlus /S /Q
InstallConfig.xml
<Configuration><Add SourcePath="C:\Windows\Temp\O365ProPlus" OfficeClientEdition="64"><Product ID="O365ProPlusRetail"><Language ID="en-us" /></Product></Add><Logging Name="Office.log" Path="C:\Temp" Level="Standard" /></Configuration>
The error shows before the install even starts logging, so I have no way of troubleshooting unless there is another log file somewhere.
Any help is appreciated.