Windows Installer editing in Visual Studio
Visual Studio
1
Posts
1
Posters
0
Views
1
Watching
-
We're doing a new version of a program written by another company and we (and by we I mean my bosses) would like to be able to automatically overwrite the old version during installation. Pretty simple, windows installer will do that for a higher version of the same program, but the problem we are running across is that their file path is C:\Program Files\Company X\Program and we will be using C:\Program Files\Company Y\Program and, therefore, the installer doesn't even recognize it. Anybody know any way to get around that in visual studio (2008)??