From 2136b3447d5a3cdb961f4845dd6642850c42d0fb Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 3 Feb 2012 15:22:21 +0000 Subject: [PATCH] better solution --- plugins/generic/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/generic/misc.py b/plugins/generic/misc.py index 5b1c87424..0e2815ed7 100644 --- a/plugins/generic/misc.py +++ b/plugins/generic/misc.py @@ -44,7 +44,7 @@ class Miscellaneous: if Backend.getOsVersion() == "2000": conf.tmpPath = "C:/WINNT/Temp" else: - conf.tmpPath = "C:/WINDOWS/Temp" + conf.tmpPath = "C:/Documents and Settings/All Users/Application Data/TEMP" else: conf.tmpPath = "/tmp"