Index: /trunk/src/VBox/Installer/common/vboxapisetup.py
===================================================================
--- /trunk/src/VBox/Installer/common/vboxapisetup.py	(revision 33734)
+++ /trunk/src/VBox/Installer/common/vboxapisetup.py	(revision 33735)
@@ -17,5 +17,5 @@
     from distutils.sysconfig import get_python_lib
     comCache1 = os.path.join(get_python_lib(),'win32com', 'gen_py')
-    comCache2 = os.path.join(os.environ.get("TEMP", "c:\\tmp", 'gen_py'))
+    comCache2 = os.path.join(os.environ.get("TEMP", "c:\\tmp"), 'gen_py')
     print "Cleaning COM cache at",comCache1,"and",comCache2
     shutil.rmtree(comCache1, True)
