10-31-2011 06:26 AM
Hi,
I am running Labview 2010 (Version 10.0) 32 bit. I have a web service that I need to distribute. Instead of creating a Labview installer to do it, I would like to add some lines to my own installation script that will take the built .lvws file and do whatever is necessary to start the web service.
Is it possible to do this, and if so, how?
Thanks!
Zola
11-03-2011 06:19 AM
Hi Zola_the_gorgon,
If you are wanting to distribute a Web Service and you have built this into a .lvws, can you not just access this via your URL e.g. http:// localhost/WebServiceName/MaptoVI
Where localhost would be the physical location of your server that has the Web Service running e.g. the IP address. This would definitely be the easiest way to distribute your application.
What kind of custom installation script were you wanting to use instead? And what language would this be written in? This would help us to determine if it is possible.
Kind regards,