Nice programing

Visual Studio 2013 설치 실패 : 프로그램 호환성 모드가 켜져 있음 (Windows 10)

nicepro 2020. 12. 10. 21:07
반응형

Visual Studio 2013 설치 실패 : 프로그램 호환성 모드가 켜져 있음 (Windows 10)


Windows 10에 Visual Studio Ultimate 2013을 설치하고 싶지만이 오류가 발생합니다.

여기에 이미지 설명 입력

이 두 가지 작업을 수행했습니다 (Windows 8에서 문제를 해결했습니다).

여기에 이미지 설명 입력

여기에 이미지 설명 입력

그래도 설치할 수 없습니다.


여기 에서 일한 대답 .

설치 프로그램 파일 이름을 확인하는 것이 좋습니다. 설정이 작동하려면 이상하게도 원래 이름이어야합니다.


프로그램 호환성 관리자를 비활성화하는 것은 올바른 방법이 아닙니다.

Windows 10에서 작동하는 솔루션은 다음과 같습니다.

  • 설치 파일을 마우스 오른쪽 버튼으로 클릭
  • Properties선택 하고 탐색 Details하십시오.
  • 레이블이 지정된 항목이 있어야합니다 Original filename. 그에 따라 파일 이름을 변경하면 실행됩니다.

제 경우에는 탑재 된 ISO에서 실행하려고했습니다. 임원 이름은 괜찮습니다. 모든 ISO 파일을 하드 디스크에 복사하여 문제를 해결했습니다.


설치 파일을 마우스 오른쪽 버튼으로 클릭 한 다음 세부 정보 탭으로 이동하면 원래 파일 이름이 표시되고 설치 파일 이름을 원래 파일 이름 값으로 바꾼 다음 설치를 다시 시작합니다.


이름을 변경해도 작동하지 않으면 \layout인수로 설정을 실행하십시오 .


설치 파일을 하드 드라이브에 복사합니다. Professional 버전의 경우 설치 프로그램 파일 이름을 vs_professional.exe로 바꿉니다. 즐겨.


ISO 파일을 하드 드라이브에 추출하면 작동합니다.


I am using Windows 10 and korean version of Visual studio. I wanted to change from korean to english. I downloaded the english language pack but the error message appeared as "compatibility mode is on..." the only solution to this issue is to rename the Language pack setup file name with its original name, that is to say vs_langpack.exe . And boom the issue is solved.

Hope it is helpful.

Thanks.


According to the below source you should do the follwong:

Go to the installation folder "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE", find the executable file(If your VS express 2013 is VS express 2013 for web, the executable file is VWDExpress.exe).

Right-click the file, select the tab "compatibility". Disable all compatibility settings over here

So , please try to disable any component 'compatibility' settings (turning off the compatibility service is not enough in that case).

Source: https://social.msdn.microsoft.com/Forums/vstudio/en-US/1985a3dd-f12d-4d08-ba8a-51535a3c8dc9/visual-stodio-2013-express-cannot-be-installed?forum=vssetup

In addition, can you upload the installing log?

To do this, follow these steps:

  1. Download the Microsoft Visual Studio and .NET Framework Log Collection tool (collect.exe). - https://www.microsoft.com/en-us/download/details.aspx?id=12493
  2. Run the collect.exe tool from the directory where you saved the tool.
  3. The utility creates a compressed cabinet file of all the VS and .NET logs to %TEMP%\vslogs.cab.
  4. Post the vslogs.cab

Source: https://support.microsoft.com/en-us/kb/2899270


If you disable the Program Compatibility Mode and the problem persists, copy the content of ISO to a local path and try install with a simple double click


In my case also works to download ISO and copy all files from ISO to hard drive. It works for Visual Studio Community 2015 on Windows 10.


Maybe, you should try extract your file and setup after there.

I had trouble with Mount to virtual drive by ISO and the same with RAR file. But when I extract it, it work fine


For reference: I had this error when trying to do an unattended VS 2013 install in a windowsservercore docker container:

.\vs_professional.exe /Q

reason turned out to be having the installation files on a docker volume, copying to the disk of the container solved it.

참고 URL : https://stackoverflow.com/questions/31225146/visual-studio-2013-install-fails-program-compatibility-mode-is-on-windows-10

반응형