Hi All,
Hoping someone can help me out here. Attempting to deploy office 365 via SCCM and running into an issue where it immediately pops up "Couldn't Install. We're sorry, we had a problem installing your Office Programs. Is your internet connection working? Do you have enough free space on your main hard drive?" so on and so forth.
I set the deployment up as an Application and applied it to a device collection containing my test laptop. I've downloaded the source files using the Setup.exe /download download.xml and tossed it all into a directory on SCCM and set it as the content location. I've distributed the content to my DP where the laptop is located. When attempting the install it downloads all of the content to the CCMCACHE folder, and then the error comes up.
The CCMCACHE Folder contains the following:
15.0.4675.1003\
v32
v32_10.0.4675.1003
Inside of 15.0.4675.1003\ contains the following:
i321033
i641033
Install.xml
Remove.xml
s320
s321033
setup.exe
stream.x86.en-us.dat
stream.x86.x-none.dat.
My install.xml contains the following:
< Configuration>
<Add OfficeClientEdition="32" > <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> </Product> </Add>
<Display Level="None" AcceptEULA="TRUE" />
<Logging Level="Standard" Path="%TEMP" />
<Property Name="AUTOACTIVATE" Value="1" />
</Configuration>
Per the above, I'd expect the following to happen: Data is distributed to the DP's. User machine is input into the device collection - software is now available in Software Center (we do not use the catalogue) Use downloads the content to their machine Install.XML sees that there is no sourcepath, so runs the setup.exe from the local path and uses the local files Office installs
Would appreciate anything you guys have!