Git Product home page Git Product logo

dotnetfx4xw7a's Introduction

.NET 4.8/4.7.2 Wintoolkit Addon for Windows 7 SP1 x86/x64

  • Addon for integrating updated .NET 4.8/4.7.2 package into offline install.wim images as pre-installed.

  • The addon is simply .7z file with .WA extension.

  • Mainly to be used with Wintoolkit, but can also be used with Simplix UpdatePack7R2.

  • The addon will conflict with some Windows Updates (.NET 3.5 Family), so leave the addon's integration to the last.

  • To function properly, .NET 4.8/4.7.2 require D3DCompiler_47.dll component, which is found in either the current "Monthly Quality Rollup" or "update KB4019990". It is recommended to integrate it first, or you can install it later.
    Windows6.1-KB4019990-x64.msu
    Windows6.1-KB4019990-x86.msu

Extra Language Pack Addons

  • Add main addon first before LangPack addon, to get ASP.NET service localization properly.

  • Download 4.8

  • Download 4.7.2

  • Languages Codes Reference:

ARA | Arabic  
CHS | Chinese Simplified  
CHT | Chinese Traditional  
CSY | Czech  
DAN | Danish  
DEU | German  
ELL | Greek  
ESN | Spanish  
FIN | Finnish  
FRA | French  
HEB | Hebrew  
HUN | Hungarian  
ITA | Italian  
JPN | Japanese  
KOR | Korean  
NLD | Dutch  
NOR | Norwegian  
PLK | Polish  
PTB | Portuguese (Brazil)  
PTG | Portuguese (Portugal)  
RUS | Russian  
SVE | Swedish  
TRK | Turkish

Creating Addon

  • Requirements:

Clean installed Windows 7 OS without much teaks or programs, preferably in Virtual Machine.

Repack slim installer for .NET 4.x Framework.

Proper registry difference monitor and generator, preferably "Total Uninstall".

Extra NGEN registry files to add Native Images Cache support.

Simple batch scripts to harvest (collect) installed .NET files and copy it to addon directory hierarchy.

Extra NetFxMOF.inf file to handle MOF and Perf Counters Registration after installing Windows.

  • How To:

Launch Registry monitoring program.

Start .NET installation using command line switch NONGEN=1, example:
start /wait netfx_Full_x64.msi NONGEN=1

Import NGEN registry file that match the installed architecture.

Stop Registry monitoring program and generate registry file from the difference comparasion.

Run the batch scripts to collect the installed .NET files.

Update Tasks.txt files with new info/version of installed .NET

You need to manually modify the generated registry file and remove some redundant/unrelated registry keys
i.e.

change "SYSTEM\CurrentControlSet" to "SYSTEM\ControlSet001"  

remove "Microsoft\Windows NT\CurrentVersion\Perflib" key  

remove "Microsoft\ASP.NET\4.0.30319.0\CompilationMutexName" keys  

remove "LastInstallTime" value  

remove any "HKEY_CURRENT_USER" and "HKEY_USERS" keys  

change "HKEY_CLASSES_ROOT" keys to "HKEY_LOCAL_MACHINE\SOFTWARE\Classes"  

change "DisplayVersion" value in "CurrentVersion\Uninstall\{GUID-Code}" key to reflect integrated updates version  

if not exist, you must export and add "Blob" value for key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates\AuthRoot\Certificates\8F43288AD272F3103B6FB1428485EA3014C0BCFE"  
and remove any other Certificates keys

dotnetfx4xw7a's People

Contributors

abbodi1406 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.