Hello all,
I have a project in LabVIEW 8.2 with a build specification including additional installers ( LabVIEW runtime, DAQmx 8.3, NI-VISA 4.0).
The first release for my customer is workin fine. The distribution could be created perfectly. All add. installers are included.
Due to some new requirements from the customer I had to rebuild the application. That's working fine. But I can no longer build the distribution, because of an error message when including the additional installers. This error message will appear when including the installer for DAQmx 8.3 (without DAQmx 8.3 the distribution is created fine). The error message is:
CDK_Item_OnDoProperties.vi.ProxyCaller >> CDK_Item_OnDoProperties.vi >> CDK_InstallerConfiguration_Editor.vi >> CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> CDK_Engine_Build.vi >> NI_MDF.lvlib:MDFDistCopyList_Open.vi
Loading product deployment information
Loading product deployment information
**************
*** Error: (Error code -40)
*** End Error Report
**************
Loading product deployment information
Adding files to installer
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The next step was selecting the specific path for DAQmx 8.3 on the additional installers page. Insert the device driver CD and select the CD drive.
When trying to build the distribution, I received the following new error message:
CDK_Item_OnDoProperties.vi.ProxyCaller >> CDK_Item_OnDoProperties.vi >> CDK_InstallerConfiguration_Editor.vi >>
CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> CDK_Engine_Build.vi >> NI_MDF.lvlib:MDFDistCopyList_Open.vi
Loading product deployment information
Loading product deployment information
**************
*** Error: Input data from a source data file has errors. (Error code -33)
*** End Error Report
**************
Loading product deployment information
Adding files to installer
My questions are now:
1. What is meant with Error -40?
2. What can cause this error?
3. Why do I receive Error -33, when selecting the instaler source manuallly? The inserted CD is the installation CD from where
DAQmx was originally installed.
In the time between the first distribution and the second distribution I had installed (and removed) trad. DAQ 7.4 for testing purposes.
If anyone can give me atip or a solution
Regards
Heinrich