这个提示可能和机器环境有关。
可以用下面方法解决:
查看 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
删除后, 成功