Index: /trunk/src/VBox/Additions/WINNT/SharedFolders/VBoxSFInst.cmd
===================================================================
--- /trunk/src/VBox/Additions/WINNT/SharedFolders/VBoxSFInst.cmd	(revision 68623)
+++ /trunk/src/VBox/Additions/WINNT/SharedFolders/VBoxSFInst.cmd	(revision 68624)
@@ -46,7 +46,7 @@
 if not "%PROCESSOR_ARCHITECTURE%" == "AMD64" goto found_vboxmrxnp_x86
 set MY_VBOXMRXNP_X86_DLL=%~dp0VBoxMRXNP-x86.dll
-if exist "%MY_VBOXMRXNP_X86_DLL%" goto found_vboxmrxnp
+if exist "%MY_VBOXMRXNP_X86_DLL%" goto found_vboxmrxnp_x86
 set MY_VBOXMRXNP_X86_DLL=%~dp0..\..\..\..\..\out\win.%KBUILD_TARGET_ARCH%\%KBUILD_TYPE%\bin\additions\VBoxMRXNP-x86.dll
-if exist "%MY_VBOXMRXNP_X86_DLL%" goto found_vboxmrxnp
+if exist "%MY_VBOXMRXNP_X86_DLL%" goto found_vboxmrxnp_x86
 echo VBoxSFInst.cmd: failed to find VBoxMRXNP-x86.dll in either "%~dp0" or "%~dp0..\..\..\..\..\out\win.%KBUILD_TARGET_ARCH%\%KBUILD_TYPE%\bin\additions\".
 goto end
