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

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

  1. Anonymous171

    Anonymous171 MDL Novice

    Oct 9, 2012
    30
    1
    0
    #1341 Anonymous171, Aug 11, 2017
    Last edited: Aug 11, 2017
    Is this tool capable of installing updates to ISO images "All in One" with x86 and x64 architecture together?
    Is there this tool for Windows 8.1 and Windows 10?
     
  2. mehdibleu

    mehdibleu MDL Expert

    Jun 14, 2017
    1,008
    251
    60
    This tool is capable of integrating updates in all indexes (AIO x86 and x64) but only for win7, i've already tested it and i managed to integrate updates into win7 AIO x86 and x64 ISO successfully. The problem that you would face later is that you won't be able to boot the iso from usb flash disk into EFI system if boot.wim file is from x86 archtirecture because in most cases EFI does not support x86 architecture.

    Otherwise, if you want to integrate updates for win8.1 and win10, use @abbodi1406's script WHD-W81UI for win8.1 and W10UI for win10, you can find both of these scripts here
     
  3. selflearner

    selflearner MDL Novice

    Aug 13, 2017
    41
    24
    0
    Im simplix's user from six month now and my box is still fast and No problems of any kind. Sadly I need to install .Net framework 4.7. My abilities are very basic but i use two free programs to block port 138, 139, 445, rdp, net bios over tpc/ip and others:
    Windows-Worms-Doors-Cleaner
    Seconfig-XP.
    These programs only -i think- make registry tweaks
     
  4. selflearner

    selflearner MDL Novice

    Aug 13, 2017
    41
    24
    0
    I've never tried audit mode and sysprep/capture but i think is more closer to the clean install spirit. thanKs for the suggestions.
     
  5. GodHand

    GodHand MDL Addicted

    Jul 15, 2016
    534
    926
    30
    It's the best way for those without the network or server resources to create a clean and custom Windows installation image. Before I had a server and did them on a regular PC I always did the sysprepping on a VM. Once I was finished customizing it, I'd generalize it and apply my custom answer and have the system shut down. I'd then simply use imagex to capture the system image right off the VHD and all done without booting into any PE environment.

    Though MDT and LiteTouchPE has spoiled me to the point I can't see doing another actual sysprep of a machine.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. retest

    retest MDL Member

    Nov 2, 2010
    116
    63
    10
    If the UpdatePack7Live folder and subfolders still exist after a reboot does that imply that that Upd7Live did not run(once) ?

    What I did was this :
    - updated W7 install.wim using Simplix.
    - used the updated wim in NTLite.
    - Installed W7 using the NTLited install.wim using WinNTSetup3.

    The UpdatePack7Live folder and subfolder still exist even after a reboot. Anyway to check if Upd7Live actually installed the updates in that folder?
    The runonce entry does not exist in the registry.
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,529
    450
    I don't support ntlite nor winntsetup3. I don't know what you did to the wim with ntlite or the settings you've used.
     
  8. Reducer

    Reducer MDL Junior Member

    Jul 30, 2014
    51
    69
    0
    Press WIN+R, type "cmd" without quotes, press ENTER. At the command prompt, type:
    Code:
    dism /online /get-packages > YOUR_PATH_OF_CHOICE_HERE\my_package_list.txt
    
    then open the TXT file and search for the KB numbers you are interested in. RunOnce entries are removed after being processed. If the KB numbers are not in the txt file, one possibility is that NTLite removed the Simplix RunOnce entry as a result of some of your tweaking operations.
     
  9. retest

    retest MDL Member

    Nov 2, 2010
    116
    63
    10
    #1351 retest, Aug 25, 2017
    Last edited: Aug 25, 2017
    Can someone post the runonce reg entry ?
    If I have the syntax of the Upd7Live cmd, I can run it.

    EDIT :

    From SOFTWARE hive :
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\test\Microsoft\Windows\CurrentVersion\RunOnce]
    "Upd7Live"="Upd7Live.exe"
    "Win7USB3"="Win7USB3.exe"
    
     
  10. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,343
    1,048
    90
    #1352 LiteOS, Sep 3, 2017
    Last edited: Oct 19, 2017
    /Temp=
    is not working for me


    edit:
    UpdatePack7R2-17.8.10.exe /nospace /ie11 /temp=f:\tm\ /WimFile=f:\install.wim /Index=1

    nospace first will fix it
     
  11. m1da3s

    m1da3s MDL Novice

    Jun 16, 2011
    6
    1
    0
    #1353 m1da3s, Sep 7, 2017
    Last edited: Sep 8, 2017
    why?
     

    Attached Files:

  12. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,556
    15,642
    270
    :D:D:D:D:D:D:D:p
     
  13. prozinhubr

    prozinhubr MDL Novice

    Dec 12, 2014
    40
    9
    0
    Just finished installing it on a fresh Enterprise SP1, after install only the WAT update and KB3138612 were in the important list, great job! :thumbsup:
     
  14. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,116
    1,517
    120
    I discovered that I have it at my HDD so I don't need it.

    But thanks anyway Enthousiast!
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,529
    450
    #1360 Enthousiast, Sep 16, 2017
    Last edited: Sep 16, 2017
    (OP)