I am trying to deploy Office 365 using SCCM. I want to deploy only the setup.exe and install.xml files with sccm (application deployment and not package) and use the sourcepath and updatepath in the xml so the clients get the files from "\\server\share\production". That way I can leverage both delta and branchcache, while having a test environment and a production environment, with easy update management. However:
This doesn't work. The clients get the sccm application, but it immediately fails waying either my internet is messed up or I'm out of diskspace (answer is no, and no):
"Image will be here when MS verifies my account"
Exterp from the log:
2/03/2015 11:23:30.219 SETUP (0xfe4) 0x950 Click-To-Run ap6e1 Unexpected FileDownload::Download: Download failed for "\\system.local\Programs\CM - Office 365\Production\Office\Office\Data\v32.cab", try 0. {"MachineID":"f97fe3986cf07d4abde7dd4829b4f7b9","SessionID":"558333c9-59ae-4630-9d36-37f5f8d4dfc5","GeoID":"244","Ver":"15.0.4623.1001","ErrorCode":"2","ErrorMessage":"ErrorCodeOnly (Failed to copy file src: \\system.local\deploy\Programs\CM - Office 365\Production\Office\Office\Data\v32.cab, dest: C:\Users\ADMINI~1.SYS\AppData\Local\Temp\OfficeC2RA3134625\v32.cab , Error:0x2)","AppVErrorSource":"","ErrorType":"2"}
The user is local admin and the share has everyone full access (for testing purposes).
The folderstructure is as follows:
\\server\share\application <- setup.exe and xml files
\\server\share\production <- production build
\\server\share\test <- latest build
My Download.xml puts the latest build in the \\server\share\Test folder and the we plan to copy it over into the production folder when testing is done.
I even tested this locally, and it stil didn't work when the setup.exe and xml files were not in the folder with the cab files. It seems that the sourcepath variable is just there for the download part, and not for the configure part.
What am I missing here?
- Edited by Karsten12345 1 hour 14 minutes ago