LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a Windows 10 service

I know this comes up every year or so, but what's the current preferred method of creating a Windows service using a LabVIEW executable?

 

The best method I know (and the one I'm currently using) is a third-party wrapper like NSSM. I was just hoping there was a solution that didn't involve a third-party component like this.

 

There is no Resource Kit available for Windows 10, so srvany is more or less deprecated. There doesn't appear to be any official download available anymore, though I expect it can be found at third-party sites.

 

There is a New-Service Powershell cmdlet to install a service, but the executable has to implement a particular service API and I don't know of any way to do that in LabVIEW.

 

 

 

0 Kudos
Message 1 of 1
(896 Views)