10-13-2010 01:57 PM
I can't get password protection to work on a lvlib. A have created several VIs, out these in a lvlib, and create a source distribution and installer. I put a password on the lvlib. When I install it, the installed VIs in the lvlib can still be edited and saved. How do I set it up so that the VIs in the lvlib cannot be edited?
Solved! Go to Solution.
10-13-2010 02:47 PM
You have to protect your VIs as well, by setting a password on them as well.
You could also remove the Frontpanel and blockdiagram of the VIs. Make sure you have a backup of your data. These things can be tweaked in the build settings.
Ton
10-13-2010 03:44 PM
Thanks.
I want to keep the FP and BD, so I'll just put a password on all the VIs.
10-13-2010 03:46 PM
How can I protect the type defs in the lvlib?