02-18-2008 12:12 AM
02-19-2008 12:53 PM
Hi javadi_ali,
If I understand correctly, you are creating an installer for a project in LabVIEW 8.5. However, attempting to build the installer results in a dialog box asking for the LabVIEW 8.2 CD.
In the installer properties, what is selected under "Additional Installers"? If "Enhanced DSC Deployment Support for LabVIEW 8.2" is selected, I would remove that check mark.
If that doesn't eliminate the message or if I have misunderstood, please feel free to post here again.
02-20-2008 12:49 AM
02-21-2008 07:23 AM
Hi Ali,
In the Advanced category of your application properties, is "Enable Enhanced DSC Run-Time support" checked? Does your application include DSC Module features? Also, which items are selected as additional installers under your installer properties?
If you have the LabVIEW 8.2 CD you can set that as the installer source location for Enhanced DSC Deployment Support for LabVIEW 8.2.
02-23-2008 01:48 AM
02-28-2008 02:12 AM
Hi Ali,
Thank you for the screen shots - it often helps to see those. As long as "Enhanced DSC Deployment Support for LabVIEW 8.2" is not checked, its installer source location does not matter. In your case NI LabVIEW Run-Time Engine 8.5 and NI-VISA Runtime 4.2 are the only additional installers selected, so you only need to verify the installer source locations for those two installers.
If you check only those two installers and then click "Build," does it create the installer?
03-01-2008 11:10 PM
however, I don't know why my installer want to access labview 8.2 source files?
thanks
03-04-2008 07:27 AM
Hi Ali,
The installer source location is based on the source previously used to install that component. That path is stored in a registry key and may be invalid if the software for that component has been uninstalled. Removing that registry key according to the steps below will remove the reference to that location.
1. In the Command Prompt type 'regedit' to open the Registry Editor.
2. Create a backup copy of the registry by selecting File >> Export. Set the export range to "All" and save.
3. Expand HKEY_LOCAL_MACHINE\SOFTWARE\National Instruments\Common\Installer\Distributions.
4. If you click on each folder under Distributions you can see the title in the right-hand window. Locate NI LabVIEW 8.2.
5. Remove the NI LabVIEW 8.2 key.
The next time you create an installer, that path should no longer be listed.