无法应用转换程序。请检查指定的转换程序路径是否有效。
使用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
删除后, 成功