יום חמישי, 2 במאי 2013

התקנת  NET Framework 3.5.  על Windows Server 2012

שלום חברים,

בטח נתקלתם בתופעה מוזרה שלא ניתן להתקין בצורה חלקה NET Framework 3.5 על 
Windows8 ו- Server 2012  .

על מנת להתקין את  NET Framework 3.5 בצורה חלקה יש להריץ את ה-Command Prompt 
בהרשאות Administrator במקביל יש להכניס את דיסק ההתקנה של win8\server2012
ואז להריץ את הפקודה הבאה:

DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs

הסבר:
  • /Online targets the operating system you're running (instead of an offline Windows image).
  • /Enable-Feature /FeatureName:NetFx3 specifies that you want to enable the .NET Framework 3.5.
  • /All enables all parent features of the .NET Framework 3.5.
  • /LimitAccess prevents DISM from contacting Windows Update.
  • /Source specifies the location of the files needed to restore the feature (in this example, the D:\sources\sxs directory).

בהצלחה.

אין תגובות:

הוסף רשומת תגובה

תודה על תגובתך (: