티스토리 뷰
목차
윈도우 인스톨러 오류, 1719, 1723 64비트 MSI 에러 (x64)
[Windows 10 installer 1719, 1723 에러]installer 중지 에러
윈도우 인스톨러 오류인데, MSI 로그 파일을 훑어보면 다음 오류 메세지 중 하나가 보일겁니다.
[윈도우 인스톨러 오류 메시지]
MSI (s) (DC:FC) [12:34:56:023]: Invoking remote custom action. [윈도우 인스톨러 시작]
DLL: C:\Windows\Installer\MSICE44.tmp, Entrypoint: SchedSecureObjects
MSI (s) (DC:B8) [12:34:56:024]: Generating random cookie.
MSI (s) (DC:B8) [12:34:56:051]: Created Custom Action Server with PID 1884 (0x75C).
MSI (s) (DC:98) [12:34:56:092]: Running as a service. [윈도우 인스톨러 작업]
MSI (s) (DC:98) [12:34:56:094]: Custom Action Server rejected - Wrong Context
MSI (s) (DC:B8) [12:34:56:097]: CA Server Process has terminated.
Action start 12:34:56: SchedSecureObjects_x64. [윈도우 인스톨러 오류 지점 x64]
MSI (s) (DC:94) [12:34:56:098]: Note: 1: 1719
CustomAction SchedSecureObjects_x64 returned actual error code 1601
(note this may not be 100% accurate if translation happened inside sandbox)
[윈도우 인스톨러 오류 발생!]
MSI (s) (DC:94) [12:34:56:738]: Product: Microsoft .NET Framework 4 Client Profile -- Error 1719.
The Windows Installer Service could not be accessed.
This can occur if the Windows Installer is not correctly installed. [윈도우 인스톨러 오류 감지]
Contact your support personnel for assistance.
MSI (s) (B4:74) [12:34:56:098]: Note: 1: 1723
CustomAction SchedSecureObjects_x64 returned actual error code 1157
(note this may not be 100% accurate if translation happened inside sandbox)
[윈도우 인스톨러 오류 발생!]
MSI (s) (B4:74) [12:34:56:738]: Product: Microsoft .NET Framework 4 Client Profile -- Error 1723.
There is a problem with this Windows Installer package.
A DLL required for this install to complete could not be run. [윈도우 인스톨러 오류, x64가 원인]
Contact your support personnel or package vendor. Action SchedSecureObjects_x64, entry: SchedSecureObjects, library: C:\Windows\Installer\MSIE8C8.tmp
이 윈도우 인스톨러 오류는 32비트에서 실행하도록 구성되어 있는 Windows Installer가 동작하지 못할 때 나옵니다. 기본적으로 64비트 실행 파일은 32비트에서 실행되도록 구성되어 있진 않습니다.
[Windows 10 installer 1719, 1723 에러]installer 중지 에러
그래서 64비트 Installer를 32비트에서 동작하도록 만드는 레지스트 파일을 삭제하거나 수정합니다.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\msiserver] 하부의 WOW64=1
1719, 1723 윈도우 인스톨러 오류는 WOW64의 값을 0으로 수정하거나 해당 레지스트를 삭제하는 형태로 오류 해결이 가능합니다.
윈도우 인스톨러 오류, 1719, 1723 64비트 MSI 에러 (x64)