Simplix Pack to update Live Win7 System/ Integrate hotfixes into Win7 distribution

Discussion in 'Windows 7' started by Enthousiast, May 13, 2013.

  1. CyberUser

    CyberUser MDL Junior Member

    May 15, 2012
    63
    42
    0
  2. nokia8250

    nokia8250 MDL Novice

    Aug 19, 2009
    19
    16
    0
    this file would lead us download the full pack.
    it is a very smart design.
     
  3. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    542
    191
    30
    It creates a folder indiside install.wim "\windows\updatepack7live\" probably this folder contains nonintegrateable updates. can i safely delete this folder. Will there remain some autorun registry entries or cmd exe files to run this folder?
     
  4. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,827
    2,429
    60
    That folder will be gone after the first reboot.
     
  5. gylgamesh

    gylgamesh MDL Novice

    Feb 16, 2016
    13
    2
    0
  6. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    542
    191
    30
    Anybody can successfully updated Server 2008 R2 with simplix or manually adding updates and get it work. My all images gives setup.exe winutil.dll error. I check log files there is nothing strange. I have changed the c:\windows\system32\oobe folder with original files (files that not updated with updates) it bypasses the error but this time at the end of the installations it says cmiv2.dll error. Now will change that dll (new one and older one have huge file size difference)
     
  7. handycoolman

    handycoolman MDL Novice

    Jun 8, 2018
    19
    11
    0
    why did you disable the spectre fix and enable only meldown fix ? By disabling spectre fix, you logically won't be protected against spectre vulnerability.
    And could you please be more explicit about the /fixoff option ? what is the exact command line that you have to run including /fixoff option ?
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,496
    450
    There is no spectre bios fix for my hardware anyway.

    But i create aio iso's and they have to be as neutral as possible, so the people can decide for themselves what fix they enable or disable, that's why i asked.
     
  9. handycoolman

    handycoolman MDL Novice

    Jun 8, 2018
    19
    11
    0
    okay, thanks for the reply.
    what about the second question that i asked in the same post ?
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,496
    450
    I use the batch files and only add the /FixON or /FixOFF switch:
    example:
    Code:
    @Echo Off
    TITLE Simplix UpdatePack7R2 - with IE11 - NoUSB - Optimize - No Temp - Disabled Spectre/Meltdown Fix
    COLOR 0A
    Dism /Get-WimInfo /WimFile:%~dp0wim\install.wim
    pause
    cls
    
    COLOR 0C
    set /p VER=Enter the UpdatePack7R2 version number and press Enter:
    set /p IND=Enter the Index number and press Enter:
    cls
    COLOR 0E
    ECHO UpdatePack: %~dp0exe\UpdatePack7R2-%VER%.exe + ie11
    ECHO WIM:        %~dp0wim\install.wim [Index=%IND%]
    ECHO.
    pause
    cls
    COLOR 09
    "%~dp0exe\UpdatePack7R2-%VER%.exe" /WimFile="%~dp0wim\install.wim" /ie11 /FixOff /NoUSB /Optimize /Index=%IND%
    
    pause
    
     
  11. handycoolman

    handycoolman MDL Novice

    Jun 8, 2018
    19
    11
    0
    thank you, that is clear and precise answer.
     
  12. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,768
    7,710
    210
    #1858 Carlos Detweiller, Jun 9, 2018
    Last edited: Jun 11, 2018
    There's a simple reason for disabling/enabling the CPU mitigations. Speed. Plain and simple. Many many older CPUs will become much slower with the fixes enabled (missing PCID).

    You can test with InSpectre et al and decide for yourself.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,184
    21,305
    240
    #1859 LostED, Jun 14, 2018
    Last edited: Jun 16, 2018
    Code:
        File: UpdatePack7R2-18.6.15.exe                     Size: 683 MiB
      CRC-32: 7936112a
         MD5: 21d65a87d2734bbaea6eca04554fd0e1
       SHA-1: 7a9049a5aae609c92bb4b39e99e527c01b5d0b25
     SHA-256: 1d8e7a6351a0b6133a50379c0a299db571e727d1ecf6e3d0adfce49cb49e4661
    SHA3-256: 36195a9a9334b649edb7d5e58fb365cbeba54e47c344371286cc7612f0203f1c
    
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. weberio

    weberio MDL Member

    Nov 22, 2016
    110
    35
    10