Jump to content

[GUIDE] Integrate .NET 4.8 in Windows 7 January 2020 ISOs


haris_sane69

Recommended Posts

haris_sane69

Greetings everyone,

 

This guide is in continuation of  my previous topic.

It will help you to integrate latest Microsoft .NET Framework 4.8(Recommended) & Visual C++ Redistributable Packages install runtime components(Optional) in Win7UEFI.iso which was previously created in C:\ISO folder. This is the last thing you should do after slipstreaming all necessary updates & drivers(if any) in Windows 7 Disc Image (ISO file).

 

STEPS:

1) Manually create WinTemp & WA2Manual folder in C:\ Drive.

2) Mount the above ISO & copy all its contents to C:\WinTemp.

3) Download simple conversion/manual integration pack for addons & extract it to C:\WA2Manual.

    Link: https://m.put.re/99TkTpX2.zip

4) Download dotNetFx48_20200114_x64.WA & vcredist_x64_Win7_20191015.WA from below link and copy it to C:\WA2Manual.

 

https://github.com/abbodi1406/dotNetFx4xW7A/releases/tag/20.01.14

 

https://gitlab.com/stdout12/adns/uploads/21564cca02c77c5571511a5acd54e5a7/vcredist_x64_Win7_20191015.WA

 

5) Run WA2MAN.cmd & wait for its completion. It will create two sub-folder viz., dotNetFx48_20200114_x64vcredist_x64_Win7_20191015

 

6) Now mount the index(s):

For Windows 7 HOMEBASIC

Spoiler

Dism /Get-WimInfo /WimFile:C:\WinTemp\sources\install.wim
PAUSE

mkdir C:\HOMEBASIC
Dism /Mount-WIM /WimFile:C:\WinTemp\sources\install.wim /index:1 /MountDir:C:\HOMEBASIC

PAUSE

 For Windows 7 HOMEPREMIUM

Spoiler

Dism /Get-WimInfo /WimFile:C:\WinTemp\sources\install.wim
PAUSE

mkdir C:\HOMEPREMIUM
Dism /Mount-WIM /WimFile:C:\WinTemp\sources\install.wim /index:2 /MountDir:C:\HOMEPREMIUM

PAUSE

For Windows 7 PROFESSIONAL

Spoiler

Dism /Get-WimInfo /WimFile:C:\WinTemp\sources\install.wim
PAUSE

mkdir C:\PROFESSIONAL
Dism /Mount-WIM /WimFile:C:\WinTemp\sources\install.wim /index:3 /MountDir:C:\PROFESSIONAL

PAUSE

For Windows 7 ULTIMATE

Spoiler

Dism /Get-WimInfo /WimFile:C:\WinTemp\sources\install.wim
PAUSE

mkdir C:\ULTIMATE
Dism /Mount-WIM /WimFile:C:\WinTemp\sources\install.wim /index:4 /MountDir:C:\ULTIMATE

PAUSE

  For Windows 7 AIO

Spoiler

Dism /Get-WimInfo /WimFile:C:\WinTemp\sources\install.wim
PAUSE

mkdir C:\HOMEBASIC
Dism /Mount-WIM /WimFile:C:\WinTemp\sources\install.wim /index:1 /MountDir:C:\HOMEBASIC

mkdir C:\HOMEPREMIUM
Dism /Mount-WIM /WimFile:C:\WinTemp\sources\install.wim /index:2 /MountDir:C:\HOMEPREMIUM

mkdir C:\PROFESSIONAL
Dism /Mount-WIM /WimFile:C:\WinTemp\sources\install.wim /index:3 /MountDir:C:\PROFESSIONAL

mkdir C:\ULTIMATE
Dism /Mount-WIM /WimFile:C:\WinTemp\sources\install.wim /index:4 /MountDir:C:\ULTIMATE

PAUSE

 

Save it as a batch file on desktop say "mount.bat" and then right click on it & run as admin.

 

