OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1668-g69674f3
Gerrit Code Review
gerrit@openafs.org
Thu, 15 Sep 2011 11:34:33 -0700 (PDT)
The following commit has been merged in the master branch:
commit 69674f376aeb748fffb0c47d855851349e21c4ee
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Thu Sep 15 02:02:36 2011 -0400
Windows: WiX Installers for AFS Redirector
Add the AFS Redirector and AFSRDFSProvider and new
Shell Extensions to the MSI installer package.
Change-Id: I82d8256d016a19865bc8a681331f650d52e3b261
Reviewed-on: http://gerrit.openafs.org/5442
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/install/wix/NTMakefile | 3 +-
src/WINNT/install/wix/custom/NTMakefile | 4 +-
src/WINNT/install/wix/custom/afscustom.cpp | 43 +++-
src/WINNT/install/wix/custom/afscustom.h | 9 +-
src/WINNT/install/wix/feature.wxi | 76 +++++-
src/WINNT/install/wix/files.wxi | 363 +++++++++++++++-----------
src/WINNT/install/wix/lang/en_US/strings.wxl | 17 ++
src/WINNT/install/wix/lang/en_US/ui.wxi | 141 ++++++++++-
src/WINNT/install/wix/openafs.wxs | 318 ++++++++++++++---------
src/WINNT/install/wix/platform.wxi | 10 +
src/WINNT/install/wix/property.wxi | 3 +
11 files changed, 691 insertions(+), 296 deletions(-)
--
OpenAFS Master Repository