关于installshield制作安装程序的问题???
我的程序已经基本完成了,现在正在做一个安装程序,程序主要是用VC和Delphi来制作的,它们分别生成了两个可执行文件,但在用installshield developer 7.0制作安装程序的过程中遇到了以下问题:
** Warning: -4354: The build was unable to extract COM information from the file C:\PROGRA~1\3721\Ces\cmail.dll in component
NewComponent1. Please ensure that the file is self-registering and verify that the self-registration process does not fail.
** Warning: -4354: The build was unable to extract COM information from the file C:\WINNT\System32\msjet40.dll in
component NewComponent11. Please ensure that the file is self-registering and verify that the self-registration process does
not fail.
** Warning: -4354: The build was unable to extract COM information from the file C:\Program Files\Common
Files\system\ole db\OLEDB32R.DLL in component NewComponent9. Please ensure that the file is self-registering and verify that
the self-registration process does not fail.
如果忽略警告的话,制作出来的安装程序在别人的机器上安装将会遇到问题。
有谁知道应该如何解决呢?