Windows 7 Hotfix repository

Discussion in 'Windows 7' started by SoLoR, May 22, 2010.

  1. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,025
    60
  2. Asim Omer

    Asim Omer MDL Member

    Jan 28, 2011
    107
    7
    10
    This is not a spam sometimes updates come and SoLoR takes time to add it to the repository
     
  3. simurq

    simurq MDL Novice

    Feb 23, 2011
    17
    2
    0
    #3243 simurq, Oct 27, 2011
    Last edited by a moderator: Apr 20, 2017
    To continue the discussion, yesterday I re-tried to install Win7 along with Solor's updates. Here is the scenario:

    1. Windows 7 SP1 x64 MSDN edition is installed using a simple Autounattend.xml (from USB root) + SetupComplete.cmd (DVD\sources\$OEM$\$$\Setup\Scripts).
    2. No extra modification is made to source DVD including "install.wim", etc.
    3. Solor's latest updates (Oct 24) - all updates from the root of package and "LDR placeholders" - put all together into folder "USB drive\Updates". No other folders involved: since I don't have IIS, MSMQ, NFS, and SNMP activated on my rig by default, WUSA skips them upon installation anyway.
    4. Setupcomplete.cmd looks as below:
    Code:
    :: Changelog 26-10-2011:
    :: - added KB2603229
    :: - Subfolders IIS, NFS, MSMQ, SNMP of Solor's pack left untouched. WUSA rejects installation since these services are not activated by default.
    
    @echo off
    
    setlocal enableextensions disabledelayedexpansion
    
    (set CDROM=)
    
    for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do (if exist %%i:\Autounattend.xml set "CDROM=%%i:")
    
    if not defined CDROM goto :eof
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2533552-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\IE9-win7.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\IE9-Windows6.1-KB2624899-x64.msu /quiet /norestart /nobackup
    start /wait cmd /c %CDROM%\Updates\Silverlight.exe /q
    
    :: Solor's updates start below:
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB949843-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB969744-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB973640-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB975410-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB981070-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB981156-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB982018-v3-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB982559-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB983234-v3-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2205122-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2276594-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2394535-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2401553-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2401588-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2411938-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2416849-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2417168-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2427341-v3-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2427997-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2431799-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2443643-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2444142-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2444677-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2446607-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2456741-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2457458-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2459268-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2459530-v3-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2460971-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2461631-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2462182-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2462374-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2465285-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2466040-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2466048-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2466493-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2467167-v3-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2471472-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2472264-v3-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2475491-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2477042-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2477220-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2477932-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2479710-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2479943-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2480641-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2480994-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2481614-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2483564-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2486635-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2486644-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2487292-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2488113-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2489036-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2490728-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2491683-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2491809-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2492386-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2492704-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2492755-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2492765-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2492806-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2493006-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2493115-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2493989-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2494036-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2494427-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2494816-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2495074-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2495313-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2495523-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2495786-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2496290-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2496290-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2496744-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2496820-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2496898-v3-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2497453-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2498993-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2502789-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2503539-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2503784-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2505438-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2506014-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2506628-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2506928-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2507840-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2508120-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2509318-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2510636-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2511290-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2511455-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2511500-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2512352-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2512889-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2514307-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2514642-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2515325-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2516889-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2518869-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2519400-v3-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2519646-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2519735-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2519922-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2519944-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2519946-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2520155-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2520487-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2521416-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2521624-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2521923-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2522422-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2524249-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2524478-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2524840-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2524977-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2526028-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2526629-v3-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2528357-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2529781-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2529825-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2529956-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2532153-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2532531-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2533544-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2534111-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2535133-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2535158-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2536275-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2536840-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2537203-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2537549-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2537556-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2538047-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2539635-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2540175-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2541014-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2541119-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2542200-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2545479-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2545561-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2545698-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2545833-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2545850-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2546548-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2546706-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2546868-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2547666-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2548124-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2548388-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2549067-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2549079-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2549311-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2549661-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2549760-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2549818-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2550648-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2550944-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2552343-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2554231-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2554859-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2554876-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2555189-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2555392-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2555428-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2555948-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2558990-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2560656-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2561285-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2561708-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2561821-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2562433-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2562937-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2563210-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2563227-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2563399-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2564958-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2566059-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2566191-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2566205-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2566592-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2566651-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2568041-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2569339-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2569389-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2569601-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2570791-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2570947-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2571011-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2575077-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2575509-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2575946-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2577550-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2577968-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2578214-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2578963-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2579274-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2579362-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2579686-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2580346-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2580442-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2581359-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2582112-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2582203-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2582679-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2583905-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2584454-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2584475-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2584577-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2585853-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2588507-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2589015-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2590443-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2590550-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2591271-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2591462-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2591857-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2592339-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2592525-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2598773-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2599437-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2599521-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2600100-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2600484-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2600907-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2601456-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2601517-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2603203-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2603229-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2603262-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2604521-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2605597-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2610379-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2612966-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2613988-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2614022-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2614066-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2614122-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2614892-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2614956-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2615128-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2615174-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2615327-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2615592-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2615701-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2615763-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2615847-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2616332-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2616471-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2616676-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2616879-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2617157-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2617858-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2617878-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2618096-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2618190-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2618301-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2618425-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2618517-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2618535-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2618640-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2618837-v3-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2619234-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2619260-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2619328-v2-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2619572-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2619880-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2619914-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2620393-x64.msu /quiet /norestart /nobackup
    start /wait wusa.exe %CDROM%\Updates\Windows6.1-KB2620656-v2-x64.msu /quiet /norestart /nobackup
    
    shutdown /r
    
    del %0
    
    5. To ensure LDR branching and considering the line-by-line interpretation of batch files (Setupcomplete.cmd), KB2496290-x64.msu is placed over KB2496290-v2-x64.msu in the batch file (see: hxxp://blogs.technet.com/b/mrsnrub/archive/2009/05/18/branching-out.aspx and contents of my *.CMD above)

    Now, upon unattended installation I got all updates installed. But the interesting thing is WUSA first installs KB2496290-v2-x64.msu (GDR binary) and only then attempts to install KB2496290-x64.msu (LDR only hotfix) and eventually fails... although it was supposed to start vice versa, i.e. as defined in Setupcomplete.cmd. You can see what I mean from the animated GIF image below: hxxp://i.imgur.com/FRhVt.gif

    Questions:
    1- How is it possible that WUSA service doesn't regard order defined in Setupcomplete.cmd?
    2- How can I modify Solor's script to install updates with LDR prevalence (i) but from Setupcomplete.cmd; (ii) and without installing MSUs from subfolders (IIS, MSMQ, etc.)?

    Thank you!
     
  4. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,025
    60
    Stop messing around and just integrate the updates.

    If its too complicated use a tool, one that allows for ldr force install is windows 7 toolkit
     
  5. aznkid25

    aznkid25 MDL Member

    Aug 20, 2009
    199
    25
    10
    I think they are the default drivers from windows 7. How can I find the most recent drivers?
     
  6. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
    New update with 'No public hotfixes' message on request sheet:

    KB2616386: Windows Explorer displays wrong access control entries for migrated user accounts in Windows 7 or in Windows Server 2008 R2
    Sechost.dll 6.1.7601.17690
    Sechost.dll 6.1.7601.21817
    Advapi32.dll 6.1.7601.17690
    Advapi32.dll 6.1.7601.21817
     
  7. Shoonay

    Shoonay MDL Member

    Jan 28, 2010
    127
    136
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. simurq

    simurq MDL Novice

    Feb 23, 2011
    17
    2
    0
    Ok but why then burfadel's script installs both GDR and LDR binaries - just to satisfy WU?!? From what I understand, if GDR binary installed, the next update will install GDR-only file(s). On the contrary, if the binary is applied an LDR-only hotfix, the subsequent update will install LDR file(s). But what I don't understand is why then there is a need to install both branches (GDR + LDR) on a computer using burfadel's script?!?

    Sorry for going back to the same topic again and again but I'm still not satisfied by replies... No pun intended but either I don't understand the mechanics behind Windows updates, or there is a contradiction which needs detailed explanation...

    Thanks for understanding!!!
     
  9. Trinket

    Trinket MDL Senior Member

    Feb 20, 2010
    487
    169
    10
    LOL, he's so sweet :p
     
  10. Trinket

    Trinket MDL Senior Member

    Feb 20, 2010
    487
    169
    10
    I have had some horrendous results with Win7 default drivers (on a stable system with well-matched components). Including BSOD due to unfit NIC drivers, display crashes due to Win7 default graphics drivers, altogether horrendous performance due to outdated Chipset drivers. So yes, you need to get the latest or appropriate drivers for your system. This is why, if you re-install Windows but had the factory install before that, you need to backup the functional drivers you had via a free app called "Driver Magician Lite" or something similar. Then you save those backed up drivers somewhere, and use them to install your hardware on your new Win7 install. Otherwise, use a diagnostic tool like Speccy or HWINFO (both free) to determine your hardware brand and model, and download the drivers from the manufacturers, etc.
     
  11. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    I'm trying to modify burfadel's script (sorry) to my own requirements and I have trouble understanding this line, as a matter of fact, it won't even read. im GUESSING its possibly because i changed the temp folder path, and the format of the following line depends a lot on %temp%. I would like clarification

    for /f "tokens=8-9 delims=\ " %%a IN ('dir /b /on "update*.mum" /s /b') DO (set file=%%a\%%b&call :listcreate)

    What's the expected output of %%a and %%b as an example?
     
  12. PointZero

    PointZero MDL Member

    Oct 5, 2011
    1,415
    3,777
    60
    Another thing to check: by default, write caching is turned off for USB connected drives (to help prevent data loss). If you want the fastest transfer speed, you'll want to turn it on. The caveat for doing this is that you'll need to click the "Safely Remove Hardware" icon before disconnecting the drive.

    To enable write caching, go into Device Manager->Disk Drives and find your device. Rt-click it, select the Policies tab, choose "Better Performance", then OK. For more info on this, look in the middle of this page where it says "enable write caching": hxxp://support.microsoft.com/kb/2442580
     
  13. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
    The tokens=8-9 refers to the location of the contents of the cabtemp folder, the delims=\ adding one extra 'token', such that tokens 8-9 refers to the extracted path of the update in relation to the base cabtemp folder. The %%a\%%b refers to the 8th and 9th tokens from tokens 8-9. If you change the temp folder, you need to change the tokens to reflect this.
     
  14. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    Yeah I figured that out after copy pasting %temp% folder path... to study it haha. Through your script, I think I've finally understood for loops.
     
  15. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    burfadel: does your script actually install subfolders? such as IE9, LDR placeholder? I look at your 21b script and it doesn't seem to do anything like that. Any reason for that?
     
  16. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
    Continuity mainly, but also because of the necessity of the files in the subfolders. For most people, these files aren't applicable, and in the cases where specific updates are applicable they can be copied to the main folder after testing their applicability by running (but not installing) the update... or at least thats the intention of the script. Using cab option 3, if you continually find updates that are trying to be installed but aren't, its because they aren't applicable either because of the wrong service build, is older than the update currently installed, or is for a non-present feature. There are a couple of updates that will always try and install but aren't applicable, and won't actually instal as they are RTM updates, but these aren't present in SoLoR's repository.
     
  17. GLYUKOZA

    GLYUKOZA MDL Novice

    Apr 4, 2011
    49
    12
    0
    #3258 GLYUKOZA, Oct 29, 2011
    Last edited by a moderator: Apr 20, 2017
  18. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,025
    60
    No, you have to move all updates to a single root dir
     
  19. shon3i

    shon3i MDL Junior Member

    Jun 25, 2011
    65
    21
    0
    Is this Solor package also full compatible with Windows Server 2008 R2? or only some updates ?