I'm just trying to put together a fully updated w7x64 disk image (with the NVME drivers, hotfixes, etc.) should I need to to use it for a reinstall after EOL. After finding a thread referencing the SIMPLIX option it looks like one of the better starting points. Working thru the outline on post 10, I ran into the dead link for the reference to Ultimate Image.
You could use the boss911 integrator, or my simplix tool (full download), it will produce a fully uptodate win 7 iso.
Your integrator and the threads on it look like the way to go. I'm more of a self taught hobbyist working a SOHO than an IT pro, so thanks for taking the time to arrow point.
1: https://forums.mydigitallife.net/th...win7-distribution.45005/page-143#post-1565573 2: https://forums.mydigitallife.net/th...win7-distribution.45005/page-143#post-1566424
I have this addons: DirectX_June2010_x64.WA dotNetFx48_20190514_x64.WA vcredist_x64_2013d_WinAll.WA vcredist_x64_2019_WinAll_14.20.27508.WA vcredist_x64_SxS_Win7.WA They are the most up to date? Probably, this is the last Simplix Pack, right? 19.12.19 Or next month, we have another and a last update before 14 Jan 2020? I need the info, to made a last ISO with all versions. Thanks, and Happy New Year.
You only need: Code: 7be3fa90ef8a3e7790b85fa06317d373a640e6c6 *dotNetFx48_20191210_x64.WA a8b6db831d876a676d0acc8bba11a520dc5537ee *vcredist_x64_Win7_20191015.WA 7244d80c532c882a0a945d9d97e0067dd0b35294 *DirectX_June2010_x64.WA or 3a229e502e39fc26aa9fc21e30c713b5b4e0ef02 *dotNetFx48_20191210_x86.WA 648a642444e7ff520aa0ee4831b067a26918f045 *vcredist_x86_Win7_20191015.WA a2a0880986ed464403035822d296fc2b76f7ff25 *DirectX_June2010_x86.WA From here: https://forums.mydigitallife.net/th...pack-aio-iso-with-install-esd-creation.79421/ Jan. 14. 2020 will be the last normal patch tuesday, after that it's ESUs only, simplix probably will fix the bypass in the packs, to install those updates online.
Greetings @Enthousiast , Hope you're doing well..! Can you please guide me in details, how do you manage to integrate/slipstreamed dotnet in Windows ISO offline image via .bat/.cmd script. I spent hours on the internet but didn't find any satisfactory answer regarding this. I created a script for myself to slipstream all the necessary drivers & updates but can't find a workaround to integrate dotnet(.exe) in the ISO file. Here is the slipstream script: Dism /Get-WimInfo /WimFile:C:\Win7\sources\boot.wim Dism /Get-WimInfo /WimFile:C:\Win7\sources\install.wim PAUSE mkdir C:\BOOT2 Dism /Mount-WIM /WimFile:C:\Win7\sources\boot.wim /index:2 /MountDir:C:\BOOT2 Dism /Image:C:\BOOT2 /Add-Driver /Driver:C:\Drivers /Recurse Dism /Unmount-WIM /MountDir:C:\BOOT2 /Commit rmdir C:\BOOT2 mkdir C:\ULTIMATE Dism /Mount-WIM /WimFile:C:\Win7\sources\install.wim /index:4 /MountDir:C:\ULTIMATE Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\Windows6.1-KB3020369-x64.msu Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\windows6.1-kb3125574-v4-x64_2dafb1d203c8964239af3048b5dd4b1264cd93b9.msu Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\Windows6.1-KB2729094-v2-x64.msu Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\Windows6.1-KB2670838-x64.msu Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\Windows6.1-KB2834140-v2-x64.msu Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\Windows6.1-KB2639308-x64.msu Dism /Image:C:\ULTIMATE /Add-Package /packagepath:C:\IE11 Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\Windows6.1-KB2990941-v3-x64.msu Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\windows6.1-KB3087873-v2-x64.msu Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\windows6.1-kb4474419-v3-x64_b5614c6cea5cb4e198717789633dca16308ef79c.msu Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\windows6.1-kb4490628-x64_d3de52d6987f7c8bdc2c015dca69eac96047c76e.msu Dism /Image:C:\ULTIMATE /Add-Package /PackagePath:C:\Updates\windows6.1-kb4530734-x64_4aa5440abd6c88a8101f069d0799ff5466048cc2.msu Dism /Image:C:\ULTIMATE /Add-Driver /Driver:C:\Drivers /Recurse Dism /Unmount-WIM /MountDir:C:\ULTIMATE /Commit rmdir C:\ULTIMATE Dism /Get-WimInfo /WimFile:C:\Win7\sources\boot.wim Dism /Get-WimInfo /WimFile:C:\Win7\sources\install.wim PAUSE Regards.
This thread is about simplix updatepacks and the updatepack installs all the needed updates and dotnet, vcredist and dx9c WA addons (by @abbodi1406) when the WA files are put next to the updatepack.
I know Sir this is not the right palce for asking this, I was just a little curious that is it somehow possible to integrate dotnet.exe or WA vai DISM. Regards. I know @Enthousiast that this is not the right place for asking this, but I was a little curious that is it somehow possible to integrate dotnet.exe or WA Addons(by @abbodi1406) via DISM. Regards.