03-21-2013 10:10 AM - edited 03-21-2013 10:11 AM
Is there a way to bundle the required libraries into a single application so it can run on a machine that doesnt have the measurement studio runtime system installed?
03-22-2013 09:04 AM
Hi WayneS1234,
Measurement Studio mostly serves as a toolkit add-on for Visual Studio projects. There is actually no run-time engine specific to measurement studio. When you build projects using Measurement Studio, it should automatically include the required referenced libraries and licensing information within the project. The build exe should automatically contain everything required.
Regards,
03-22-2013 09:55 AM - edited 03-22-2013 09:56 AM
Runtime system was a bad choice of words on my part.
The DAQmx, Visa, Analysis, UI elements, etc libraries aren't built into the executable. I had to copy several national intruments .net assemblies in order to get the software to work on a different machine.
I would just like to have to use a single executable as opposed to copying several DLLs with it.
03-25-2013 11:14 AM
I would suggest creating an installer by using a Setup and Deployment project. Please refer to this KnowledgeBase article for more infromation.
Hope it helps!