LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Can automatic register a dll?

Hello,

 

Can automatic register a dll when installing an application which is using the distributing tool packed?

 

David

0 Kudos
Message 1 of 3
(3,642 Views)

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

0 Kudos
Message 2 of 3
(3,614 Views)

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

0 Kudos
Message 3 of 3
(3,536 Views)