vb打包后comdlg32.ocx问题
我用Setup Factory 6.0生成了SETUP.EXE文件
将comdlg32.ocx安装入系统文件夹System32文件夹中.如果文件存在永不覆盖存在文件.我试着选择永远覆盖存在文件.但是在安装过程中报错说文件正在使用.
在永不覆盖情况下安装成功.但是报错.错误代码如下:
'-----------------------------------
Run-time error '372 '
Failed to load control 'CommonDialg ' from Comdlg32.ocx. Your version
of Comdlg32.ocx may be outdated Make sure you are using the version
of the control that was provided with your application.
'-----------------------------------
请问如何解决.谢谢
[解决办法]
选择如果文件旧则覆盖