dear all,
- i downloaded the latest ODT from this link http://www.microsoft.com/en-eg/download/details.aspx?id=36778 ,,, the ODT version is 15.0.4623.1001
- i'm running this command to download the office setup.exe /download C:\odt\configuration.xml
- below is my xml file
<Configuration>
<Add SourcePath="\\server\C2R" OfficeClientEdition="32">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
</Add>
</Configuration>
- the c2r share has access full permissions to everyone
- After a while from running the command it fails
- i checked the log file in the temp and i got error below
12/09/2014 09:36:03.657SETUP (0xf3c)0x12d0Click-To-Runanwv7MediumDescriptor::Load: Reading Bootstrapper value from descriptor: 15.0
12/09/2014 09:36:03.828SETUP (0xf3c)0x12d0Click-To-RunamaxgMediumDownloadOffice::DownloadPackages: Getting Office lcid: 1033
12/09/2014 09:36:03.828SETUP (0xf3c)0x12d0Click-To-RunamaxmMediumDownloadOffice::DownloadFile: Downloading file http://officecdn.microsoft.com/pr/39168D7E-077B-48E7-872C-B232C3E72675/Office/Data/15.0.4667.1002/stream.x86.en-us.dat
12/09/2014 09:41:21.901SETUP (0xf3c)0x12d0Click-To-Runaoh8sUnexpectedDownloadOffice::HandleStateAction: OException has occured WinHttpQueryDataAvailableFailed (WinHttpQueryDataAvailable: failed Http Request has no data: Last error: 0x00002efe , Error:0x2efe). Exiting bootstrapper.
12/09/2014 09:41:21.901SETUP (0xf3c)0x12d0Click-To-Runaoh71MediumBootstrapperState::OnError: Error has occured. Go to ExitBootStateMachine.
12/09/2014 09:41:21.901SETUP (0xf3c)0x12d0Click-To-Runaoh9fMediumBootStateMachine::ShowFailureUI: Showing failure UI.
12/09/2014 09:41:35.234SETUP (0xf3c)0x12d0Click-To-Runaoh72MediumExitBootStateMachine::HandleStateAction: Bootstrapper workflow exiting with result: 0x0
12/09/2014 09:41:35.234SETUP (0xf3c)0x12d0Click-To-Runaoh9zMediumAdminBootstrapper::Main: Installation came back with -2147418113.
12/09/2014 09:41:35.234SETUP (0xf3c)0x12d0Logging Libletaqc99MediumLogging liblet uninitializing.
- i tried accessing this link manually and i got the below error "http://officecdn.microsoft.com/pr/39168D7E-077B-48E7-872C-B232C3E72675/Office/Data/15.0.4667.1002/stream.x86.en-us.dat "
so any suggestions ?