Jump to content

Best Way to Slipstream Windows Updates


Recommended Posts

Posted

I downloaded RT7Lite and the Windows Updates released since 5-13-2014 with the Windows Updates Downloader.  Do I simply need to use the integrate option in RT7Lite to slipstream them or is there anything else I need to watch out for?  For example, I read that some updates are pre-requisite for others, so will they be installed in the correct order during the Windows installation?

 

Thanks for any help.

 

-Brandon


Posted

the best way is to not slipsream update and install them via setupcomplete.cmd. If an update is obsolete, you only need to replace it and change the cmd and not create a new WIM which takes a bit of time.

Posted

the best way is to not slipsream update and install them via setupcomplete.cmd. If an update is obsolete, you only need to replace it and change the cmd and not create a new WIM which takes a bit of time.

 

How would you install them that way?  Keep the .msu files on a flash drive and reference them in the script? What would the commands look like?

Posted

Here are parts of my setupcomplete.cmd for WIn7:

@echo offfor %%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:\sources\install.wim set CDROM=%%i:REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceExSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExSET D=%CDROM%\updatesREG ADD %KEY%\009 /VE /D "installiere Windows 7 Updates" /fREG ADD %KEY%\009 /V 11 /D "pkgmgr /ip /m:%D%\WUClient-SelfUpdate-Core-TopLevel-x64.cab /norestart" /fREG ADD %KEY%\009 /V 12 /D "pkgmgr /ip /m:%D%\WUClient-SelfUpdate-Aux-TopLevel-x64.cab  /norestart" /fREG ADD %KEY%\009 /V 13 /D "pkgmgr /ip /m:%D%\WUClient-SelfUpdate-ActiveX-x64.cab /norestart" /fREG ADD %KEY%\009 /V 14 /D "%D%\AMD64-all-windows6.1-kb2775511-v2-x64.msu /quiet /norestart" /f

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...