I am building a MSI setup with Visual Studio 2012. I would like that the previous version of my installer will be delected when a newer one is started.
In various documentation i found that the property RemovePreviousVersions has to be setted to true in order to do that (as well as updating the ProductCode).
My problem is quite silly but i can't find this attribute in the properties. Could someone just tell me the path?