解决方法; http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1031302

sequence to isolate the issue and to resolve it properly. They are also ordered in the most appropriate sequence to minimize data loss. After completing each step, you can try installing the product again. Work through each troubleshooting step in order, and do not skip a step.

To resolve this issue:
  1. Make sure that you are logged into Windows as a local administrator. For more information, see:

  2. Clear the contents of your Temp directory: 
    1. For Windows XP, click the Start > Run. For Windows Vista/7, click the Start globe / Windows logo button.
    2. Type %TEMP% and press Enter.
    3. Select and delete all files.
  3. Reinstall the latest version of Windows Installer. For more information and a for download link, see the Microsoft Knowledge Base article 942288.
  4. Run the installer of the currently installed version of Workstation and choose Repair. When complete, restart the PC and run the setup for the new version of Workstation.
  5. If you are running Windows XP, reregister the Microsoft installer. From a command prompt, enter these two commands:

    MSIExec /unregister
    MSIExec /regserver

    Note: For more information on command prompts, see Opening a command or shell prompt (1003892).

  6. Use the Windows System Configuration (msconfig) utility to disable all non-Microsoft startup utilities. For more information, see Using the Windows System Configuration utility (1004010). Restart Windows, so that only the enabled Microsoft services are running.
  7. From the command prompt, run this command:
    sfc /SCANNOW

    For more information on this command, see the Microsoft Knowledge Base article 929833.

  8. Create a new user user account with administrative privileges and log in as the new user. For more information, see:

For more information on the Microsoft installer, see the Microsoft Knowledge Base article 2438651.

Note: The preceding links were correct as of February 7, 2011. If you find a link is broken, provide feedback and a VMware employee will update the link.

==========================================

把下面代码复制成bat文件,并执行:

echo off
cls
echo "flag">>%windir%system32test.log
if not exist %windir%system32test.log (
 cls
 echo 请右键使用管理员身份运行!!!
 pause
 exit
)
cls
echo. 确认进行清理?
pause
reg delete "HKEY_LOCAL_MACHINESOFTWAREVMware, Inc." /f >nul 2>nul
reg delete "HKEY_CURRENT_USERSOFTWAREVMware, Inc." /f >nul 2>nul
reg delete "HKCRInstallerProducts7A26F0EA2A1AF704F9C48439B99DDAD8" /f  >nul 2>nul
reg delete "HKCRInstallerProductsC6B325AF07E1AF439D3AD4079F106F7" /f  >nul 2>nul
reg delete "HKCRInstallerProductsA57F49D06AE015943BFA1B54AFE9506C" /f  >nul 2>nul
reg delete "HKCRInstallerFeatures7A26F0EA2A1AF704F9C48439B99DDAD8" /f  >nul 2>nul
reg delete "HKCRInstallerFeatures7A79579133DA8984D9E8376086814B46" /f  >nul 2>nul
reg delete "HKCRInstallerFeaturesA116201D664610145AD115603930CA56" /f  >nul 2>nul
reg delete "HKCRInstallerFeaturesBC78C1BA70810FC44B2CEC1EC481DC4B" /f  >nul 2>nul
reg delete "HKCRInstallerFeaturesC3839DFF5D1079849A4534FA95A9DE03" /f  >nul 2>nul
reg delete "HKCRInstallerFeaturesDBBFB30076C6E9142AD4D0ACCFA32594" /f  >nul 2>nul
reg delete "HKCRInstallerProducts7A79579133DA8984D9E8376086814B46" /f  >nul 2>nul
reg delete "HKCRInstallerProductsA116201D664610145AD115603930CA56" /f  >nul 2>nul
reg delete "HKCRInstallerProductsBC78C1BA70810FC44B2CEC1EC481DC4B" /f  >nul 2>nul
reg delete "HKCRInstallerProductsC3839DFF5D1079849A4534FA95A9DE03" /f  >nul 2>nul
reg delete "HKCRInstallerProductsDBBFB30076C6E9142AD4D0ACCFA32594" /f  >nul 2>nul
reg delete "HKCRInstallerProducts7A26F0EA2A1AF704F9C48439B99DDAD8" /f  >nul 2>nul
reg delete "HKCRInstallerProducts7A79579133DA8984D9E8376086814B46" /f  >nul 2>nul
reg delete "HKCRInstallerProductsA116201D664610145AD115603930CA56" /f  >nul 2>nul
reg delete "HKCRInstallerProductsBC78C1BA70810FC44B2CEC1EC481DC4B" /f  >nul 2>nul
reg delete "HKCRInstallerProductsC3839DFF5D1079849A4534FA95A9DE03" /f  >nul 2>nul
reg delete "HKCRInstallerProductsDBBFB30076C6E9142AD4D0ACCFA32594" /f  >nul 2>nul
reg delete "HKLMSOFTWAREMicrosoftWindowsCurrentVersionInstallerUserDataS-1-5-18Products7A26F0EA2A1AF704F9C48439B99DDAD8" /f >nul 2>nul
reg delete "HKLMSOFTWAREMicrosoftWindowsCurrentVersionInstallerUserDataS-1-5-18Products7A79579133DA8984D9E8376086814B46" /f >nul 2>nul
reg delete "HKLMSOFTWAREMicrosoftWindowsCurrentVersionInstallerUserDataS-1-5-18ProductsA116201D664610145AD115603930CA56" /f >nul 2>nul
reg delete "HKLMSOFTWAREMicrosoftWindowsCurrentVersionInstallerUserDataS-1-5-18ProductsBC78C1BA70810FC44B2CEC1EC481DC4B" /f >nul 2>nul
reg delete "HKLMSOFTWAREMicrosoftWindowsCurrentVersionInstallerUserDataS-1-5-18ProductsC3839DFF5D1079849A4534FA95A9DE03" /f >nul 2>nul
reg delete "HKLMSOFTWAREMicrosoftWindowsCurrentVersionInstallerUserDataS-1-5-18ProductsDBBFB30076C6E9142AD4D0ACCFA32594" /f >nul 2>nul
echo 清理完成!
pause

