08-19-2005 02:35 PM
08-22-2005 04:20 PM
Hello,
Please give a general idea of your application here. What developement environment are you working in? How are you using the file?
Any further information would be helpful!
I would like to do some research to discover the nature of your problem.
Thank you,
Best Regards,
JLS
08-22-2005 04:27 PM
Hello,
We are using InstallShield for setup development. our application requires to install Labview (7.1.1) runtime and Visa (3.0.1) runtime. I included needed merge modules (with dependencies) you provide in C:\Program Files\National Instruments\LabVIEW 7.1\applibs\distkit\redist\modules into our project. When I try to build setup I am getting the mentioned error. Build machine is Win XP SP2.
Thanks in advance for any suggestions.
08-24-2005 03:20 PM
08-24-2005 03:25 PM
08-24-2005 03:42 PM
08-24-2005 04:01 PM
Hi,
Thanks for your suggestion, however replacing the module did not help as I have the same version came with Labview 7.1.1. I know about dependency, as it could be seen in ORCA and InstallShield provides this possibility as well. I noticed thet vxipnp.msm requires version 1.0 of nimetautils.msm, but in package we have 1.1. Is it possible to check it out with the developers of these merge modules from NI?
Without merge modules I need to run msi redistributable for VISA. It works, however I'd like to have MMs included.
Thanks
08-26-2005 06:00 PM
08-29-2005 09:44 AM
Thank you for your reply. We need just serial part of visa. When we build the installer for files in Labview it merges the bunch of merge modules. As these files are only part of our application, then we need to have our installer including everything. I've took all mm that taken into labview build (using ORCA) into my installer and there I've got the error when mergin th vxipnp.msm. So, there is no easy life... We'll continue just run LabView and Visa runtime redistributables as child installers, as there is not solution to include the MM.
Thanks