08-21-2007 08:33 AM
08-21-2007 09:58 AM
I use CVI 7.0. As part of the distribution kit build process (click the Advanced button), you can specify a file to be executed (.exe or .bat) after installation completes. I have used this in the past to customise an installation in a similar manner to your description.
JR
08-21-2007 12:12 PM
08-21-2007 12:54 PM
08-21-2007 01:46 PM
08-22-2007 03:40 AM
08-22-2007 05:02 AM
My approach was to include all actions required into a single batch file which CVI could call after installation. This in turn ran whatever other programs, batch files, system commands etc that are required for the customisation.
You need to be just a little careful if any of these actions results in modifying any files that CVI has just installed - it can be the case that CVI has not released the file handles by the time it calls your application. There was a thread here which discussed this problem.
JR