Windows Installer Errors 2738 and 2739

2738, Could not access VBScript run time for custom action.
2739, Could not access JScript run time for custom action.

VBScript
1. regedit,刪除機碼 "HKCU\SOFTWARE\Classes\Wow6432Node\CLSID\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}"
2. 用Administrator的身份啟動命令提示字元,然後執行以下指令:
64-bit version of Windows:
cd c:\windows\syswow64
regsvr32 vbscript.dll

32-bit version of Windows:
cd c:\windows\system32
regsvr32 vbscript.dll


JScript
1. regedit,刪除機碼 "HKCU\SOFTWARE\Classes\Wow6432Node\CLSID\{F414C260-6AC0-11CF-B6D1-00AA00BBBB58}"
2. 用Administrator的身份啟動命令提示字元,然後執行以下指令:
64-bit version of Windows:
cd c:\windows\syswow64
regsvr32 jscript.dll

32-bit version of Windows:
cd c:\windows\system32
regsvr32 jscript.dll

referencd: https://tw.answers.yahoo.com/question/index?qid=20100713110248AAGkno2
  https://blogs.msdn.microsoft.com/heaths/2007/05/31/windows-installer-errors-2738-and-2739-with-script-custom-actions/
  http://boyilee.blogspot.tw/2011/04/error-code-2738-on-windows-7-64-bits.html

留言

這個網誌中的熱門文章

NMEA標準格式 -- GPS

網路 Transformer 的用途

cut,sed,awk 字串處理