10-15-2009 11:56 AM
i've created a very nice custom palette for our vi's. i've created dir.mnu files for each directory. everything is ok if the user installs the vi's under instr.lib.
however, our installer has the option of installing them some place. if the the vi's/mnu files are not installed under the LabVIEW directories, our vi's don't show up on the palette.
is there any way of telling LabVIEW where these files are so they show up?
10-15-2009 12:32 PM
10-15-2009 12:58 PM
One way would be to have a post-install VI with the following code:
10-15-2009 04:37 PM
10-15-2009 09:28 PM
But you will lose the possibility to install in a custom location.
Ton
10-15-2009 10:53 PM
TCPlomp wrote:But you will lose the possibility to install in a custom location.
Ton
This is true. However what JKI Package Manager will do for you is to automate and manage the process of adding the VIs to the LabVIEW directories. The source code itself can be saved in an external source code control system and the development can take in wahtever directory you would like. The deployed versions/packages would be added to the NI directories. Is there a particular reason the files should be stored in a custom directory?