節錄http://www.wretch.cc/blog/KENGI/14015056
1. start a DOS box
2. make a temp directory, for example, c:\temp
3. change directory to where you've downloaded WS Tech Preview
4. extract the .msi installer from the .exe by running the following command in DOS
cmd /C VMware-workstation-e.x.p-169612.exe -e c:\temp
5. when the command returns, you should see a "VMware Workstation.msi" and *.cab in c:\temp
6. Run VMware Workstation.msi by double clicking on it in Windows Explorer, or use msiexec
簡單來說就是:
1.開始->執行,輸入 cmd
2.創建一個臨時目錄,如:c:\temp,C:\>mkdir temp
3.在 vmware-workstation-full-7.0.0-203739.exe的目錄下 執行命令
如:vmware-workstation-full-7.0.0-203739.exe 在d:\soft\
則在cmd窗口中如下
D:\soft\〉cmd /C vmware-workstation-full-7.0.0-203739.exe -e c:\temp
(大概要3~5分鐘)
執行成功後會把vmware-workstation-full-7.0.0-203739.exe解壓到 c:\temp目錄下;
4.命令執行完後,到c:\temp目錄下執行VMware Workstation.msi
msi如果連點兩下出現什麼 windows install 已損毀
請看這篇http://support.microsoft.com/kb/886630/zh-tw
我用第一個方法
連重新開機都不用就OK了
方法 1:登錄 Windows Installer
- 結束所有 Windows 程式。
- 按一下 [開始],再按一下 [執行],在 [開啟] 方塊中輸入 msiexec /unregister,然後按一下 [確定]。
- 按一下 [開始],再按一下 [執行],在 [開啟] 方塊中輸入 msiexec /regserver,然後按一下 [確定]。
- 重新啟動您的電腦。
留言列表