LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Application Build Error

When I try to build my application I get the following error: Error 26096 occurred at BuildApplication.vi>>DistCallCreateInstaller.vi>>WinInstallCreate.vi>>WinInstallAddMergeModules.vi>>MSIDKLoadMergeModules.vi C:\Program Files\National Instruments\LabVIEW 6.1\applibs\distkit\redist\Modules\ActiveXContainer.Msm
Possible Reasons:
NMDK_AMM_UNSPECIFIED_MERGE_ERROR
0 Kudos
Message 1 of 3
(3,172 Views)
Hi

This behaviour can happen when installing Visual Studio .Net or ORCA because they install a newer mergemod.dll which isn't compatible with the older version that LV 6.1 uses in the Application Builder installer.

This steps should help:
1. Open a command prompt.
2. Change to the "\Program Files\Common Files\Microsoft Shared\MSI Tools" directory.
3. Execute the following command: "regsvr32 /u mergemod.dll". This should report that the unregister was successful.
4. Change to the "\Program Files\National Instruments\shared\Installer" directory.
5. Execute the following command: "regsvr32 mergemod.dll". This should report that the register was successful.

Hope this helps

Luca
Regards,
Luca
Message 2 of 3
(3,172 Views)
That did it. Thanks for the help.

Jeff
0 Kudos
Message 3 of 3
(3,172 Views)