08-17-2009 06:45 PM
08-17-2009 09:45 PM
08-18-2009 01:16 PM
08-18-2009 01:40 PM
08-18-2009 02:05 PM
An installer will do all of that. You have to make sure that all of the drivers are selected when you create it though. You have to go to the Additional Installers page and check which ones to include.
08-18-2009 02:10 PM
tct1375 wrote:
I thought the installer would install all the neccessary drivers and create and executable so everything can be installed and ran off one build.
One clarification in this: the installer won't actually create the executable. You have to do that separately. The installer will simply install the executable, along with whatever drivers you've selected, and the LabVIEW Runtime Engine (if you select it) so the app will run on a computer that has no LabVIEW on it.
08-18-2009 03:00 PM
08-19-2009 11:09 AM
Hi tct1375,
You should be able to include the exe in source, yes. Then in additional installers you select the drivers you need to include.
What errors are you seeing? Is it at build, install, or run of the executable?
08-19-2009 11:32 AM
During the build of an installer if I add a full DAQmx 8.9.5 install, I get errors. Seems it can't find some files. I have already uninstalled all previous versions of DAQmx and reinstalled the latest but I still get the error. I found if I select a Runtime 5 instead of a full install it works and I don't get any errors. Here is a copy of the errors.
CDK_CreateNewWizard_Invoke.vi.ProxyCaller >> CDK_CreateNewWizard_Invoke.vi >> CDK_InstallerConfiguration_Editor.vi >> CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> CDK_Engine_Build.vi >> NI_MDF.lvlib:MDFDistCopyList_CopyItem.vi
Loading product deployment information
Loading product deployment information
Loading product deployment information
Loading product deployment information
Adding files to installer
Done adding files
Preparing to build deployment
Copying products from distributions
Copying distribution 'NI-DAQ 8.0.1' from: C:\LV_Code\Driver\8.0.1\ to: C:\Documents and Settings\All Users\Application Data\National Instruments\MDF\ProductCache\
**************
*** Error: Windows SDK function returned an error. (Error code -12)
The system cannot find the file specified.
*** End Error Report
**************
I am not sure if the problem is related with 8.0.1 or not and why it is even lookingfor it, but like I said I have un-installed all previous versions and installed the latest.
08-20-2009 11:11 AM
Which OS are you using? Is it Vista x64 by any chance?