Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Unable to Register ReadOnly DLL


1 reply to this topic

HNE_MVE

HNE_MVE
  • Full Members
  • 8 posts

Posted 03 May 2007 - 07:55

Hello,

I have a problem with registering a DLL. This DLL (wshkit.dll) is under a Source Control system (ClearCase). Therefor the file is ReadOnly.
I have set the property "COM Extract at Build".

When the file is checked-in (readonly), the following error appears during build:

"ISDEV : warning -4354: The build was unable to extract COM information from the file wshkit.dll in component wshkit.dll. Please ensure that the file is self-registering and verify that the self-registration process does not fail."

After testing the build with the file checked-out (NOT readonly), the build was able to extract the COM information, and register the DLL with the installation of our product.

How can we extract COM information from a readonly file?

Waiting for any responds,
M. Vermeule
Using InstallShield DevStudio 9.0 (SP 1)


HNE_MVE

HNE_MVE
  • Full Members
  • 8 posts

Posted 03 May 2007 - 10:09

The problem is solved! tongue.gif

Here the solution for other ClearCase users:
The problem was a ClearCase element property of the file. You have to set the "execute" property of the element.

After this InstallShield is able to Extract COM information at Build.

Best regards,
M. vermeule