Index: /trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp
===================================================================
--- /trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp	(revision 39612)
+++ /trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp	(revision 39613)
@@ -475,5 +475,5 @@
         if (!RTDirExists(szExtractPath))
         {
-            vrc = RTDirCreate(szExtractPath, 0700);
+            vrc = RTDirCreate(szExtractPath, 0700, 0);
             AssertMsgRCBreak(vrc, ("Could not create temp directory!\n"));
         }
