mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
STABLE14-windows-msi-no-vista-20070115
Prevent the 1.4 release from being installed on Vista
This commit is contained in:
parent
8568681efa
commit
8553187acd
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user