LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What is the minum install to run VIs that contain CGI on the G web server?

I have created a series of VIs that use CGI to build an html response to user actions. I have been creating and testing these VIs on my development station which has LabVIEW 7.1 and the G web server. I now want to deploy these VIs on a production machine. However, I do not want to install the full LabVIEW development package on this machine. What do I need to install on the production machine as a minumum for my VIs to work?
0 Kudos
Message 1 of 2
(2,497 Views)
Hey Waldo! Do you happen to have the Application Builder for LabVIEW?  It comes with the Professional version or as a stand alone module and converts a VI into an EXE or DLL.  You could also build an installer with the Application Builder. This would be the best way to distribute this application to multiple machines.  Once you have built the EXE you can install the run-time engine and that would be the only thing that you would need to install.  An installer built with the Application Builder will actually install the RTE by default.  Here is a link about configuring the G Web Server with an executable.  This would be the only method that would allow you to install anything other than the Development Environment on a separate machine. 

Let me know if you have any other questions!
Andy F.
-----------------------------------------------------------------
National Instruments
0 Kudos
Message 2 of 2
(2,485 Views)