Index: /trunk/src/VBox/Runtime/common/dbg/dbgcfg.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/dbg/dbgcfg.cpp	(revision 55698)
+++ /trunk/src/VBox/Runtime/common/dbg/dbgcfg.cpp	(revision 55699)
@@ -659,4 +659,6 @@
      */
 #ifdef RT_OS_WINDOWS
+    RTPathChangeToDosSlashes(pszSrcArchive, false /*fForce*/);
+    RTPathChangeToDosSlashes(pszPath, false /*fForce*/);
     const char *papszArgs[] =
     {
@@ -819,5 +821,5 @@
         {
             RTFileDelete(pszPath);
-            rtDbgCfgLog1(pThis, "%Rrc on URL '%s'\n", rc, pszPath);
+            rtDbgCfgLog1(pThis, "%Rrc on URL '%s'\n", rc, szUrl);
         }
         if (rc == VERR_HTTP_NOT_FOUND)
