<!-- Launch conditions -->
<Condition Message="$(loc.AdminRequired)">Privileged</Condition>
- <Condition Message="$(loc.OsVersionRequired)">VersionNT >= 500</Condition>
+ <Condition Message="$(loc.OsVersionRequired)">VersionNT >= 501</Condition>
+ <Condition Message="$(loc.OsXPSP3)">(Not (VersionNT = 501)) Or (ServicePackLevel >= 3)</Condition>
+ <Condition Message="$(loc.OsVistaSP2)">(Not (VersionNT = 600)) Or (ServicePackLevel >= 2)</Condition>
<Condition Message="$(loc.CMNotSelected)">USELEASH Or USENETIDMGR</Condition>
<Condition Message="$(loc.CMDupSelected)">Not (USELEASH And USENETIDMGR)</Condition>
<?if $(var.Platform) = "x64" ?>
<String Id="KerberosDocDesc">Documentation</String>
<String Id="AdminRequired">You need administrative privileges to install Kerberos for Windows</String>
- <String Id="OsVersionRequired">This product requires Windows 2000/XP/2003. The current operating system is not supported.</String>
+ <String Id="OsVersionRequired">This product requires Windows XP or Higher. The current operating system is not supported.</String>
+ <String Id="OsXPSP3">This product requires Windows XP Service Pack 3</String>
+ <String Id="OsVistaSP2">This product requires Windows Vista Service Pack 2</String>
<String Id="CMNotSelected">Neither Leash nor Network Identity Manager has been selected for this package. Please contact your administrator or the provider of this installation package to resolve this issue.</String>
<String Id="CMDupSelected">Both Leash and Network Identity Manager has been selected for this package. Only one of these can be selected at one time. Please contact your administrator or the provider of this installation package to resolve this issue.</String>