12-18-2010 01:39 AM
Hello,
Can automatic register a dll when installing an application which is using the distributing tool packed?
David
12-21-2010 11:33 AM
Yes. In the Edit Distribution dialog, on the tab with the file browser, double-click (or select "<Filename> Options..." from the right-click menu) the file you want to register, and set the "Register as ActiveX Server" option to "Yes".
Mert A.
National Instruments
01-05-2011 12:46 PM
You might want to consider whether or not the DLL in question is an ActiveX DLL. If it's not "ActiveX" (is a COM or ActiveX server) then you do NOT want to register it.
If you try to register an non-activex DLL it will try to do it and it winds up making a mess in the registry which you then have to manually rip out.
Menchar