.NET MSI Install project - Overwrite previous version
问题 I have an MSI installer project that installs a windows service. My version numbering method is best described by this post: What are differences between AssemblyVersion, AssemblyFileVersion and AssemblyInformationalVersion? I am not changing the Version of my install project as that is not changing, and I've had too many issues when doing that. I have already installed my service with the following assembly versions [assembly: AssemblyVersion("4.3")] [assembly: AssemblyFileVersion("4.3.0.0")