LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Built installer fails - older version of winMIF

Solved!
Go to solution

I applied this update, and successfully built an installer.  Running the installer to test it on another PC has broken the ActiveX link between LabVIEW Report Generation and MS Office.  Is this expected?  Should I re-install MS Office to repair?  In the past, having this link broken has been insiduous to repair, sometimes not successfully.

0 Kudos
Message 11 of 34
(3,120 Views)

The support article posted worked for me when this error came up on all my installers, easy fix.

0 Kudos
Message 12 of 34
(3,052 Views)

UPDATE:

 

It was necessary to have our IT re-install MS Office to fix the ActiveX links.  After that, no issue. 

 

I had concerns this would cause trouble with my customer's PCs if I deployed it remotely, so it was necessary to ship the systems here to run the new installer and test.  No issues were found.

0 Kudos
Message 13 of 34
(3,024 Views)

I downloaded and ran the installer that is supposed to upgrade the low level packages to prevent this problem.

 

Unfortunately, when I re-launch LabVIEW 2013 sp1 and re-build the installer, I still get the same error when I attempt to install the built application. And yes, there is a reason that this application is built using LV 2013 SP1.

 

J. Heerema, PhD - LabVIEW specialist
0 Kudos
Message 14 of 34
(2,939 Views)

John, what OS are you building the installer on and what OS are you installing the installer on?

Scott Richardson
https://testeract.com
0 Kudos
Message 15 of 34
(2,927 Views)

Thanks for asking.

 

I'm building in Windows 10 (in a VM), and installing to either Windows 10 or 11.

J. Heerema, PhD - LabVIEW specialist
0 Kudos
Message 16 of 34
(2,919 Views)

John, I did the following testing:

  1. On a new Win 11 OS VM I installed LV 2013 SP1, NIPM 23.3, and TestStand 2021 SP1 (so that I could depend on a product that requires .NET framework).
  2. I created a LabVIEW built installer that includes the TestStand runtime.
  3. When running built installer on new Win 11 OS I hit .NET 4.8 issue outlined by this forum post.
  4. I repeated step (2) after installing the KB installer, and in step (3) I did NOT hit .NET 4.8 issue.

 

Can you look at your installer and you should see the following file in the bin directory structure and in Explorer the file properties shows the version as 23.3?, e.g.,

Scott_Richardson_0-1688735516541.png

 

If the above looks correct for you, the next step might be to potentially share the installer with us to review.

Scott Richardson
https://testeract.com
0 Kudos
Message 17 of 34
(2,905 Views)

I also have same question. My LabVIEW version is 2020 SP1. I'm building in Windows 10 Enterprise edition, and installing to Windows 10 Professional edition. I already install "NI ADE Deployment Support", but still get the same error when I attempt to install the built application.

btw, my "MetaUninstaller" version is 20.6.0.

Elaine_Yang_0-1689324726439.png

 

0 Kudos
Message 18 of 34
(2,866 Views)

@Andromeda and @Elaine_Yang

 

Please try the following and post back here:

  1. Download the "NI ADE Deployment Support.zip" from the KB posted earlier, unzip it, and run the installer.
  2. Confirm that it says "No operation to be performed", which should look like this:
    WesW_0-1689354263686.png
  3. If it does not show the above message, but appears to install some packages, please retry your build and install in LabVIEW - as it might be fixed now.
  4. If it does show the above message, then run the following command from an admin command-prompt, and attach the file it generated from your temp folder:
    "%ProgramFiles%\National Instruments\NI Package Manager\nipkg.exe" list-installed > %temp%\ni-list-install.txt
  5. Also go to the following file in Windows Explorer, right click on it, go to the Details tab, and report the File Version field:
    C:\Program Files (x86)\National Instruments\Shared\MDF\BinRTE
    file MetaBuilder.dll
    like this (it should be 23.3 or later):
    WesW_0-1689355286503.png

     



Message 19 of 34
(2,852 Views)

WesW,

Thank you very much. It now can successfully built an installer. You have solved a big trouble for me.

0 Kudos
Message 20 of 34
(2,823 Views)