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
You’ll want to read:
Default File Versioning
Note: it’s not the AssemblyVersion attribute that is important rather the AssemblyFileVersion attribute. The former is used by the GAC and Strong Name contracts while the later maps to the Windows Native FileVersion structure.