OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-196-gdbef3c8

Gerrit Code Review gerrit@openafs.org
Thu, 3 Jun 2010 22:10:06 -0700 (PDT)


The following commit has been merged in the master branch:
commit dbef3c8b0bd5bab21943071c455b4bf2436507e5
Author: Asanka Herath <asanka@secure-endpoints.com>
Date:   Thu Jun 3 23:58:42 2010 -0400

    Windows: Support building a lite-client installer
    
    If LITECLIENT is defined when invoking the WiX based MSI installer
    build, we will build a light-weight client installer MSI.  This
    minimizes the size of the installer for users who only need client
    functionality from OpenAFS.
    
    The light-weight client excludes:
    
      - Server components
      - Control center components
      - Administration utilities
      - Debug symbols
    
    Lite-client installer can also be built by invoking target wix-lite
    from the root NTMakefile.
    
    Change-Id: I544cdb7170d17358eb235f3c476c468dbae62776
    Reviewed-on: http://gerrit.openafs.org/2034
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

 NTMakefile                         |    8 ++++++
 src/NTMakefile                     |    8 ++++++
 src/WINNT/install/wix/NTMakefile   |   43 +++++++++++++++++++++++++-----------
 src/WINNT/install/wix/config.wxi   |   12 ++++++++-
 src/WINNT/install/wix/feature.wxi  |    9 ++++++-
 src/WINNT/install/wix/files.wxi    |   20 ++++++++++++----
 src/WINNT/install/wix/registry.wxi |    4 +++
 7 files changed, 82 insertions(+), 22 deletions(-)

-- 
OpenAFS Master Repository