STABLE14-windows-msi-no-vista-20070115

Prevent the 1.4 release from being installed on Vista
This commit is contained in:
Jeffrey Altman 2007-01-15 21:05:24 +00:00
parent 8568681efa
commit 8553187acd
2 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,7 @@
<String Id="StrCfgWzdDesc">Server Configuration Wizard</String>
<String Id="StrLaunchCond">OpenAFS for Windows is currently only packaged for Windows 2000,XP and 2003</String>
<String Id="StrLaunchNoVista">This version of OpenAFS for Windows is not compatible with Microsoft Vista. Please install OpenAFS for Windows version 1.5.14 or higher.</String>
<String Id="AdminRequired">Installation of OpenAFS for Windows requires administrative privileges</String>
<String Id="ErrNPIFailed">Installation of Network Provider failed. System error [2]</String>

View File

@ -47,6 +47,9 @@
<Condition Message="$(loc.StrLaunchCond)">
<![CDATA[VersionNT >= 500]]>
</Condition>
<Condition Message="$(loc.StrLaunchNoVista)">
<![CDATA[VersionNT < 600]]>
</Condition>
<Condition Message="$(loc.AdminRequired)">Privileged</Condition>