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

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

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    And how to do that with the batch files for offline integration? ;):)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. shhnedo

    shhnedo MDL Addicted

    Mar 20, 2011
    927
    1,273
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    #843 Enthousiast, Dec 16, 2016
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. jelson

    jelson MDL Novice

    Dec 3, 2010
    26
    20
    0
    #844 jelson, Dec 16, 2016
    Last edited by a moderator: Apr 20, 2017
    I was wondering that myself. Yesterday, I did an integration of Simplix 16.10.16 using the boss911 Integator. Like you, I noticed that the USB3 project was integrated as well. (Nothing in the log... just happened to notice during the process.)

    I'm thinking that editing line 46 and saving it under a new filename might do the trick. Here's lines 44-46

    Code:
    CALL:ChoiceEditionMenu
    CLS & ECHO. & ECHO The process of integration updates...
    UpdatePack7R2\%UpdatePackEXE% /IE11 /Optimize /WimFile=%~dp0ISO\%ISO_NAME%\sources\install.wim /Index=%IndexEdition%
    
    Edit:
    Code:
    UpdatePack7R2\%UpdatePackEXE% /NoUSB /IE11 /Optimize /WimFile=%~dp0ISO\%ISO_NAME%\sources\install.wim /Index=%IndexEdition%
    Corrected: Simplix version name
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    #845 Enthousiast, Dec 16, 2016
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Wasn't the USB3.x project integrated from 16.11.11 (atm still current edition)?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. shhnedo

    shhnedo MDL Addicted

    Mar 20, 2011
    927
    1,273
    30
    I just finished an integration with /NoUSB key. The difference between it and the integration without /NoUSB key is like 6.6MB. I'm using a SP1 Pro N VL I made with a SVF patch. Just an FYI if anyone wanted to save space by not including the USB3 driver.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Duckz

    Duckz MDL Junior Member

    Jan 6, 2010
    51
    10
    0
    It might be a bit of a stretch, but I thought I would ask anyway.

    Would there be anyway to integrate a couple of registry keys, while integrating the Simplix pack?

    I've just finished creating myself an ISO using NTLite, which consists of April and September servicing stacks, the convenience rollup and the monthly rollups since then, plus I integrated a couple of my own registry keys.

    I'd prefer to use the Simplix pack to make my ISO, as it would require less updating on a new install, but at the same time, I'd like to integrate my registry keys too.

    Thanks.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. jelson

    jelson MDL Novice

    Dec 3, 2010
    26
    20
    0
    #848 jelson, Dec 17, 2016
    Last edited: Dec 23, 2016
    It first appeared in the 16.10.16 Changelog:
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Duckz

    Duckz MDL Junior Member

    Jan 6, 2010
    51
    10
    0
    Thanks for your quick reply Enth.

    I've ran /imagex /mountrw to a directory successfully, but when I attempt to load the registry using reg load hklm\software\policies\microsoft\windows c:\win7mount\windows\system32\config\software it says ERROR: Access is denied.

    Any ideas? I've tried mounting the wim index to a different drive, but that didn't help either. Yes, command is running as Admin.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Verified

    Verified MDL Novice

    Jul 7, 2015
    6
    2
    0
    @Duckz: Your command tries to load the registry in an existing key of your live Windows. Use your own, easy to identify key. The referenced blog uses HKLM\test.
     
  12. kuroda

    kuroda MDL Senior Member

    Aug 25, 2012
    445
    32
    10
    ....Waiting for simplix 16-12-2016....will be?....:p
     
  13. netant

    netant MDL Junior Member

    Feb 26, 2011
    58
    12
    0
    unable to use this , getting error :- the system cannot find the path specified ,
    can someone help me in this please.

    fresh install on x64 sp1 from msdn, renamed to UpdatePack7R2--ie11++ , saved in D\ .. trying to run.

    Thanks in advance
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. netant

    netant MDL Junior Member

    Feb 26, 2011
    58
    12
    0
    yes, C: is system drive,
    D is on another physical drive where UpdatePack7R2 is saved.

    Also, tried running with "UpdatePack7R2.exe /ie11 /silent /reboot /Temp=D:\junk" where various directories of hot-fixes created, but majority of them are empty :31:

    and same error exist :( while installing
     
    Is that possible to uninstall specific single updates after full integrate/integrate this full pack?