由於k/3各個版本一致,所以以下以10.2的為例說明:
因要金蝶k/310.2sp1要公升級到10.3,10.2無法解除安裝,鬱悶!
每個版本安裝後,在%systemdrive%\program files\installshield installation information下邊都有乙個guid【全球統一編碼,32位】,10.2的。
刪除步驟如下:
1)、刪除%systemdrive%\program files\installshield installation information\,但是請記住這個資料夾的guid,下邊有用
2)、使用regedit進入登錄檔編輯器,找到hkey_local_machine\software\microsoft\windows\currentversion\uninstall,然後在他下邊找到第1步中提到的guid,並刪除
3)、找到hkey_local_machine\software\kingdee,並刪除下圖列示的這些鍵:
4)、刪除%windir%\system32下所有kd開頭的檔案和資料夾,
這個有個叫kdcsvc.dll不能刪除,不管他。如果需要保留已經註冊賬套列表,記得備份kdcom下的acctl.dat檔案【安裝中間層的環境操作】
5)、刪除%windir%\system32下所有的vbr檔案,*.vbr
6)、刪除%systemdrive%\program files\common files\kingdee資料夾
7)、刪除客戶端安裝路徑k3erp目錄【客戶端操作】
8)、使用k/3 安裝盤2中的other目錄中的regclear目錄檢查並清除,注意下圖:
9)、清除完後就可以正常安裝k/3了。
注意:其實還有一種變通方式,進行完以上的第一步後重新安裝k/3,然後就可以正常解除安裝了。
手工解除安裝金蝶K 3的方法
1 刪除 systemdrive program files installshield installation information 但是請記住這個資料夾的guid,各版本guid號可能不一樣。2 在 開始 執行 中輸入regedit,回車進入登錄檔編輯器。找到hkey local machi...
AS3處理物件
as3處理物件 2009年07月14日 屬性 屬性表示某個物件中繫結在一起的若干資料塊中的乙個。song 物件可能具有名為 artist 和 title 的屬性 movieclip 類具有 rotation x width 和 alpha 等屬性。您可以像使用單個變數那樣使用屬性 事實上,可以將屬性...
python3 處理檔案
fhand open text.txt python裡面的open 函式返回乙個file handler,如果你print fhand 的話,得到一些跟檔案有關的資訊 name text.txt mode r encoding us ascii 今天實現了乙個讀取每一行,分別輸出並統計行數的功能 f...