windows-wix-install-idn-redist-20080630
authorAsanka Herath <asanka@secure-endpoints.com>
Mon, 30 Jun 2008 14:38:17 +0000 (14:38 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 30 Jun 2008 14:38:17 +0000 (14:38 +0000)
LICENSE MIT

Only install IDN redistributables on XP and 2003

src/WINNT/install/wix/openafs.wxs

index 0b65b5a..b1f3548 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> -->