본문 바로가기

softwares/quick reference

c:\windows\installer 삭제

c:\windows\installer 폴더 삭제하기

Windows Update가 실패하거나 취소 했을 떄 임시로 남아있는 폴더인데, OS 디스크를 옮기려고 보니 8GB 나 먹고 있음.
깔끔하게 삭제를 하기 위해서는 MSIZAP.EXE 를 필요로 하는데, Windows SDK Components 로만 제공.

8GB 폴더 삭제하려고 4.5GB 짜리 SDK 를 설치할 수는 없잖아... -_-;;
WIndows Resource kit 처럼 exe 파일만 다운로드 받아서 실행(MSIZAP.EXE !G)하면 지워 집니다.

PS C:\Users\Administrator\Downloads> .\MsiZap.exe !G
MsiZapInfo: Performing operations for user S-1-5-21-4138456422-3840560582-1411138238-500
Removing orphaned cached files.
   Error opening 84A8A6CE1D6736745B52C320722EF854\InstallProperties subkey of Products key for S-1-5-18 user. Error: 2
.
FAILED to clear all data.


PS C:\Users\Administrator\Downloads> .\MsiZap.exe !G
MsiZapInfo: Performing operations for user S-1-5-21-4138456422-3840560582-1411138238-500
Removing orphaned cached files.
   Removed file: C:\Windows\Installer\10cde7.msi
   Removed file: C:\Windows\Installer\231a481e.msi
   Removed file: C:\Windows\Installer\24ad7a5.msi
   Removed file: C:\Windows\Installer\24ad7ab.msi
   Removed file: C:\Windows\Installer\277f64.msi
   Removed file: C:\Windows\Installer\2873d9.msi

Error 2 가 발생하면 HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\의 S-1-5-18 의 SID를 삭제

http://nerdoftherings.net/wp/?p=66
http://wyang0.blogspot.kr/2010/06/clean-up-cwindowsinstaller.html

MsiZap.exe