offline .net 3.5 설치
원문: https://extrememanual.net/11904
요약
1. window10 iso 파일을 받는다.
2. iso를 마운트(탑재)한다.
3. power shell 을 관리자 모드로 실행한다.
4. power shell 에 아래 명령으로 .net 3.5를 설치한다. (d:는 iso 마운트 driver)
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs
5. iso가 마운트된 driver를 unmount(꺼내기)한다.
end.
728x90
'Programming Language > C#' 카테고리의 다른 글
[grapecity/spread] insert a spread chart at run time (0) | 2021.04.01 |
---|---|
C#, TeeChart에 ToolTip 표시하기 (0) | 2021.04.01 |
[grapecity/farpoint] ComboBoxCellType 처리. (0) | 2020.07.08 |
[grapecity/farpoint] fix spread column size (0) | 2020.07.08 |
spread 에서 sheet 복사 (0) | 2020.06.18 |