LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how do I password protect the installation of a stand alone vi

I would like to prevent unauthorized installation of stand alone vi's
0 Kudos
Message 1 of 2
(2,691 Views)
I think the easiest way would be to put the files into a password-protected .zip file, since there is no way that I know of to have LabVIEW create a password-protected installer.
Another option is to program your VI such that when you run the executable it asks you for a password, but that, of course, protects from executing the program, not installing it...
You could look into using the unique Product Code that the installer assigns to your program, but I am not sure how the installer interacts with the OS to be able to use this code.
Message 2 of 2
(2,691 Views)