Index: /trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c
===================================================================
--- /trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c	(revision 70239)
+++ /trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c	(revision 70240)
@@ -1316,10 +1316,4 @@
     const char *pszLocalServer      = "VBoxSVC.exe";
 #ifdef VBOX_WITH_SDS
-    /**
-    * The Name of windows service is referenced in different places.
-    * Don't forget to change it in other places too If you change it here :
-    *      VBoxMergeApp.wxi (cp_VBoxSDS component),
-    *      VBoxSDS.cpp and VirtualBox.xidl
-    */
     const char *pszSdsAppId         = "{EC0E78E8-FA43-43E8-AC0A-02C784C4A4FA}";
     const char *pszSdsExe           = "VBoxSDS.exe";
@@ -2426,5 +2420,5 @@
         if (fDeleteIt)
         {
-            hService = OpenServiceW(hSCM, pwszServiceName, SERVICE_STOP);
+            hService = OpenServiceW(hSCM, pwszServiceName, SERVICE_STOP | DELETE);
             if (hService)
             {
@@ -2551,10 +2545,4 @@
 
 #ifdef VBOX_WITH_SDS
-        /**
-        * The Name of windows service is referenced in different places.
-        * Don't forget to change it in other places too If you change it here :
-        *      VBoxMergeApp.wxi (cp_VBoxSDS component),
-        *      VBoxSDS.cpp and VirtualBox.xidl
-        */
         vbpsUpdateWindowsService(&State, wszVBoxDir, L"VBoxSDS.exe", L"VBoxSDS",
                                  L"VirtualBox system service", L"Used as a COM server for VirtualBox API.");
