FBA DLL/COM Registration

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I’m not grasping how to register files. I have a list of dll’s and ocx files that need to be registered as a component

Are the files an argument for the FBA DLL/COM Registration in resources

Thanks, Davi
 
Right. Also, you can look at some components in TD to get an idea of what's
required. For example, check out the Resources node for Internet Explorer
component in Target Designed. If no phase or arguments are required then
simply list the path and filename to the binary requiring registration.

Andy
 
The article was usefull for the arguments but dosn't how to link the "FBA DLL/COM Registration" resource to the binary ocx file

Where do I put the name of the ocx file I have listed in the files section of the component I want to register with the "FBA DLL/COM Registration"

----- James Beau Cseri wrote: ----

Here is some useful information on the FBA DLL/COM Registration resource
http://msdn.microsoft.com/library/d...us/xpehelp/html/xeconFBADLLCOMRegistration.as

You'll obviously have to add one FBA DLL/COM Registration resource for ever
binary that you wish to register

Hope this helps

-Beau Cser


David B said:
I'm not grasping how to register files. I have a list of dll's and oc
files that need to be registered as a component
 
Hi David,

Sorry I don't understand your question? (I assume that you have read link
that Andy gave you).

Use FilePath property in your component.

Regards,
Slobodan


David B said:
The article was usefull for the arguments but dosn't how to link the "FBA
DLL/COM Registration" resource to the binary ocx file.
Where do I put the name of the ocx file I have listed in the files section
of the component I want to register with the "FBA DLL/COM Registration"?
 
Back
Top