dll registration fails?

T

tYK

Hi all,

I've build an XPE component that contains an exe and a
dll created in VB6. (And some other ocxs and dlls).
In the built image the dlls are not registered.
Registering the dlls with regsvr32 works, but is not the
answer.

The image has a working EWF. Can that be the reason why
the dlls were not registered during fba? Or do I have to
do something else in the CB or TD?

Thx,
tYK
 
K

KM

tYK,

How do you register the Dlls now?

You can use FBA DLL/COM Registration resource to do the job during FBA. Or, you can create your own generic command to use regsrv32
to register DLLs.
You must have EWF off during FBA.
 
G

Gordon Smith \(eMVP\)

tYK said:
Hi all,

I've build an XPE component that contains an exe and a
dll created in VB6. (And some other ocxs and dlls).
In the built image the dlls are not registered.
Registering the dlls with regsvr32 works, but is not the
answer.

The image has a working EWF. Can that be the reason why
the dlls were not registered during fba? Or do I have to
do something else in the CB or TD?

Thx,
tYK

Is it feasible for you to add "FBA DLL/COM Registration" resources in CD to
cause the registration to be done during FBA and before you EWF protect your
image? That's the usual way to do what you're looking for.
 
T

tYK

Thank you both,

Using fbadllcomreg works fine, if you use it.

Quite incorrectly I had assumed that fba would manage
this automatically. (Also because I hadn't expected this
option under resources.)

tYK
-----Original Message-----
tYK,

How do you register the Dlls now?

You can use FBA DLL/COM Registration resource to do the
job during FBA. Or, you can create your own generic
command to use regsrv32
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top