I would just open the iso using ultraiso, drag and drop the install.wim next to this script, by @abbodi1406 https://forums.mydigitallife.net/threads/esd-wim-conversion-batch.54007/#post-903619 and when the install.esd is finished, just delete the install.wim in ultraiso and put the install.esd in, click "file\properties" and check "optimize", next save the iso.
If I just use MS media creation tool, will it be as current as these ISOs or some older version? edit: assuming I was just going for standard WIN10 Pro, not Enterprise or anything.
Last time i checked the MCT it still downloads the 15063.0 or was it 15063.413 june refresh esd's, will check asap. EDIT: it still downloads: Code: <FileName>15063.0.170317-1834.rs2_release_CLIENTCombinedSL_RET_x64fre_ar-sa.esd</FileName>
You can manually download the July refresh esd's from the ESD Repository and run @abbodi1406's ESD>ISO v30 tool on it.
Can anyone suggest the best way to install windows10.0-kb4032188-x64 As it refuses to install offline to the wim?
With dism: Dism /Image:C:\zmount /Add-Package /PackagePath:C:\msu\windows10.0-kb4032188-x64_6ad9a3a45bf7c74c8b397b358ce21dd7a45f19b5.msu /PreventPending Dism Log: Added C:\Windows\Logs\DISM\dism.log to WER report. 2017-08-07 07:39:58, Info CBS Not able to add pending.xml to offline WER report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND] 2017-08-07 07:39:58, Error CSI 00000016 (F) STATUS_SXS_ASSEMBLY_MISSING #605995# from CCSDirectTransaction::OperateEnding at index 0 of 1 operations, disposition 2[gle=0xd015000c] 2017-08-07 07:39:58, Error CSI 00000017 (F) HRESULT_FROM_WIN32(ERROR_SXS_ASSEMBLY_MISSING) #605841# from Windows::ServicingAPI::CCSITransaction::ICSITransaction_PinDeployment(Flags = 0, a = bdce20e98e680cd0d38075da9bd7c6f8, version 10.0.15063.483, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35}, cb = (null), s = (null), rid = 'Package_568_for_KB4025342~31bf3856ad364e35~amd64~~10.0.1.13.4025342-1453_neutral', rah = '2', manpath = (null), catpath = (null), ed = 0, disp = 0)[gle=0x80073701] 2017-08-07 07:39:58, Info CBS Failed to pin deployment while resolving Update: Package_568_for_KB4025342~31bf3856ad364e35~amd64~~10.0.1.13.4025342-1453_neutral from file: (null) [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING] 2017-08-07 07:39:58, Info CBS Failed to bulk stage deployment manifest and pin deployment for package package_2644_for_KB4032188~31bf3856ad364e35~amd64~~10.0.1.9 [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING] 2017-08-07 07:39:58, Info CBS CommitPackagesState: Started persisting state of packages 2017-08-07 07:39:58, Info CBS CommitPackagesState: Completed persisting state of packages 2017-08-07 07:39:58, Info CSI 00000018@2017/8/6:21:39:58.451 CSI Transaction @0x3cbfd90 destroyed
Why do you use the /preventpending option? updates don't set the pending flag on 15063. What happens when you leave the command option out?
Weird, i just offline integrated it into 11 x64 indexes and the x86 version into 11 x86 indexes, using @abbodi1406's integration script. Here is one of my earlier test logs: https://forums.mydigitallife.net/threads/windows-10-hotfix-repository.57050/page-218#post-1361961
Yes that's correct, his script extracts the msu to cab file to install, dism refuses to directly install the msu like other updates. Bloody nice script, never seen it till now. Will keep it together with my other UA tools!
I am busy trying to get a friends pc up and running, but as soon as i finished it (or put it at the trash) i will run the add-packages command manually, never had any problems with it, but i am also always on the latest official release with the adk for it onboard.
i was have the same in win 7 im not sure if is the same but check in registry in this path :HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\PackagesPending or this: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\SessionsPending] "Exclusive"=dword:00000004 "TotalSessionPhases"=dword:00000001 change: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\SessionsPending] "Exclusive"=dword:00000000 "TotalSessionPhases"=dword:00000000