11-30-2007 07:17 AM
12-03-2007 06:53 AM
12-03-2007 06:59 AM
lv_init.vi out of the LabVIEW 6.x folder, as this VI is loaded into memory every time LabVIEW DSC Module starts, prohibiting you to include it as a support file. The following steps detail this procedure:
lv_init.vi out of the LabVIEW 6.x\vi.lib folder to a temporary directory
MyApp on the deployment computer, the custom destinations will be as follows:
MyApp\vi.lib for the lv_init.vi file now located in your temporary directory
MyApp\vi.lib\extensions\_core for every file of the LabVIEW 6.x\vi.lib\extensions\_core folder
MyApp\vi.lib\extensions for the LVSecurity.vi file
MyApp\vi.lib\extensions for the _security_stubs.llb file
MyApp\vi.lib\extensions\security for every file of the LabVIEW 6.x\vi.lib\extensions\security folder lv_init.vi back to its original location.12-03-2007 07:04 AM
Program Files\National Instruments\Shared\Domain to the same location on the destination PC. To apply the changes you should restart your computer.Domain folder.
12-04-2007 02:02 PM