I've got a NI CVI/Labview project that compiles by using the compile.exe command on the commandline. This generates the expected executables and runs fine on the development PC. However I'd also like to create a Distribution Kit for this project using a commandline command.
CVI allows me to generate a Distribution Kit through the IDE and I've also stumbled upon code that allows me to use ActiveX interfaces to open projects and create distribution kits. However I'm looking specifically for a commandline option.
If necessary, the corresponding CDS file of the project is available.