minor update

This commit is contained in:
Miroslav Stampar 2012-02-03 15:46:28 +00:00
parent 22f4d5650f
commit e94f86a1ad

View File

@ -41,7 +41,7 @@ class Miscellaneous:
if Backend.isOs(OS.WINDOWS):
self.checkDbmsOs(detailed=True)
if Backend.getOsVersion() == "2000":
if Backend.getOsVersion() in ("2000", "NT"):
conf.tmpPath = "C:/WINNT/Temp"
elif Backend.getOsVersion() in ("2003", "XP"):
conf.tmpPath = "C:/Documents and Settings/All Users/Application Data/TEMP"