blashmet Posted June 18, 2014 Posted June 18, 2014 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
bphlpt Posted June 18, 2014 Posted June 18, 2014 Welcome to MSFN! http://www.msfn.org/board/topic/171886-help-needed-with-rt7lite/?p=1078886 But please do a little bit of searching for already given answers to questions before posting. Cheers and Regards
MagicAndre1981 Posted June 18, 2014 Posted June 18, 2014 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.
blashmet Posted June 19, 2014 Author Posted June 19, 2014 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?
MagicAndre1981 Posted June 19, 2014 Posted June 19, 2014 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now