Windows 7 Updates - Problem with EXE

Discussion in 'Windows 7' started by chrisgun, Jul 26, 2017.

  1. chrisgun

    chrisgun MDL Novice

    Joined:
    Feb 28, 2012
    Messages:
    34
    Likes Received:
    2
    Trophy Points:
    0
    Hi All

    Thank you fro reading

    I am integrating windows updates into the ISO i have managed to do all the updates but i am unable to integrate the EXE once is there a problem to change theses into MSU,CAB or is there any program that would integrate these updates?
     
  2. wiktorynka

    wiktorynka MDL Novice

    Joined:
    Mar 25, 2015
    Messages:
    26
    Likes Received:
    21
    Trophy Points:
    0
    #2 wiktorynka, Jul 26, 2017
    Last edited: Jul 26, 2017
    exe and not integrable msu by setup complete

    @echo off
    cd %~dp0
    START /WAIT %windir%\Setup\Scripts\NDP47-KB3186495-x86-x64-ENU.exe /passive /norestart
    START /WAIT %windir%\Setup\Scripts\NDP47-KB3186497-x86-x64-AllOS-xxx.exe /passive /norestart
    START /WAIT %windir%\Setup\Scripts\NDP46-KB4024848-x64.exe /passive /norestart
    START /WAIT %windir%\Setup\Scripts\NDP46-KB4035510-x64.exe /passive /norestart
    START /WAIT %windir%\Setup\Scripts\Windows-KB890830-x64-V5.50.exe /quiet
    START /WAIT wusa.exe Windows6.1-KB2603229-x64.msu /quiet /norestart
    START /WAIT wusa.exe Windows6.1-KB3046269-x64.msu /quiet /norestart
    START /WAIT wusa.exe Windows6.1-KB3184143-x64.msu /quiet /norestart
    START /WAIT wusa.exe Windows6.1-KB3191566-x64.msu /quiet /norestart
    CLEANUP
    SHUTDOWN /R /T 5
    rd /S /Q "%WINDIR%\Setup\Scripts"
     
  3. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,630
    Trophy Points:
    450
    What exe are you "integrating"?

    Why are you installing NDP46 stuff when you also installing NDP47?
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    .NET 4.6/4.6.1/4.6.2/4.7 updates are combined starting this month

    so that NDP46 actually have 4.7 versioning
     
  5. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,630
    Trophy Points:
    450
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    I know :)
    but all 4.6 > 4.7 versions share the same update file, named NDP46

    Windows 8.1 have the same situation, as msu file