LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

verification of updates for an application at start

Hi

 

I have deployed a desktop application in several computers, for different people

When I'm updating it, I'm sending an installer to the network and ask for the users to launch the installer, that will replace the previous version of the program

 

I wander if there is a way with labview to automatically check existing updates and inform the user

 

thanks in advance for your reply

Pierre FCentum TNS, Grenoble
Certified LabVIEW Associated Developer
0 Kudos
Message 1 of 2
(1,849 Views)

Hi Pierre,

 

I wander if there is a way with labview to automatically check existing updates and inform the user

You can program (nearly) everything with LabVIEW!

 

I did something similar for our (in-house) usage:

- I copy all updates to a folder on your shared network drive

- I set a flag (infact a timestamp) in an additional text file, also located on the network drive

- the app reads the text file, checks it's own flag and informs the user in case an update is available

- when the user agrees the update is started automatically

 

Using a standard webserver you can also provide the same mechanism for external users/customers…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(1,845 Views)