Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Stand alone application

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?

0 Kudos
Message 1 of 4
(5,669 Views)

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,

 

James W.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 4
(5,647 Views)

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.

 

 

0 Kudos
Message 3 of 4
(5,642 Views)

 

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!

Regards,

Anjelica W.
National Instruments
Product Marketing Manager
FlexLogger and TestStand
0 Kudos
Message 4 of 4
(5,612 Views)