Hello,
I was encountering the following error while installing BizTalk 2010 on my Windows 7 64-bit machine.
I found the solution on this site: http://www.jakeludington.com/windows_7/20091115_error_2738_could_not_access_vbscript_run_time_for_custom_action.html
The following commands should be run in administrator mode:
reg delete "HKCU\SOFTWARE\Classes\Wow6432Node\CLSID\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}" /f
c:\windows\syswow64\regsvr32 vbscript.dll
This then allows to correctly install BizTalk.
No comments:
Post a Comment