Windows Updates Downloader Project

Discussion in 'MDL Projects and Applications' started by Mr Jinje, Oct 15, 2009.

  1. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,256
    674
    60
    #41 MasterDisaster, Oct 21, 2009
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #42 Mr Jinje, Oct 21, 2009
    Last edited by a moderator: Apr 20, 2017
    (OP)
  3. Dolorous Edd

    Dolorous Edd MDL Expert

    Aug 31, 2009
    1,054
    217
    60
    #43 Dolorous Edd, Oct 21, 2009
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. monkey_boy

    monkey_boy MDL Novice

    Jul 9, 2007
    1
    0
    0
    #44 monkey_boy, Oct 21, 2009
    Last edited by a moderator: Apr 20, 2017
  5. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,256
    674
    60
    #45 MasterDisaster, Oct 21, 2009
    Last edited: Oct 21, 2009
    EDIT:

    monkey_boy beat me to it
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #46 Mr Jinje, Oct 21, 2009
    Last edited by a moderator: Apr 20, 2017
    (OP)
  7. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,256
    674
    60
    #47 MasterDisaster, Oct 21, 2009
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. dns_momo

    dns_momo MDL Novice

    Oct 21, 2009
    15
    0
    0
    my bad, didn't read the last post until i posted and it links to the end. thanks for the great work.
     
  9. JUD

    JUD MDL Member

    Aug 24, 2009
    107
    1
    10
    #49 JUD, Oct 21, 2009
    Last edited by a moderator: Apr 20, 2017
  10. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #50 Mr Jinje, Oct 22, 2009
    Last edited: Oct 22, 2009
    (OP)
    QFT

    LOL I suppose if anyone is to catch DAZ now (first guy to 100), we will all have to shamelessly beg for karma. In that case I will not release Office 2007 update list until both JUD and MasterDisaster are above 25 rep's.
     
  11. PAYMYRENT

    PAYMYRENT MDL Developer

    Jul 28, 2009
    1,460
    420
    60
    i put jud past 25 lol and masterdisaster is now 24 :p
     
  12. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,256
    674
    60
    Thanks for the rep PMR

    LOL Daz is just boosting his ego with these rep points. According to the admins and mods rep points play only a small role when they have to choose a new Moderator.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. JUD

    JUD MDL Member

    Aug 24, 2009
    107
    1
    10
    LOL......Thanks PMR for the rep.
     
  14. PAYMYRENT

    PAYMYRENT MDL Developer

    Jul 28, 2009
    1,460
    420
    60
    #54 PAYMYRENT, Oct 22, 2009
    Last edited: Oct 22, 2009
    lol no problem he said he wont give out the update list till you guys had higher rep
    so someone else help masterdisaster :eek: damn ppl lol jkjk

    anyways i used the program and i thought it worked ok :cool:
     
  15. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #56 Mr Jinje, Oct 22, 2009
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Here's a snip you can use to run all the Office exe's (17 critical updates). Place it in the same folder as your updates (no spaces in path)

    OfficeUpdates.cmd

    Code:
    IF EXIST "%~dp0*.exe" (FOR /F "tokens=*" %%A IN ('DIR /B  "%~dp0*.exe"') DO (start /wait %~dp0%%A /quiet /norestart))
    This works for regular MSU files too.

    Code:
    IF EXIST "%~dp0*.msu" (FOR /F "tokens=*" %%A IN ('DIR /B  "%~dp0*.msu"') DO (start /wait %~dp0%%A /quiet /norestart))
    Let me know if any updates do not install with the /quiet /norestart param.
     
  16. Lich King

    Lich King MDL Addicted

    Sep 24, 2009
    500
    24
    30
    thanks.. good work..
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    @freeman appreciate it

    @everyone

    Did anyone have issues with the batch commands, did they work on all updates for you ?

    should warn, not to run that script if SP2 is in the same directory, SP2 should be installed separately before all the other updates, as that command does not check for it's presence and they may fail to install without it.
     
  18. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #59 Mr Jinje, Oct 24, 2009
    Last edited: Oct 24, 2009
    (OP)
    Working on support for Visual Studio, damned SNAFU VHD was size for small and cannot install the SP1 (not free-space).

    Can anyone with Visual Studio 2008 Pro w/ SP 1 go into Windows Update and select all the VS updates, right click them and then "Copy Details"and paste that back into this thread.

    Mr Jin-Jay don't pay cash all you get is +1 rep from me. that's a +27 rep value - offer not valid in Saskatchewan, for anyone w/username PayMyRent or persons under the age of 21
     
  19. PAYMYRENT

    PAYMYRENT MDL Developer

    Jul 28, 2009
    1,460
    420
    60
    #60 PAYMYRENT, Oct 24, 2009
    Last edited by a moderator: Apr 20, 2017