我正在使用install-shield 7构建一个安装屏蔽项目,我收到以下错误。 我尝试禁用DEP,但它没有用。
Extracting COM data from 1 component(s)
Warning: -4354: The build was unable to extract COM information from the file M:\tcent.70_win_20081010\base\mti\dm
m\winclnt\bin\DMCom.exe in component DMCom. Please ensure that the file is self-registering and verify that the self-registration process does not fail.
有人知道如何解决它吗?
答案 0 :(得分:0)
这只是一个警告,而不是错误。你可以成功构建它。 但是你需要自己做一些注册工作。您可以使用自定义操作来注册此exe。例如regserv32或installutil.exe方式。