01-04-2010 09:27 AM
I know we can build our executibles from a batch file. I would also like to build the distribution from a batch file since our quality folks want to do the entire software build from batch files. Is there a way to build a distribution from a batch file?
wswong.
01-05-2010 01:33 AM
Hi,
i do not known if there is batch command.
But LabWindows(7.1) has Activex control that does it
try create ActiveX controller by wizard(from Tools menu) for "NI Labwindows/CVI Server" and check for function CVI_AppCreateDistributionKit (CAObjHandle objectHandle, ERRORINFO errorInfo, long *returnValue);
i think you can create you own commandline application as you needs
//i am sory for my bad english
01-06-2010 03:15 PM
Thank you for the suggestion. I did not know that was an option.