Create setup file automatically uninstall existing setup and install new setupfile without changing
- by sankar.cs
Hi..
By setting the bellow properties we can create the setup file automatically uninstall existing setup and install new setupfile.
DetectNewerInstalledVersion:True
RemovePreviousVersion:True
But each and every setup file we need to change the version property of Setupfile. If it is, it won't through error while installing current setupfile otherwise
it throws error: already installed.
I am looking into how we can create the setup file without changing the version property of existing setupfile.
Thanks.