MSI failed, 不能卸载VMware的更多相关文章

  1. 【转】卸载VMware时提示“The MSI failed”解决方案

    转载地址: http://www.2cto.com/os/201309/243843.html   安装精简版VM后再安装其他版本的VM,或者想升级安装更高的版本时,无法正常卸载(如提示The MSI ...

  2. 安装VMware Workstation提示the msi failed的解决办法

    有朋友安装VMware Workstation时出现报错,提示the msi failed等信息,原来他以前安装过绿色版.优化版的VM,但删掉后重装VM就会有这样的报错提示,如果你也遇到了相同的困扰, ...

  3. VMware Workstation “The Msi Failed”解决方法

    今天准备装虚拟机时,遇到一个问题一直没办法解决.折腾了一下午,总算解决了.在这里记录以下,以便大家遇到相同的问题时,能尽快解决. 由于以前安装过WMware Workstation,然后又卸载了.今天 ...

  4. VMware WorkStation安装时提示The MSI failed

    以前安装过其他版本的VMware workstation卸载不完全造成的 先把所有VMware相关服务关闭,然后打开注册表,搜索所有VMware相关键值,删除掉,然后再安装就可以了 前提是你机器上没有 ...

  5. vmware 安装提示the msi failed

    原因是卸载不干净,使用批处理bat文件卸载,然后重启即可. VMware workstation 10.0序列号:MA491-6NL5Q-AZAM0-ZH0N2-AAJ5A 百度云文件:http:// ...

  6. 重新安装VMware10提示"The Msi '' Failed"问题解决方案

    想把虚拟机软件升级以下,没想到卸载的时候不干净,再安装的时候总提示让我先卸载旧版本但实际上旧版本已经卸载过了,这里又没法再卸载一次,所以就提示”The MSI '' failed“ 显然,安装程序还是 ...

  7. 卸载VMware

    最近使用ubuntu的时候操作不当直接卡死了,然后强制关闭VMware软件,之后再打开时出现本文中的 “Vmware启动ubuntu 出现错误 ”这个情况,具体请看链接:https://www.cnb ...

  8. 启用hyper-v后无法卸载vmware

    机器上启用了hyper-v,想卸载vmware,报错了: Error: This product may not be installed on a computer that has Microso ...

  9. 如何卸载VMware虚拟机?

    如何卸载VMware虚拟机? 1.windows + R  打开>运行-->regedit(打开编辑注册表)-->找到HKEY_LOCAL_MACHINE-->Software ...

随机推荐

  1. Docker镜像和容器

    本节内容: 安装Docker 卸载docker 镜像基本操作 容器基本操作 一.安装Docker Docker 对 Linux 内核版本的最低要求是3.10,如果内核版本低于 3.10 会缺少一些运行 ...

  2. RabbitMQ系列之RabbitMQ集群

    本文的集群是RabbitMq 自身的Cluster搭建 . #hosts准备: vim /etc/hosts #172.16.3.79 s1 #172.16.3.105 s2 172.16.2.10 ...

  3. Spark(七)Spark内存调优

    一.概述 Spark 作为一个基于内存的分布式计算引擎,其内存管理模块在整个系统中扮演着非常重要的角色.理解 Spark 内存管理的基本原理,有助于更好地开发 Spark 应用程序和进行性能调优.本文 ...

  4. Smart Pointer 智能指针

    P76 参考:http://www.cnblogs.com/lanxuezaipiao/p/4132096.html http://blog.csdn.net/hackbuteer1/article/ ...

  5. USACO 5.3 Milk Measuring

    Milk MeasuringHal Burch Farmer John must measure Q (1 <= Q <= 20,000) quarts of his finest mil ...

  6. 成功实施的APS项目故事分享---我们数据治理的心路历程

    一.故事背景 A企业是易普优APS重要客户之一,是某行业的龙头企业:APS项目历时7个月顺利上线,十个月验收!通过易普优APS的顺利实施,建成了集团的精益计划管控运营平台,树立计划的权威与指挥棒作用, ...

  7. poj3268 Silver Cow Party(两次SPFA || 两次Dijkstra)

    题目链接 http://poj.org/problem?id=3268 题意 有向图中有n个结点,编号1~n,输入终点编号x,求其他结点到x结点来回最短路长度的最大值. 思路 最短路问题,有1000个 ...

  8. STM32 串口通信

    1. 中断说明 TXE(Tansmit Data Register empty interrupt) - 发送数据寄存器空,产生中断.当使能TXE后,只要Tx DR空了,就会产生中断.---写寄存器D ...

  9. bzoj4668: 冷战 并查集按秩合并

    题目链接 bzoj4668: 冷战 题解 按秩合并并查集,每次增长都是小集合倍数的两倍以上,层数不超过logn 查询路径最大值 LCT同解 代码 #include<bits/stdc++.h&g ...

  10. [OpenGL]纹理贴图实现 总结

    实现步骤 第一步:设置所需要的OpenGL环境 设置上下文环境 删除已经存在的渲染的缓存 设置颜色缓存 设置帧缓存 清除缓存 设置窗口大小 开启功能 编译shander 使用program 获取sha ...