The debug of my "setup project" generated in visual studio setup wizard don't update my app when I install it untill i click on it in the explorer with right button of the mouse and use "Fix" (repair) option.
Here is how I set for the properties of my setup project:
- ProductCode> Generate a new one
- RemovePreviousVersion> True
- Version> upgarde it to higher
- DetectNewerInstall> True
How can I fix this?