MSI在Vista安装出错:Internal Error 2739

据MSDN论坛上的方案,Refactor! 2.0.4 installation fails on Windows Vista RC1 with Internal Error 2739,是注册vbscript.dll和jscriptdll两个组件。

regsvr32 c:\windows\system32\vbscript.dll
regsvr32 c:\windows\system32\jscript.dll

需要注意的是,regsvr32需要管理员权限,最好是做成批处理文件然后run as administrator来执行。

你可能感兴趣的:(C++,c,windows,C#,VBScript)