Pregunta

Tengo un proyecto NI CVI / LabVIEW que compila utilizando el comando compile.exe en la línea de comandos.Esto genera los ejecutables esperados y se ejecuta bien en la PC de desarrollo.Sin embargo, también me gustaría crear un kit de distribución para este proyecto usando un comando de línea de comandos .

CVI me permite generar un kit de distribución a través del IDE y también me he topado con el código que me permite usar las interfaces ActiveX para abrir proyectos y crear kits de distribución.Sin embargo, estoy buscando específicamente para una opción de línea de comandos.

Si es necesario, el archivo CDs correspondiente del proyecto está disponible.

¿Fue útil?

Solución

The short answer is Yes, you can use a command line to create a distribution kit.

The longer answer is that you will have to create your own little executable to do that. LabWindows/CVI distribution kits are completely compatible with Microsoft Windows Installer (MSI) technology, therefore, API calls exist within the SDK to do anything you would like regarding that technology.

Here is a link that should get you on the right path.

http://zone.ni.com/devzone/cda/tut/p/id/3212

(Pay particular note to Tip 3)

Regards, Ryyker

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top