cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Patrick_Simons
Level 5

How does "COM Extract at Build" work?

Does it extract the COM-infos directly out the DLL-File (ie. VB6 DLL) like regsvr32,

or

does it read the infos out of my dev-PC-registry?
Labels (1)
0 Kudos
(6) Replies
Not applicable

We use a method similar to the methodology discussed by Junfeng Zhang:
http://blogs.msdn.com/junfeng/archive/2006/08/24/720926.aspx
0 Kudos
zedubal
Level 3

Why is 64-bit COM extraction not implemented? Is there some problem with the approach outlined by Junfeng Zhang on 64-bit machines? Do I have to implement it myself if I don't want to do self registration for 64-bit components?
0 Kudos
Patrick_Simons
Level 5

Tx Brian,

If I understand you well, IS 2008 uses the RegOverridePredefKey-API to extract COM-Info at build-time?
0 Kudos
Not applicable

In essence, that's how it works. We do quite a bit of extra stuff to make life easier for you as an installation author as well, though.

As far as why 64-bit COM Extraction does not work right now, it's a feature request that we're looking in to.
0 Kudos
Not applicable

The issue # for that feature request is IOB-000005298.

Sorry, took me a bit to find it.
0 Kudos
Bill_Chan
Level 3

Does COM extraction work for 64-bit setups in IS2009?
0 Kudos