7) Now integrate the dotnet & VCredist by running Integrator.cmd as admin created on above sub-folder. Enter the mounted path say C:\PROFESSIONAL.

 

For Win7AIO you have to run Integrator.cmd  4 TIMES  to cover all indexes. In Total 8(=4+4)Times.

 

8) Finally unmount the index(s):

For Windows 7 HOMEBASIC

Spoiler

Dism /Unmount-WIM /MountDir:C:\HOMEBASIC /Commit
rmdir C:\HOMEBASIC

Dism /Get-WimInfo /WimFile:C:\WinTemp\sources\install.wim
oscdimg -LTEST -m -u2 -bootdata:2#p0,e,bC:\WinTemp\boot\etfsboot.com#pEF,e,bC:\WinTemp\efi\microsoft\boot\efisys.bin C:\WinTemp\ C:\Win7HB_x64.ISO
PAUSE

For Windows 7 HOMEPREMIUM

Spoiler

Dism /Unmount-WIM /MountDir:C:\HOMEPREMIUM /Commit
rmdir C:\HOMEPREMIUM

Dism /Get-WimInfo /WimFile:C:\WinTemp\sources\install.wim
oscdimg -LTEST -m -u2 -bootdata:2#p0,e,bC:\WinTemp\boot\etfsboot.com#pEF,e,bC:\WinTemp\efi\microsoft\boot\efisys.bin C:\WinTemp\ C:\Win7HP_x64.ISO
PAUSE

For Windows 7 PROFESSIONAL

Spoiler

Dism /Unmount-WIM /MountDir:C:\PROFESSIONAL /Commit
rmdir C:\PROFESSIONAL

Dism /Get-WimInfo /WimFile:C:\WinTemp\sources\install.wim
oscdimg -LTEST -m -u2 -bootdata:2#p0,e,bC:\WinTemp\boot\etfsboot.com#pEF,e,bC:\WinTemp\efi\microsoft\boot\efisys.bin C:\WinTemp\ C:\Win7Pro_x64.ISO
PAUSE

For Windows 7 ULTIMATE

Spoiler

Dism /Unmount-WIM /MountDir:C:\ULTIMATE /Commit
rmdir C:\ULTIMATE

Dism /Get-WimInfo /WimFile:C:\WinTemp\sources\install.wim
oscdimg -LTEST -m -u2 -bootdata:2#p0,e,bC:\WinTemp\boot\etfsboot.com#pEF,e,bC:\WinTemp\efi\microsoft\boot\efisys.bin C:\WinTemp\ C:\Win7Ultimate_x64.ISO
PAUSE

For Windows 7 AIO

Spoiler

Dism /Unmount-WIM /MountDir:C:\HOMEBASIC /Commit
rmdir C:\HOMEBASIC

Dism /Unmount-WIM /MountDir:C:\HOMEPREMIUM /Commit
rmdir C:\HOMEPREMIUM

Dism /Unmount-WIM /MountDir:C:\PROFESSIONAL /Commit
rmdir C:\PROFESSIONAL

Dism /Unmount-WIM /MountDir:C:\ULTIMATE /Commit
rmdir C:\ULTIMATE

Dism /Get-WimInfo /WimFile:C:\WinTemp\sources\install.wim
oscdimg -LTEST -m -u2 -bootdata:2#p0,e,bC:\WinTemp\boot\etfsboot.com#pEF,e,bC:\WinTemp\efi\microsoft\boot\efisys.bin C:\WinTemp\ C:\Win7AIO_x64.ISO
PAUSE

 

Save it as a batch file say "unmount.bat" on Desktop & run as admin

New Disc Image(ISO file) will be created in C:\ Drive.

Capture03.png

 

Capture02.png

 

Credits: @abbodi1406

Link to comment
Share on other sites


  • Views 1.1k
  • Created
  • Last Reply

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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