Windows Update MiniTool Integrator v1.0

Discussion in 'Windows 10' started by dobbelina, Sep 23, 2016.

  1. dobbelina

    dobbelina MDL Senior Member

    Apr 2, 2009
    426
    526
    10
    #1 dobbelina, Sep 23, 2016
    Last edited: Aug 18, 2022
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. zylor

    zylor MDL Junior Member

    Feb 25, 2012
    92
    49
    0
    Awesome work ! :D :worthy::worthy::worthy:
     
  3. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,646
    270
    #3 Mr.X, Sep 23, 2016
    Last edited: Sep 23, 2016
    Great dobbelina!

    Do you think now the long search time for updates on Win7/8.x issue is gone, even without latest WUClient version?
    I ask this because there's no need to fire up WUClient with your new tool...
     
  4. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,447
    1,424
    60
    Great! This is THE solution for Windows 10 Home users.
     
  5. Rudi1

    Rudi1 MDL Member

    May 30, 2007
    208
    67
    10
    Thanx for great work !
     
  6. Evides

    Evides MDL Member

    Apr 6, 2014
    114
    24
    10
    Works fine on W10 Pro too... ;)
    Thanks..!
     
  7. thessalonik

    thessalonik MDL Senior Member

    Apr 7, 2014
    299
    16
    10
    whatt diff this tool has compared to normal windows update?

    thanks for providing it tough!
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,761
    450
    How would that work? This sideproject will autorun when there is an update notification, WU without the fix won't notify an update, not?

    ps, wanted to test but the zip download wants me to login at google.
     
  9. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,646
    270
    #9 Mr.X, Sep 23, 2016
    Last edited by a moderator: Apr 20, 2017
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,219
    84,891
    340
    He means the modern WU interface

    WUClient is the scanning/management engine, not affect by this or by WUMT, and Win7 would still the fix
     
  11. dobbelina

    dobbelina MDL Senior Member

    Apr 2, 2009
    426
    526
    10
    Thanks, that's what I mean.
    Updated wording in first post to avoid confusion :confused: :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. sankoukai57

    sankoukai57 MDL Novice

    Aug 29, 2015
    12
    2
    0
    thx working great on w10 entreprise ltbs :D
     
  13. UpGrade4

    UpGrade4 MDL Novice

    Aug 22, 2012
    44
    9
    0
    This is absolutely brilliant! is trhere a way to use it silently because i would like to use it in setupcomplete.cmd so its preinstalled! do you think it would be possible to add silent switches so we could use scripts with it.
    You could put in the switches and then we put the folder location in a script with the silent witch and everything goes automatically ? something like that maby ?
     
  14. sankoukai57

    sankoukai57 MDL Novice

    Aug 29, 2015
    12
    2
    0
    #14 sankoukai57, Sep 25, 2016
    Last edited: Sep 25, 2016
    yep good idea , no switch for silent launch ,
     
  15. dobbelina

    dobbelina MDL Senior Member

    Apr 2, 2009
    426
    526
    10
    #15 dobbelina, Sep 25, 2016
    Last edited: Sep 27, 2016
    (OP)
    I could make an unattend install switch, and having it read the file path to WUMT from an ini file.
    However, because of the elevating stuff it has to be installed when current user is logged on,

    I'll look into it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. scaramonga

    scaramonga MDL Senior Member

    Oct 27, 2012
    426
    261
    10
    So useless if one has the update service disabled, permanently? Like, I use the minitool with that script that turns it on when I need it, update, then it disables the service when done.

    Still, great work though! :)
     
  17. dobbelina

    dobbelina MDL Senior Member

    Apr 2, 2009
    426
    526
    10
    #17 dobbelina, Sep 26, 2016
    Last edited: Sep 26, 2016
    (OP)
    Ok, I updated the file link on page 1, It can now be run unattended,
    However, because of the elevating stuff it has to be installed when current user is logged on,
    *** EXPERIMENTAL ***
    For Unattended Install, put wumt.ini in same folder as
    WUMT_Integrate_Installer.exe and edit the 2 Options:
    Silent=Yes
    Wumt_Path="Program Files\WUMT"

    (Has to be on the system drive, path above already resolves to %systemdrive% )

    I'm not an unattended freak, so I'll let you figure it out. :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Slartibartfarst

    Slartibartfarst MDL Novice

    May 25, 2016
    1
    1
    0
    Hey, thanks a lot @dobbelina .
    This is under Win10-64 PRO (post-Anniversary update):
    I dl both the WUMT + the WUMT Integrator.
    Then I put WUMT into a folder, ran it (checked OK) and shut it down, and then installed the WUMT Integrator into same. It tested fine (very helpful to prove the installation with that test after installation).

    They work together seamlessly. Very nice. Ruddy brilliant actually. :clap:
    And yes, it's also an indictment of Microsoft that some 3rd-party developers had to do this to work around Microsoft's clodhopping mistakes.
    Could potentially save me and a lot of others a pile of time/trouble.
    Now I need to keep in touch with any updates to these two proggies.
    Thanks again.
     
  19. UpGrade4

    UpGrade4 MDL Novice

    Aug 22, 2012
    44
    9
    0
    #19 UpGrade4, Sep 26, 2016
    Last edited by a moderator: Apr 20, 2017
    Thanks so much! Just tested all working great!

    Try this code to gain admin rights automatically for your uninstall script:

    Code:
    :: BatchGotAdmin
    REM  --> Check for permissions
    >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
    
    
    REM --> If error flag set, we do not have admin.
    if '%errorlevel%' NEQ '0' (
        echo Requesting administrative privileges...
        goto UACPrompt
    ) else ( goto gotAdmin )
    
    
    :UACPrompt
        echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
        echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs"
    
    
        "%temp%\getadmin.vbs"
        exit /B
    
    
    :gotAdmin
        if exist "%temp%\getadmin.vbs" ( del "%temp%\getadmin.vbs" )
        pushd "%CD%"
        CD /D "%~dp0"
    
     
  20. uffbros

    uffbros MDL Senior Member

    Aug 9, 2010
    447
    58
    10
    Ok I uninstalled the old version from other day. I download this new one and unzip it and make the change to Yes. I click on the WUMT_Integrate_Installer.exe it says wumt_X64 is missing?????