윈도우 8.1 사용 중 한컴을 설치하려고 하면 닷넷프레임워크를 설치해야한다.
닷넷프레임워크 3.5를 설치하려는데 0x80070011 오류가 나타났다.
심볼릭 관련된 오류였는데 해결법은 아래와 같다.
Hello!
It might be a bit late, but i answer anyway.
My setup is probably exactly the same as yours.
C:\Program Files\ and C:\Program Files (x86)\ are symbolic links to
P:\Program Files\ and P:\Program Files (x86)\ in my case
and i had the exact same issue with error 0x80070011 trying to install .NET 3.5.
Well, i actually managed to install it with this little "trick":
Regedit -> HKLM/Software/Microsoft/Windows/CurrentVersion
Now change the Path in
ProgramFilesDir
ProgramFilesDIr (x86) and
ProgramW6432Dir to (in my case) Drive P:\, install .NET 3.5 and change back the paths afterwards.
Restart your computer and everything should be fine :)
제목 | 날짜 | ||
---|---|---|---|
23 | [리눅스서버] 리눅스 디렉토리별 용량 체크하는 방법 | 114 | 2020/11/26 |
22 | [윈도우] 윈도우 이 항목을 찾을 수 없습니다 삭제 방법 | 68 | 2020/11/29 |
21 | [리눅스서버] 수천 개의 파일이 포함 된 큰 디렉토리를 효율적으로 삭제 | 64 | 2020/12/07 |
20 | [리눅스서버] 리눅스 폴더별압축 디렉토리별 압축 | 1058 | 2020/12/12 |
19 | 리눅스 cp 명령어 사용법 정리 (파일, 디렉토리 복사, 백업) | 814 | 2020/12/12 |
18 | [GitHub] 간단한 깃 사용법 | 13 | 2021/02/01 |
17 | xampp mysql 명령어 터미널에서 실행하는 방법 | 540 | 2021/02/05 |
16 | HTML/CSS 스크롤바 숨기기 없애기 (스크롤 동작) | 328 | 2021/09/01 |
15 | [jQuery] 텍스트 추출해서 링크 변환하기 | 130 | 2021/12/25 |
14 | [GitHub] git의 .gitignore 사용방법 | 111 | 2021/12/29 |
13 | [GitHub] 이미 push된 file .gitignore 적용하기 | 74 | 2022/01/01 |
12 | [GitHub] 좋은 git 사용 습관 | 274 | 2022/01/01 |