martinecker / rudebuild

A non-intrusive bulk/unity C++ build tool for Visual Studio
Other
16 stars 6 forks source link

Make it possible to upgrade existing installation #9

Closed amaiorano closed 8 years ago

amaiorano commented 8 years ago

Currently, upgrading RudeBuild requires uninstalling the existing version, then installing a new one. This means you also lose your current global settings (in RudeBuild.GlobalSettings) and have to set that up again. It would be nice to support upgrading when the version is newer.

martinecker commented 8 years ago

Done. See https://github.com/martinecker/rudebuild/commit/9524a9c9ab965df7d91e3d9d23be91081df60cb0

amaiorano commented 8 years ago

Thanks, Martin! I believe I tried this locally, and although it did allow me to install another version, it also replaced the GlobalSettings file. However, perhaps that issue is best tackled as part of issue 10