LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programatically deploy library with secuty settings

Hi
 
I need to programatically deploy a library that contains shared variables. I have shared variables with security configurations. When i do the manual deploy allways works fine.
But when i try to do the programatically deploy (with deploy library.vi [DSC] or application library:deploy library method) the variable "lose" the security configurations.
 
What i need to do to deploy the variable with the security settings??
0 Kudos
Message 1 of 6
(3,808 Views)

more issues...

if i create an installer, on the computer without labview the shared variables with security settings are not deployed at all.

only the variables without security configurations are deploied.

0 Kudos
Message 2 of 6
(3,797 Views)

Hello Idilio,

When you want to programmatically deploy a library with an installer you cannot used the variables listed in the project items.

When you create a data binding on a shared variable, you need to browse for item in Network Items and not on Project Items, doesn't matter if item is actually inside the same project.

 

Hope this help,

ClémentG
0 Kudos
Message 3 of 6
(3,764 Views)
Hello ClementG
 
 
Sory, but I don't understand what you intend to say with this.
 
I use for the input to the deploy library a path (on disk). Wat is wrong??
0 Kudos
Message 4 of 6
(3,762 Views)

What I mean is when you create your variable from the Project, you can choose to bind the variable to a project item. Instead of that, you should try to bind the variable to a network item.

Regards,

ClémentG
0 Kudos
Message 5 of 6
(3,757 Views)
Hi,
 
But I'm not binding the variable to anything.
I doesn't check the option "Bind to Source".
0 Kudos
Message 6 of 6
(3,752 Views)