dll registration fails?

  • Thread starter Thread starter tYK
  • Start date Start date
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
 
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.
 
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.
 
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
 
Back
Top