OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-299-g1418b4f
Gerrit Code Review
gerrit@openafs.org
Sat, 23 Oct 2010 13:35:58 -0700 (PDT)
The following commit has been merged in the master branch:
commit 1418b4fec23459aafec4b5a787e2c2b89f6af1f1
Author: Asanka C. Herath <asanka@secure-endpoints.com>
Date: Mon Oct 18 04:52:34 2010 -0400
Windows: Backup and restore configuration across installs
The MSI installer for OpenAFS does not preserve configuration data
across installs. This patch creates a backup of specific
configuration registry values when uninstalling OpenAFS and uses this
backup when subsequently installing OpenAFS.
Change-Id: Ie30f8f7f0eada3f0aeef2341b04aca55657ec864
Reviewed-on: http://gerrit.openafs.org/2977
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/install/wix/Binary/newconfig.ico | Bin 0 -> 766 bytes
src/WINNT/install/wix/Binary/restore.ico | Bin 0 -> 766 bytes
src/WINNT/install/wix/custom/NTMakefile | 5 +-
src/WINNT/install/wix/custom/afscustom.cpp | 390 +++++++++++++++++++++++++++-
src/WINNT/install/wix/lang/en_US/ui.wxi | 93 ++++++--
src/WINNT/install/wix/openafs.wxs | 27 ++
src/WINNT/install/wix/property.wxi | 4 +
src/WINNT/install/wix/registry.wxi | 3 +-
8 files changed, 501 insertions(+), 21 deletions(-)
--
OpenAFS Master Repository