]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-windows-wix-install-idn-redist-20080630
authorAsanka Herath <asanka@secure-endpoints.com>
Mon, 30 Jun 2008 14:40:22 +0000 (14:40 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 30 Jun 2008 14:40:22 +0000 (14:40 +0000)
LICENSE MIT

Only install IDN redistributables on XP and 2003

(cherry picked from commit 7460987e758fa299849d877633053c05cb431977)

src/WINNT/install/wix/openafs.wxs

index 0b65b5a16fccba5006f978dedc60c92d656aaf1d..b1f3548b802535cc32f8603bd07bae85651b88c5 100644 (file)
             <Custom Action="RollbackNetProvider" After="WriteRegistryValues">&amp;feaClient=3</Custom>
                        <Custom Action="InstallNetProvider" After="RollbackNetProvider">&amp;feaClient=3</Custom>
                        <Custom Action="RemoveNetProvider" After="InstallNetProvider">&amp;feaClient=2</Custom>
-      <Custom Action="InstallIDNMRedistributable" After="WriteRegistryValues">&amp;feaClient=3</Custom>
+      <Custom Action="InstallIDNMRedistributable" After="WriteRegistryValues">!feaClient=2 And &amp;feaClient=3 And (VersionNT=501 Or VersionNT=502)</Custom>
                        <Custom Action="ConfigureClient" After="InstallServices">&amp;feaClient=3</Custom>
                        <Custom Action="ConfigureServer" After="ConfigureClient">&amp;feaServer=3</Custom>
                        <!-- <Custom Action="RemoveAFSAdminGroup" Before="">&amp;feaClient=2</Custom> -->