Re: Installer Package Problems
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I've got a problem and I was wondering if anyone else has had it, and if so, how they fixed it. I've created an installer package using Visual Studio, and it works just fine about 99% of the time. However, a few times when it goes to install the program (on an upgrade), it won't really upgrade the program to the new executable and create another entry in the add/remove programs window. I have the DetectNewerInstalledVersion set to true, along with Remove PreviousVersions, and have incremented the Version. It does install/upgrade correctly most of the time, but on two computers so far, the user has to manaully uninstall the previous version before it will install correctly. Any ideas on what is going on/how to fix it?