Ao usar este site, você concorda com o política de Privacidade.
Aceitar
Entrar em TIEntrar em TIEntrar em TI
  • LAR
  • PROFISSIONAL DE TI
  • TECNOLOGIA
  • Microsoft
    • Azul
    • Configmgr/sccm
    • PMD
    • Orquestrador
    • Hiper-V
    • Microsoft Edge Insider
    • Msi
    • Escritório 365
    • Insider Office
    • Power bi
    • Skype
    • Servidor SQL
    • Equipes
  • WINDOWS
    • Centro de Administração do Windows
    • Cliente Windows
    • Servidor Windows
  • Lista de coleta de consultas SCCM
Leitura: Master .NET Framework 3.5 Deployment in Configuration Manager
Redimensionador de fontesAh
Entrar em TIEntrar em TI
Redimensionador de fontesAh
  • LAR
  • PROFISSIONAL DE TI
  • TECNOLOGIA
  • Microsoft
  • WINDOWS
  • Lista de coleta de consultas SCCM
Procurar
  • LAR
  • PROFISSIONAL DE TI
  • TECNOLOGIA
  • Microsoft
    • Azul
    • Configmgr/sccm
    • PMD
    • Orquestrador
    • Hiper-V
    • Microsoft Edge Insider
    • Msi
    • Escritório 365
    • Insider Office
    • Power bi
    • Skype
    • Servidor SQL
    • Equipes
  • WINDOWS
    • Centro de Administração do Windows
    • Cliente Windows
    • Servidor Windows
  • Lista de coleta de consultas SCCM
Configmgr

Master .NET Framework 3.5 Deployment in Configuration Manager

Publicado: Fevereiro 11, 2024
3 Leitura mínima
COMPARTILHAR

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).

Conteúdo
Create a Configuration Manager applicationDistribute Content and DeployInstall .NET Framework 3.5 from the Software Center
DOWNLOAD

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

  1. 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;

MARCADO:Central do SistemaGerenciador de configuração do System CenterPrévia técnicaWindowsWindows 10
Artigo Anterior Download Java MSI x64 and x86 8.0.1410.15
Próximo artigo Lista de coleta de consultas do Configuration Manager SCCM 1702 KB4035759 Client update
10 Comentários 10 Comentários
  • Andrewjohnporter diz:
    Janeiro 16, 2018 at 6:38 tarde

    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

    Responder
  • Gerardo diz:
    July 9, 2020 at 2:43 tarde

    hi, is this works on windows 10 1909

    Responder
    • Andrej Prijmak diz:
      July 10, 2020 at 12:42 sou

      Oi. This works with 1909 but you must use .Net3.5 cab file for windows 1909 (can be founded in 1909 iso).

      Responder
  • AVP.Riga diz:
    Marchar 16, 2021 at 7:28 sou

    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.

    Responder
    • Andrej Prijmak diz:
      Marchar 16, 2021 at 7:39 sou

      Are you use .Net distro from 1909+ build? It’s better to use the same build and language.

      Responder
  • Mark Dininio diz:
    Marchar 18, 2021 at 7:29 sou

    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?

    Responder
    • Andrej Prijmak diz:
      Marchar 19, 2021 at 11:04 sou

      Oi, no, you don’t need internet access for this, you use distro from .cab file

      Responder
  • Martin diz:
    Junho 9, 2022 at 2:30 sou
    Thank you for your post. Can you help me, please? I have the following problem:
    Installation program: microsoft-windows-netfx3-ondemand-package~31bf3856ad364e35~amd64~~.cab
    Installation start in: Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:"\\svr-mecm1.xxx.int\PackageSource\Aplications\Microsoft\NET Framework\3.5" /LimitAccess
    Uninstall program: DISM /online /disable-feature /FeatureName:NetFx3
    
    I can see the following alerts in AppEnforce.log:
    
    Failed in accessing working directory C:\WINDOWS\ccmcache\2r\Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:"\\svr-mecm1.xxx.int\PackageSource\Aplications\Microsoft\NET Framework\3.5" /LimitAccess, error 8007007b	AppEnforce	09.06.2022 11:20:48	6884 (0x1AE4)
    ScriptHandler::EnforceApp failed (0x8007007b).
    AppProvider::EnforceApp - Failed to invoke EnforceApp on Application handler(0x8007007b).
    CommenceEnforcement failed with error 0x8007007b.
    Method CommenceEnforcement failed with error code 8007007B
    ++++++ Failed to enforce app. Error 0x8007007b. ++++++
    
    I don't know what the problem is :(.
    
    
    
    
    
    
    
    
    
    
    
    
    Responder
    • Andrej Prijmak diz:
      Junho 12, 2022 at 6:34 sou

      Oi, check app deployment settings, especially “programs” tag “installation starts in” field

      Responder
  • Tim diz:
    Janeiro 9, 2023 at 7:19 sou

    This worked for us, thanks! (Windows 10 v21H2)

    Responder

Deixe uma resposta Cancelar resposta

Seu endereço de e-mail não será publicado. Os campos obrigatórios estão marcados *

Este site usa Akismet para reduzir spam. Saiba como os dados dos seus comentários são processados.

Tradução

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
por Transposh - translation plugin for wordpress

Postagens populares

Requisitos do sistema para Windows Server 2016
Servidor Windows
Lista de coleta de consultas do Configuration Manager
Lista de coleta de consultas do Configuration Manager
Configmgr
Navegação estruturada/gerenciada habilitada em páginas modernas em sites de equipe clássicos
Tecnologia
SCCM Falha ao obter locais de DP como a versão esperada do MP
Configmgr

Postagens recentes

Instalando e configurando Fail2ban para proteção SSH no Ubuntu 24.04
Linux
Habilitando e configurando FirewallD no AlmaLinux
Linux
Criação de usuário e configuração de chave SSH no AlmaLinux
Linux
Como redefinir a senha no AlmaLinux
Linux

© 2023 Entrar em TI

Vá para a versão móvel
Bem vindo de volta!

Faça login na sua conta

Nome de usuário ou endereço de e-mail
Senha

Perdeu sua senha?