Look inside config.ini of this app you can set ExtractMSP=True so it extracts the MSP files... If you already downloaded them there run the EXE with /? it will tell you the command line to extract them Code: --------------------------- The Microsoft Office 2013 Administrative Templates --------------------------- Usage: /extract:path, extracts the content of the package to the path folder /log[:path to log file], enables verbose logging for the update installation /lang:lcid, sets the user interface to the specified locale when multiple locales are available within the package /quiet, runs the package in silent mode /passive, runs the update without any interaction from the user /norestart, prevents prompting of user when reboot of machine is needed /forcerestart, forced restart of machine once update is complete /?, shows this help message --------------------------- OK ---------------------------
Just a small little bug when I run WHD 1.1 it always notifies me of new Office 2013 x64 and x86 download lists even though they are up to date. Anybody else experiencing this too. Also, still doesn't make me coffee; but that's OK I can suffer through that and make my own manually for a while longer-no worries.
Right i'm not sure, but yeah, i guess the custom MSP is bound to the product the script however works for all
its my 1st time using WHDownloader,, just downloaded (WHDownloader_0.1.1),,but i didn't find the (Update Lists) to download it for win7 sp1 any help for the link,,thank you
I have encountered this problem(Cody's issue) when integrating updates for office 2010 too. Office 2013 is better although when making a select edition with project and visio I have to be more careful about which updates come last. Murphy78 seemed to have a way of integrating his updates into office so that on install there is virtually no WU files. I tend to use his list for the office pro plus portion. @abbodi1406, I will give your work a round a try and see how it goes. Thanks.
I really don't know you could put them in a third folder duplicate the cookie with another name, let's say O14POSTSP2CHECK2 and add this part to the install script before the line exit Code: for %%A in (D E F G H I J K L M N O P Q R S T U V W X Z C) do ( for /f "delims=" %%i IN ('"dir /b /s %%A:\O14POSTSP2CHECK2" 2^>nul') do if exist "%%i" call :get "%%i" )