LabVIEWForum.de
LabVIEW 6.1 ApplicationBuilder ==> Fehler 26096 - Druckversion

+- LabVIEWForum.de (https://www.labviewforum.de)
+-- Forum: LabVIEW (/Forum-LabVIEW)
+--- Forum: LabVIEW Bug Liste (/Forum-LabVIEW-Bug-Liste)
+---- Forum: LabVIEW 6 / 5 (/Forum-LabVIEW-6-5)
+---- Thema: LabVIEW 6.1 ApplicationBuilder ==> Fehler 26096 (/Thread-LabVIEW-6-1-ApplicationBuilder-Fehler-26096)



LabVIEW 6.1 ApplicationBuilder ==> Fehler 26096 - Willi Wipp - 25.06.2008 12:43

Hi Folks,

wenn man Visual Studio 2005 auf dem gleichen System installiert ist wie LabVIEW 6.1,
dann erscheint beim Versuch eine Applikation zu erstellen die angehaengte Fehlermeldung.
Da es mir gerade selbst passiert ist, hier die Information die ich dazu gefunden habe
Zitat:You may receive this error if you installed the Visual Studio .NET recently. This behavior is due to installing a newer version of the mergemod.dll that is not compatible with the older version that LabVIEW 6.1 used in the Application Builder installers.
The same error occurs after you install Orca 2.0, because it installs mergemod.dll 2.0.3639.0.
To try to resolve this problem, perform the following steps:

Open a command prompt.

Change to the "Program FilesCommon FilesMicrosoft SharedMSI Tools" directory.

Execute the following command: regsvr32 /u mergemod.dll. This should report that the unregister was successful.

Change to the "Program FilesNational InstrumentssharedInstaller" directory.

Execute the following command: regsv
r32 mergemod.dll. This should report that the register was successful.

If this doesn't solve the problem, please email us your question at ni.com/ask, and we will provide you with the proper version of mergemod.dll.

Zvezdana S.
National Instruments
Quelle: Merge error when createing installer for .exe

Habe das Ganze dann mal als Batch-Dateien umgesetzt (Standard-Installation vorausgesetzt!):
English Windows:
SetOldVersionOfMergeMod_dll.bat
[code]regsvr32 /u "C:Program FilesCommon FilesMicrosoft SharedMSI ToolsMergeMod.dll"
regsvr32