LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Patch installer not overwriting the existing one

Solved!
Go to solution

Patch installer not overwriting the existing one

 

Hi, for one my LabVIEW application, I have created two installers

  • Including all the required additional installers (Installer)
  • With no additional installer (patch installer)

So that, for further versions they can use only patch installer.

 

When I try to installer both the installer of same version which created two icons in “Control Panel\Programs\Programs and Features” as shown below.

 

 Installer Error.jpg

 

 

When I am installing the second installer (patch), I expected that it will either overwrite the existing or it will not allow me to install. But both didn’t happen.

 

Please share your thoughts on the above.

 

Thanks in advance

Phani

0 Kudos
Message 1 of 4
(2,440 Views)
Solution
Accepted by phani_HS

In the build spec under Version Information you have a Upgrade Code.

That code has to be the same for both installeres.

The code is used by Windows to lookup the installed program.

Message 2 of 4
(2,430 Views)

Thank you..

 

I got another doubt on the same.

 

"Upgrade Code" should be same

1.)For both installers (normal and patch)?

2.)For all the versions?

 

which one is correct in the above two?

 

 

0 Kudos
Message 3 of 4
(2,425 Views)
Solution
Accepted by phani_HS

For both installers, normal and patch.

But also for all furture versions of your program.

Remember to change the version numbers of both installers, normal and patch, so that you know what version you have installed.

0 Kudos
Message 4 of 4
(2,418 Views)