OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-devel-1_5_77-121-gcc76c31

Gerrit Code Review gerrit@openafs.org
Mon, 25 Oct 2010 20:02:37 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit cc76c31402ed1f8a884f7e8c630371520bd34574
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.
    
    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>
    (cherry picked from commit 1418b4fec23459aafec4b5a787e2c2b89f6af1f1)
    Change-Id: I4eab1a4a3ea33bdcd7ccb27aea0927eed16892ca
    Reviewed-on: http://gerrit.openafs.org/3142
    Tested-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.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