I have a simple C# application with just an exe. I have added a setup project creating my .msi file and than ran this to install the application. After making changes and then recompiling my setup project. If I try and run the new .msi file I get an error message saying "Another version already installed. To config or remove exisiting version use Add/Remove Progs on ctrl panel."
I could obviously get round this by just copying and pasting my .exe but I would like to do it through the .msi file. Is this possible? If so, how?
Thanks in advance!
I could obviously get round this by just copying and pasting my .exe but I would like to do it through the .msi file. Is this possible? If so, how?
Thanks in advance!