06-18-2012 06:28 PM
I am trying to create a vi that would have different options available, depending on an ini file. Each option is associated with a vi that would be called dynamically and shown in a subpanel.
I wanted to to do this, because I want a simpler way to distribute new feature. I thought I just need to send a single vi to the users, but I am wrong. My dynamically called vi also include vi from toolkits and source control library.
What is the right way of doing this? A source distribution?
06-18-2012 08:53 PM
You could use a packed library. Alternatively you might want to consider building an exe. Much easier to distribute. Plus you can build an installer.
06-19-2012 08:25 AM
I need to play with those options a little, thanks!