LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

The Distibution Kit build is incomplete

I am trying to build a stand_alone application with LabWindows/CVI , but I get messages "Mergemod.dll activeX server is not registred" and "The Distibution Kit build is incomplete " ?
0 Kudos
Message 1 of 2
(2,860 Views)
Greetings,

For whatever reason, it looks like the ActiveX server that CVI uses to help build the distribution kit is either missing or has been unregistered.

To fix it, you can do the following:
+ do a file search of your system for "mergemod.dll" (typically somewhere like C:\Program Files\National Instruments\Shared\Installer).
+ get a command prompt, and change to the directory that contains this DLL
+ run the following command to re-register the ActiveX server: "regsvr32.exe mergemod.dll"
+ you should see a "success" message if all went well

If you can't find this file on your system, then you probably need to reinstall CVI to get it replaced/reregistered.

Regards,
- WesW / NI
0 Kudos
Message 2 of 2
(2,860 Views)