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

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,633
    Trophy Points:
    450
    And how to do that with the batch files for offline integration? ;):)
     
  2. shhnedo

    shhnedo MDL Addicted

    Joined:
    Mar 20, 2011
    Messages:
    927
    Likes Received:
    1,273
    Trophy Points:
    30
  3. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,633
    Trophy Points:
    450
    #843 Enthousiast, Dec 16, 2016
    Last edited by a moderator: Apr 20, 2017
    (OP)
  4. jelson

    jelson MDL Novice

    Joined:
    Dec 3, 2010
    Messages:
    26
    Likes Received:
    20
    Trophy Points:
    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

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,633
    Trophy Points:
    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)?
     
  6. shhnedo

    shhnedo MDL Addicted

    Joined:
    Mar 20, 2011
    Messages:
    927
    Likes Received:
    1,273
    Trophy Points:
    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.
     
  7. Duckz

    Duckz MDL Junior Member

    Joined:
    Jan 6, 2010
    Messages:
    51
    Likes Received:
    10
    Trophy Points:
    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.
     
  8. jelson

    jelson MDL Novice

    Joined:
    Dec 3, 2010
    Messages:
    26
    Likes Received:
    20
    Trophy Points:
    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

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,633
    Trophy Points:
    450
  10. Duckz

    Duckz MDL Junior Member

    Joined:
    Jan 6, 2010
    Messages:
    51
    Likes Received:
    10
    Trophy Points:
    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.
     
  11. Verified

    Verified MDL Novice

    Joined:
    Jul 7, 2015
    Messages:
    6
    Likes Received:
    2
    Trophy Points:
    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

    Joined:
    Aug 25, 2012
    Messages:
    445
    Likes Received:
    32
    Trophy Points:
    10
    ....Waiting for simplix 16-12-2016....will be?....:p
     
  13. netant

    netant MDL Junior Member

    Joined:
    Feb 26, 2011
    Messages:
    58
    Likes Received:
    12
    Trophy Points:
    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

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,633
    Trophy Points:
    450
  15. netant

    netant MDL Junior Member

    Joined:
    Feb 26, 2011
    Messages:
    58
    Likes Received:
    12
    Trophy Points:
    0
  16. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,633
    Trophy Points:
    450
  17. netant

    netant MDL Junior Member

    Joined:
    Feb 26, 2011
    Messages:
    58
    Likes Received:
    12
    Trophy Points:
    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
     
  18. netant

    netant MDL Junior Member

    Joined:
    Feb 26, 2011
    Messages:
    58
    Likes Received:
    12
    Trophy Points:
    0
  19. tonto11

    tonto11 MDL Addicted

    Joined:
    Jun 18, 2012
    Messages:
    612
    Likes Received:
    279
    Trophy Points:
    30
    Is that possible to uninstall specific single updates after full integrate/integrate this full pack?