Hello,
I have a problem about Visual studio deployment setup projects in .NET of exe is not updating while reinstalling setup in Visual Studio 2008.

I have made a deployment setup in .NET in VS2008 and setup when installed it is display in Add/Remove programs and working fine.

But, now I have to make a setup like when reinstall it it is updates a new version and exe is latest to be updated while running a setup and withour remove setup from control panel it should work.

For that, I have changed a setup properties like RemovePreviousVersions and DetectNewInstalledVersion property to true in UserInterface properties of setup. Version property I increment like 1.0.0 to 1.1.0 every time when I changed the exe.
In setup folder all the dlls and exes are there.

By changing these properties in Apllication Folder(C:\\Program Files\\Setup folder) exe is not updating when install a setup.

Please help regarding this.