.NET 4.5.2 MSI
Create .NET 4.5.2 MSI
Download .NET 4.5.2 and extract setup.exe using 7 zip.
Run the following
Msiexec /a "C:\PATHtoMSI" EXTUI=1 TARGETDIR=C:\AIP
Note - "EXTUI=1" --> Makes solo MSI install possible
You will now have an AIP directory with the following files:-
Create a MST called Netfx_Full_LDR_x86.mst and make the following change (Using InstEd MSI editor):-
Now you can deploy .NET 4.5.2 using the following command:-
:-)
Comments
Post a Comment