LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Distribution Installer

CVI 8.0.1
 
I am trying to distribute a new application to one of my customers, but when they run the installer setup it reports:
 
"Installation Summary No software will be installed or removed."
 
No other error messages are reported, and we cannot reproduce the problem here.
 
He is using German Windows 2000, we are using English Windows XP.
 
Does anyone know why this should happen? It is a little frustrating for him.
--
Martin
Certified CVI Developer
0 Kudos
Message 1 of 4
(3,044 Views)
I believe I've seen that message is when the app is already installed, and is of the same version as the distribution.  The installer is essentially saying  that there's nothing it needs to do - nothing to add or remove.

You can force an install by changing the GUID associated with the distribution kit when you build it as I recall, even if everything else is unchanged.

If the app isn't really installed, maybe the distribution kit is improperly detecting that it is.
0 Kudos
Message 2 of 4
(3,038 Views)
Menchar is correct that the message indicates that no software included in the distribution is of a higher version than what is already installed.  You cannot (and should not) directly change the GUID for your installation, but instead you can (and should) increment the installer version.  This is the version number on the first tab of the Edit Installer dialog.

Your customer can also check the Add/Remove Programs list to make sure the software isn't already installed.  If they manually uninstall the previous version, their installer should run successfully. Note that this should not be necessary if the version numbers are properly incremented.

Let me know if the problem is more complicated.

Mert A.
National Instruments
0 Kudos
Message 3 of 4
(3,022 Views)
This software has not been installed before on the customer's computer. I have now solved the problem by changing the installer GUID (increasing the installer version made no difference). I can only assume that the original GUID was not as unique as I would have liked.
--
Martin
Certified CVI Developer
0 Kudos
Message 4 of 4
(3,015 Views)