just let you know that downloading through vnext for version 1015 not yet working ( error 404 or 503 ), but 1014 no problem.
They were not created? And because they are missing, you were not able to start a setup? Just checked my test environments (Win7/Office .1014 and Win10/Office .1015) and they are there. Please post ":OfficeInstallXML" (lines 2314 to 2360) from JATDevice.cmd and enclose them in CODE-Tags (#-button).
I'm on the 1014 build but when I try to update to 1015 thru Office I get the message that I am up to date. I have been upgrading this way since the 1009 build.
#::=============================================================================================================== :: OFFICE INSTALL XML :OfficeInstallXML xcopy "files\officefixes\16\setup.exe" /s /q "%installpath%" /y >nul cls call :Header "INSTALL OFFICE 16" echo: if "%o16arch%"=="x64" (set "o16a=64") else (set "o16a=32") echo Created setup files "setup.exe", "configure%o16a%.xml" and "start_setup.bat" echo in Installpath "%installpath%" echo: set "oxml=%installpath%\configure%o16a%.xml" set "obat=%installpath%\start_setup.cmd" if exist "%oxml%" del /s /q "%oxml%" >NUL if exist "%obat%" del /s /q "%obat%" >NUL echo ^<Configuration^> >%oxml% echo ^<Add OfficeClientEdition="%o16a%"^> >>%oxml% echo: >>%oxml% if not "%of16install%"=="0" ( echo ^<Product ID="ProplusRetail"^> >>%oxml% echo ^<Language ID="%o16lang%"/^> >>%oxml% echo ^</Product^> >>%oxml% echo: >>%oxml% ) if not "%pr16install%"=="0" ( echo ^<Product ID="ProjectProRetail"^> >>%oxml% echo ^<Language ID="%o16lang%"/^> >>%oxml% echo ^</Product^> >>%oxml% echo: >>%oxml% ) if not "%vi16install%"=="0" ( echo ^<Product ID="VisioProRetail"^> >>%oxml% echo ^<Language ID="%o16lang%"/^> >>%oxml% echo ^</Product^> >>%oxml% echo: >>%oxml% ) echo ^</Add^> >>%oxml% echo ^<Display Level="Full" AcceptEULA="TRUE"/^> >>%oxml% echo ^</Configuration^> >>%oxml% echo setup.exe /configure %oxml% >"%obat%" if not "%createpackage%"=="1" (echo&&(echo Setup is starting...)&&(start "" /MIN "%installpath%\setup.exe" /configure "%oxml%") echo: call :FOOTER timeout /t 15 goto:Office16VnextInstall :================================================================================================================# yes i wasn't able and that was under W7, right now i'm downloading under W10 and let you know just finished downoading,trying creation of installation package "C", result nul.
I was able to update office to 1015 by replacing the command line 2161. I downloaded the 1015 build using jD.vXXI but it did not have the configure32, setup and start_setup files. I copied those files from the 1009 build I had downloaded earlier and then installed. Office got updated to 1015 and was still activated.
Code above is correct and should produce "start_setup.cmd", "configureXX.xml" and "setup.exe". On my testenvironments I'm not able to reproduce this. But as we now have a second report that the 3 files are missing (thanks naseap) I have to investigate when and why this happens. What is shown as "installpath" after you pressed (C) ? See example below: Code: ███████████████████████████████████████████████████████████████████████████████████████ INSTALL OFFICE 16 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ Created setup files "setup.exe", "configure32.xml" and "start_setup.bat" in Installpath "d:\test\16.0.4229.1015_en-US_x86" ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
before pressing "C" #INSTALL VNEXT OFFICE 16 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ Downloaded vnext Setup Package found in: C:\\16.0.4229.1015_en-US_x86_x64 Set Office Install (1/0) >1 Set Project Install (1/0) >0 Set Visio Install (1/0) >0 Set Architecture to install (x86 or x64) >x86 Language is preselected: en-US (matches vnext download) ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ Pending Setup - SUMMARY - Install Office ? : 1 = YES Install Project ? : 0 = NO Install Visio ? : 0 = NO Install Architecture ?: x86 Install Language ? : en-US ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ Start local install now (1/0) or Create Install Package (C) ? ># after pressing "C" #INSTALL VNEXT OFFICE 16 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ Downloaded vnext Setup Package found in: C:\\16.0.4229.1015_en-US_x86_x64 Set Office Install (1/0) ># hope i understood what you are looking for?