How to insert NET Framework 3.5?

DMD61

Member
Good morning
I have downloaded the executable "dotNetFx35setup.exe" and I have no idea how to insert it into NTLite.
Any info?
Thank you very much
 
Normally on a W10/11 image, you enable it in Features instead of installing it from Post-Setup.

Otherwise run the offline (not web setup) installer from Post-Setup with:
Code:
dotnetfx35.exe /quiet /norestart
 
I thank you for the information, but I can't install it.
I tried in manual way also on virtual machine, I get the message that the application requires the same functionality (.NET Framework 3.5) , I don't understand.
In NTLite in the on-demand functionality section the NET 3.5 entry appears, but I don't know how to enter the file.
 
I thank you very much for the information.
I downloaded and unzipped the file "19041.1.191206-1406.vb_release_amd64fre_FOD-PACKAGES_OEM_PT1_amd64fre_MULTI.iso"
and I extracted the file "Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~~.cab".
Let me ask 2 questions:
1- I ask if I have to insert also the file related to the language (in my case Italian)
"Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~en-IT~.cab"
2- The path to which the file should be copied is:
"C:\Program Files\NTLite\Updates" or other folder?

Thank you very much
 
1. I believe the localized file is optional (unless you want translated error messages).
2. Whatever folder NTLite asked when you clicked on .NET 3.5.
 
Good morning
I have downloaded the executable "dotNetFx35setup.exe" and I have no idea how to insert it into NTLite.
Any info?
Thank you very much
No need to download, it's already included with the image.

To integrate .NET 3.5 into the image:

Load an image, use a full ISO content in a folder.
Go to the Updates page
Add - Templates - .NET 3.5 Framework
Apply - Process


To do the same on an already deployed OS and install .NET 3.5:

Source page - toolbar Tools - Install Updates
Add - File
select .\sources\sxs\microsoft-windows-netfx3-ondemand-package~31bf3856ad364e35~amd64~~.cab
from the ISO that would be the base of that deployment.
Apply - Process
 
Last edited:
Thanks for the advice.
This is a very quick process, I did not know that and I thank you.
Although I had already done the manual entry procedure in the path "C:\Program Files\NTLite\Updates\Common.FOD"
I don't know if this was an issue already known, but I verified on a virtual machine, without using NTLite, in administrative mode that the features are downloaded but not installed.
My assumption, maybe I am wrong, is that it is a feature of version 222621 only if you install programs that require the specific functionality.
Fortunately, with NTLite I can solve the problem and prepare the ISO with all the functionality that is needed.
 
Last edited:
Back
Top