![]() |
| | #1 (permalink) |
| Hi, I want to describe my COM component with Component Designer. I define files who must be copied and registry keys used by my component but I don't know how can I register my component after its copy. Is with Resource folder in Component Designer. Is anybody can help me ? Thanks in advance... | Guest
Posts: n/a
|
|
| | #2 (permalink) | |
| "Mike" <mickael.bomme@axiohm.fr> wrote in news:8df501c35b61$d8746d50$a001280a@phx.gbl: Quote:
need to create an FBA resource. In Component Designer, under your component, select Resources. Right-click Resources, then select Add, FBA DLL/COM Registration. You'll see an Add Component Resources dialog. Provide a unique name for the resource (something like "Foo COM Registration") and a Description, if you like. In the Extended Properties, set the following: * FilePath: the fully qualified name of the DLL you want to register. * DLLRegister: If you want to call DLLRegisterServer in the DLL listed above, set this to True. * DLLInstall: If you want to call DLLInstall in the DLL listed above, set this to True. * Arguments: Any arguments to pass into the DLLInstall call. Leave blank if you don't have any. * Flags: Set as follows: 0 - Call DLLRegisterServer, followed by DLLInstall 1 - Call DLLInstall, followed by DLLRegisterServer 2 - Call DLLUnregisterServer, followed by DLLInstall 3 - Call DLLInstall, followed by DLLUnregisterServer That should register your COM component during FBA. -- --Jon, MS This posting is provided "AS IS" with no warranties, and confers no rights. | Guest
Posts: n/a
| |
|
![]() |
| Tags |
| None |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| COM registration failures | mesterak | Windows Vista Security | 3 | 04-22-2008 02:44 AM |
| OCX Registration | Andy Allred [MS] | Windows XP Embedded | 2 | 01-13-2006 10:51 PM |
| XP Registration | Jupiter Jones [MVP] | Windows XP New Users | 9 | 04-16-2004 08:51 PM |
| Product Registration Key | John Wilkinson | Windows XP Help & Support | 3 | 07-20-2003 05:59 PM |
| Registration | Shakir Abdul-Mateen | Windows XP Hardware | 1 | 07-18-2003 12:56 AM |