使用installShield 做的安裝程序,
安裝后, 不能卸載, 出現: "無法應用轉換程序。請檢查指定的轉換程序路徑是否有效。" 的提示,
使用 Windows Install Clean Up : http://dl.pconline.com.cn/html_2/1/62/id=10371&pn=0&linkPage=1.html
程序卸載不了.
解決方法:
查看 installShield 生成的 uninstall 程序 鏈接, 如下:
C:\Windows\SysWOW64\msiexec.exe /x {C0034443-2B19-4822-82A9-18111111647A}
復制以上的 guid 值
運行 regedit, 查找 guid 值, 刪除 與 install & uninstall 有關的項:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Folders\C:\Users\Administrator\AppData\Roaming\Microsoft\Installer\{C0034443-2B19-4822-82A9-18111111647A}\
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-752696998-1563478451-1805963361-500\Products\3444300C91B22284289A8111AE7346A7\InstallProperties
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{C0034443-2B19-4822-82A9-18111111647A}
HKEY_USERS\S-1-5-21-752696998-1563478451-1805963361-500\Software\Microsoft\Installer\Products\3444300C91B22284289A8111AE7346A7
刪除后, 成功