geezery Posted January 12, 2011 Share Posted January 12, 2011 (edited) Hello,I have tried to figure out all day why I cannot add all the Windows 7 updates to install.wim.I figured out that after installing Windows6.1-KB976902-x86.cab something goes wrong and no new updates cannot be added after this package. If you apply that package at last then everything works, but I think there is some problems with this update.Just to let you know:) Edited January 12, 2011 by geezery Link to comment Share on other sites More sharing options...
MagicAndre1981 Posted January 12, 2011 Share Posted January 12, 2011 can you look at the DISM.log? What do you see there? Link to comment Share on other sites More sharing options...
ricktendo Posted January 13, 2011 Share Posted January 13, 2011 (edited) Yep, same with the KB976902 from a few months ago...The new one still breaks win7 if you integrate it Edited January 13, 2011 by ricktendo64 Link to comment Share on other sites More sharing options...
MagicAndre1981 Posted January 13, 2011 Share Posted January 13, 2011 Hi ricktendo64,can you please share the DISM.log? Link to comment Share on other sites More sharing options...
alvinkhorfire Posted January 13, 2011 Share Posted January 13, 2011 Guys, how do you integrate Windows6.1-KB976902-x86.cab into Windows image? Is it via RT 7Lite? Link to comment Share on other sites More sharing options...
geezery Posted January 13, 2011 Author Share Posted January 13, 2011 (edited) Guys, how do you integrate Windows6.1-KB976902-x86.cab into Windows image? Is it via RT 7Lite?I'm not using such tools since there is no available license information in those programs. I have done a batch script that integrates all the patches and puts my extra settings also.Example script@echo offREM Change to correct driveD:clsREM Mount dir for install.wimSET MOUNTDIR=D:\MountSET LOGFILE=D:\Win7_Updates\win7_slipstream.logREM install.wim locationSET WIMLOC=D:\Win_Ent_7_32BIT_UK\sources\install.wimREM Check if install.wim existsIF NOT EXIST %WIMLOC% echo install.wim tiedoston sijainti on vaara, ohjelma suorittaminen lopetetaan && pause && EXITREM Critical Windows Updates folderSET WINUPDATESFOLDER_CR="D:\Win7_Updates\Critical Updates"REM Important Updates folderSET WINUPDATESFOLDER_SU="D:\Win7_Updates\Important Updates"REM Folder for Drivers where you can add all the needed driversSET DRIVERSFOLDER="D:\Win7_Updates\Drivers"REM Folder for lp.cab filesSET LANGPACKS="D:\Win7_Updates\Language Packs"REM Folder for .Net 3.5 updatesSET DOTNET35UPDATES="D:\Win7_Updates\.NET Framework 3.5 SP1 Updates"REM Check that Mount dir existsIF NOT EXIST %MOUNTDIR%\NUL md %MOUNTDIR%echo ** 1. Mount the install.wim %MOUNTDIR% folder **echo.REM Mount the imageecho ondism /Mount-Wim /WimFile:%WIMLOC% /index:1 /MountDir:%MOUNTDIR%@echo offecho.echo.clsecho ** 2. Installing Critical updates **echo.echo.echo ondism /image:%MOUNTDIR% /LogPath:%LOGFILE% /Add-Package /PackagePath:%WINUPDATESFOLDER_CR%cls@echo offecho ** 3. Installing Important updates **echo.echo.echo ondism /image:%MOUNTDIR% /LogPath:%LOGFILE% /Add-Package /PackagePath:%WINUPDATESFOLDER_SU%cls@echo offecho ** 4. Installing .NET 3.5 updates **echo.echo.echo ondism /image:%MOUNTDIR% /LogPath:%LOGFILE% /Add-Package /PackagePath:%DOTNET35UPDATES%@echo offclsecho ** 5. Installing country settings / language packs **echo.echo.echo ondism /image:%MOUNTDIR% /LogPath:%LOGFILE% /Add-Package /PackagePath:%LANGPACKS%@echo offclsecho.echo.Dism /image:%MOUNTDIR% /Set-AllIntl:fi-FIDism /image:%MOUNTDIR% /Set-TimeZone:"FLE Standard Time"REM Set the serial key to KMSDism /image:%MOUNTDIR% /Set-ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXXREM Enable some must have features. "Get list of features (Dism /image:D:\Mount /Get-Features /Format:List > D:\Features.txt)"Dism /image:%MOUNTDIR% /Enable-Feature /FeatureName:TelnetClientDism /image:%MOUNTDIR% /Enable-Feature /FeatureName:SNMPDism /image:%MOUNTDIR% /Enable-Feature /FeatureName:WMISnmpProvider@echo offecho ** 5. Unmount the image and commit changes **echo onDism /Unmount-Wim /MountDir:%MOUNTDIR% /commit@echo off Edited January 13, 2011 by geezery Link to comment Share on other sites More sharing options...
MagicAndre1981 Posted January 13, 2011 Share Posted January 13, 2011 again. Where is the DISM and cbs.log? Link to comment Share on other sites More sharing options...
ricktendo Posted January 13, 2011 Share Posted January 13, 2011 Guys, how do you integrate Windows6.1-KB976902-x86.cab into Windows image? Is it via RT 7Lite?You cant, for some dumb reason (long story) they dont support cab Link to comment Share on other sites More sharing options...
cpratt Posted January 14, 2011 Share Posted January 14, 2011 Ya. Seeing the same thing here. It seems to add KB976902 but then errors on all the rest with Error: 0x800f082f. I have attatched the log.addpackage.zip Link to comment Share on other sites More sharing options...
MagicAndre1981 Posted January 14, 2011 Share Posted January 14, 2011 ok, the update starts an exclusive transaction which is pending.Exec: Cannot finalize session because an exclusive session is pending. [HRESULT = 0x800f082f - CBS_E_EXCLUSIVE_WOULD_MERGE]I ask someone for more details and try to get an answer. Link to comment Share on other sites More sharing options...
myselfidem Posted January 15, 2011 Share Posted January 15, 2011 I've installed successfuly the update Windows6.1-KB976902-x86.msu inside my Image install.wim offline!I've installed at last. I can see inside Dism.log the result (just the final part here):2011-01-15 11:40:32, Info CBS Setting ExecuteState key to: CbsExecuteStateResolvePending2011-01-15 11:40:32, Info CBS Exec: Pended transaction, changes will be applied during startup processing. Scheduled TrustedInstaller for auto-start. [hrESULT = 0x00000000 - S_OK]2011-01-15 11:40:32, Info CSI 0000002a@2011/1/15:10:40:32.137 CSI Transaction @0x207a1b8 destroyed2011-01-15 11:40:32, Info CBS Perf: InstallUninstallChain complete.2011-01-15 11:40:32, Info CBS Pended exclusive package: Package_for_KB976902~31bf3856ad364e35~x86~~6.1.1.17514; the system must be rebooted before additional package installs or uninstalls may be performed.2011-01-15 11:40:32, Info CBS SQM: Reporting package change for package: Package_for_KB976902~31bf3856ad364e35~x86~~6.1.1.17514, current: Absent, pending: Default, start: Absent, applicable: Installed, target: Installed, limit: Installed, hotpatch status: DisabledBecauseNoHotpatchPackagesInitiated, status: 0x0, failure source: Not Applicable, reboot required: True, client id: DISM Package Manager Provider, initiated offline: True, execution sequence: 188, first merged sequence: 1882011-01-15 11:40:32, Info CBS SQM: Package change report datapoints not populated because SQM is not initialized or not running online.2011-01-15 11:40:32, Info CBS Restored system sleep block state: 0x800000002011-01-15 11:40:32, Info CBS Exec: Processing complete. Session: 1244_4777500, Package: Package_for_KB976902~31bf3856ad364e35~x86~~6.1.1.17514 [hrESULT = 0x00000000 - S_OK]2011-01-15 11:40:32, Info CBS Session: 1244_4777500 finalized. Reboot required: no [hrESULT = 0x00000000 - S_OK]Cheers Link to comment Share on other sites More sharing options...
marcusj0015 Posted January 16, 2011 Share Posted January 16, 2011 you should wait because Windows 7 SP1 is already RTM and the update is sapposed to go online within the next couple days. Link to comment Share on other sites More sharing options...
winfor Posted January 17, 2011 Share Posted January 17, 2011 I've installed successfuly the update Windows6.1-KB976902-x86.msu inside my Image install.wim offline!Where you got KB976902 in msu file? Link to comment Share on other sites More sharing options...
myselfidem Posted January 17, 2011 Share Posted January 17, 2011 (edited) I've installed successfuly the update Windows6.1-KB976902-x86.msu inside my Image install.wim offline!Where you got KB976902 in msu file?You can download the updates at Microsoft Update Cataloghttp://catalog.updat.../site/Home.aspxYou can write "Windows 7" to see all the updates or choose one update, like: KB976902 and download the one you need (x86, amd64,etc)! You need to install this update at last or after you have integrated all the others updates othewise you've get errors and the installation fails! Edited January 17, 2011 by myselfidem Link to comment Share on other sites More sharing options...
cpratt Posted January 19, 2011 Share Posted January 19, 2011 The .msu causes the same issue as the .cab. Link to comment Share on other sites More sharing options...
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