/build/static/layout/Breadcrumb_cap_w.png

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 11.4k  |  Created: 01/24/2007

Average Rating: 0
.NET Framework has 19 inventory records, 10 Questions, 3 Blogs and 4 links. Please help add to this by sharing more!

Deployment Tips (2)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Vendor Provided Command Line (switch driven)
1
Command Line

By default, Windows 10 does not include .NET 3.5 and for some reason, after you join the computer to a domain, you are no longer able to add it through the GUI from the add/remove Windows features.

Here`s what i did to publish and install it with SCCM 2012.

1) Copy the content of the SXS folder from the Windows 10 DVD to your server share.

2) I create an application that runs a batch file that copies the file needed to the remote computer then executes this commande line:

DISM.EXE /Online /Add-Package /PackagePath:c:\"your-path-here"\Microsoft-Windows-NetFx3-OnDemand-Package.cab

For a detection methode, i used software\microsoft\net framework setup\ndp\v3.5 from the HKLM checking for the value of "install"

Setup Information:
Setup Type: unspecified
Deployment Method Used: Vendor Provided Command Line (switch driven)
Deployment Difficulty: unspecified
Platform(s): Windows
  • Kevin, I'm having this same problem. Do you have an example of the batch file that worked for you?
    Thanks, - griffsdad 7 years ago
    • here`s my bat file :

      xcopy "%~dp0*.*" "C:\yourFolder\dotnet35Win10" /E /Z /Y /I
      DISM.EXE /Online /Add-Package /PackagePath:c:\dgt\dotnet35Win10\sxs\Microsoft-Windows-NetFx3-OnDemand-Package.cab
      ping 127.0.0.1 -n 20 > nul

      Note: the ping at the end is to make a delay before sccm executes the detection method...i`ve seen in some cases that if i don`t add this line, it won`t detect the newly installed software until the next scan and will show a status of "failled" until then. - KevinViolette 7 years ago
0
Note

.NET Framework 3.5 SP1 is built in to Windows 7.

social.msdn.microsoft.com

stackoverflow.com

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Questions & Answers (10)

Questions & Answers related to Microsoft .NET Framework

1
ANSWERS
1
ANSWERS
0
ANSWERS
3
ANSWERED

Blogs (3)

Blog posts related to Microsoft .NET Framework

blog
blog
blog

Reviews (0)

Reviews related to Microsoft .NET Framework

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