Prashant
Prashant

Reputation: 31

Unable to extract COM information from 1 component

I am building a install-shield project using install-shield 7, I am getting following error. I tried disabling DEP but it didn't work.

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.

Does anybody have idea how to fix it?

Upvotes: 2

Views: 1602

Answers (1)

txiangyang
txiangyang

Reputation: 45

it's just a warning, not an error. And you can build it successfully. But you need to do some registry work by yourself. you may use a custom action to registry this exe. such as regserv32 or installutil.exe ways.

Upvotes: 1

Related Questions