I have a problem with an application installer compiled in VS2010.
Version 1.1 installs fine, I get the .exe, .config and referenced assemblies.
I uninstall, then install 1.2. Again everything works as expected.
Uninstall, the install 1.1 again.
Next I install 1.2, the installer updates the referenced assmeblies (I can see the modified date is different) but not the .exe or the .config.
Is there something I'm missing config wise in the setup project?
Thanks
Sam