I've created a setup project for my project and have included it in my solution. When I run the setup the first time it works great. But then if I make a change to the program, rebuild it, and then rebuild my setup project and try running the setup.exe it goes through the setup process, but the new version of my program is not updated.
I am changing the version number of my program, and of the setup program and I have RemovePreviousVersions = true.
What else do I need to do for the program to actually be updated?
I'm using Visual Studio 2008 and it's a C# program.
Start Free Trial