11-22-2010 01:53 PM
There are times were you may want to disable autodeployment from the LV development environment but
still would like your exe build to be able to autodeploy shared variable libraries. With the current logic, this is
cumbersome since disabling it in the IDE will disable the Shared Variable Libraries Table enable checkbox persistance.
In otherwords, you can set it but it will not take or be remembered.
11-22-2010 07:56 PM
Currently, Shared Variable Deployment feature and Disable Autodeploy Variables in the Project share the same logic to detect the dependecies.
Well, seems the current behavior really causes some inconvenience, we're implementing the solution to differentiate the behavior of these 2 scenarios.