WHDownloader - Support and chat

Discussion in 'WHDownloader' started by Alphawaves, Apr 29, 2013.

  1. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,025
    60
    #1961 ricktendo64, Dec 20, 2014
    Last edited by a moderator: Apr 20, 2017
    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   
    ---------------------------
     
  2. Paul279

    Paul279 MDL Novice

    Dec 20, 2014
    2
    0
    0
    Thank you very much for the information and for the links
     
  3. RickSteele

    RickSteele MDL Addicted

    Nov 12, 2009
    833
    483
    30
    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. :biggrin:
     
  4. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,251
    22,364
    210
    :biggrin:
    Hi Rick, they have been updated, download them again and you should be good to go..:hug2::)
     
  5. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #1966 CODYQX4, Dec 21, 2014
    Last edited: Apr 12, 2019
    .
     
  6. RickSteele

    RickSteele MDL Addicted

    Nov 12, 2009
    833
    483
    30
    Peeeerrrrrfect, thanks mawn-they work as intended. :band:
     
  7. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #1969 CODYQX4, Dec 22, 2014
    Last edited: Apr 12, 2019
    .
     
  8. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #1970 CODYQX4, Dec 22, 2014
    Last edited: Apr 12, 2019
    .
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,793
    340
    Right :)

    i'm not sure, but yeah, i guess the custom MSP is bound to the product
    the script however works for all
     
  10. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #1972 CODYQX4, Dec 22, 2014
    Last edited: Apr 12, 2019
    .
     
  11. max224

    max224 MDL Novice

    Jan 25, 2013
    1
    0
    0
    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
     
  12. Techiekid

    Techiekid MDL Member

    Nov 3, 2009
    108
    14
    10
    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.
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,793
    340
    Click on the Arrow on top left corner to download lists
     
  14. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #1976 CODYQX4, Dec 22, 2014
    Last edited: Apr 12, 2019
    .
     
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,793
    340
    Maybe try to put these updates only in last install (Visio)
     
  16. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #1978 CODYQX4, Dec 22, 2014
    Last edited: Apr 12, 2019
    .
     
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,793
    340
    #1979 abbodi1406, Dec 22, 2014
    Last edited by a moderator: Apr 20, 2017
    I really don't know :D

    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"
    )