08-26-2008 10:58 AM
I'd like to know if there is a single, comprehensive source for creating installation files (setup.exe) with LV 8.5 project. I have a standalone executable that uses the vision toolkit so I have to include the vision RTE. But I'd like to simpify the install process as much as possible for the end user. Is there a user's manual that I'm missing? Is there a third-party book I can buy?
This is the first impression that the customer will get of the software and its currently very cumbersome.
08-27-2008 02:36 AM
Hey,
I think if you build an executable and an Installer which also contains the Vision Runtime engine, this should be the easiest way for you and the most comfortable way for the customer. He just need to run the installer then and activate the Vision Runtime Engine.
Christian
08-27-2008 08:50 AM
Try this white paper from the NI site. It covers how to deploy your code and to do what you want via the installer creation portion of App builder.
http://zone.ni.com/devzone/cda/tut/p/id/3303
Jason