Master .NET Framework 3.5 Deployment in Configuration Manager. Before we begin, download the net 3.5 cab file and copy it into the folder (where you place content for Configuration Manager).
Create a Configuration Manager application
1. Start the Configuration Manager console and navigate to Software Library\Application Management\Applications. Clique Create Application;
2. Selecione Manually specify the application information e clique Próximo;
3. Fill in the fields and click Próximo;
4. Fill in the fields, adicionar Icon;
5. Clique Próximo;
6. Para Deployment Types, clique Adicionar;
7. At Tipo selecione Script Installer, selecione Manually specify the application information e clique Próximo;
8. Fill in fields and click Próximo;
9. Selecione Content-Location. Para Installation program usar:
dism /online /add-package /packagepath:microsoft-windows-netfx3-ondemand-package.cab
Para Uninstall program usar:
DISM /online /disable-feature /FeatureName:NetFx3
10. Clique Próximo;
11. Clique Add Clause, e defina Registry. At Hive selecione Hkey_local_machine.
Para Key use:
SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5
Para Valor digitar Instalar, for Data Type selecione String. Clique OK;
12. Clique Próximo;
13. Specify user experience settings for the application and click Resumo;
14. Clique Próximo;
15. Clique Fechar;
16. Deployment type added, clique Próximo;
17. Clique Próximo;
18. Clique Fechar;
Distribute Content and Deploy
- Botão direito do mouse click on the newly added application and select Distribute Content;
2. Clique Próximo;
3. Clique Próximo;
4. Adicionar Ponto de distribuição e clique Próximo;
5. Clique Próximo;
6. Clique Fechar;
7. Wait some time, refresh the page and you must get Content Status – Success;
8. Botão direito do mouse click on the newly added application and select Deploy;
9. Select the target collection and click Próximo;
10. Clique Próximo (We already sent it to Ponto de distribuição);
11. Specify Deployment Settings and click Next;
12. Specify Scheduling e clique Próximo;
13. Specify User Notifications e clique Próximo;
14. Specify Alerts e clique Próximo;
15. Clique Próximo;
16. Clique Fechar;
We complete the SCCM side, let’s check how it works at the client.
Install .NET Framework 3.5 from the Software Center
1. Log in to the client and start Centro de software. You must see a new application;
2. Clique Instalar and wait some time;
3. Client successfully installed it, so let’s uninstall it. Clique Uninstall;
4. Uninstall completed and you can install it again if you wish;
Great post and thanks for the icon also unfortunately I an getting an error code 3 – file cannot be found.
Doesn’t the installation program have to include the path to the .cab file so it knows where it is?
dism /Online /Add-Package /PackagePath:%~dp0microsoft-windows-netfx3-ondemand-package
hi, is this works on windows 10 1909
Oi. This works with 1909 but you must use .Net3.5 cab file for windows 1909 (can be founded in 1909 iso).
It doesn’t work on 1909+, installation progress looks fine, but after “Success” .LÍQUIDO 3.5 check mark in Windows Features is stay empty.
Are you use .Net distro from 1909+ build? It’s better to use the same build and language.
Do you need internet access to Windows Update site for this to work or is this an offline install of .NET 3.5 Framework from the CAB file?
Oi, no, you don’t need internet access for this, you use distro from .cab file
Oi, check app deployment settings, especially “programs” tag “installation starts in” field
This worked for us, thanks! (Windows 10 v21H2)