Index: /trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsCommon.nsh
===================================================================
--- /trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsCommon.nsh	(revision 82603)
+++ /trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsCommon.nsh	(revision 82604)
@@ -615,4 +615,6 @@
   Goto not_found
 
+  ${LogVerbose} "Verifying file $\"$0$\" ..."
+
 check_vendor:
 
@@ -621,4 +623,6 @@
   Pop $3
 
+  ${LogVerbose} "Vendor is: $3 (wanted: $2)"
+
   ${If} $3 == $1
     Goto check_arch
@@ -632,4 +636,6 @@
   Call ${un}GetFileArchitecture
   Pop $3
+
+  ${LogVerbose} "Architecture is: $3 (wanted: $2)"
 
   ${If} $3 == $2
@@ -675,5 +681,4 @@
   Push "${Vendor}"
   Push "${File}"
-  ${LogVerbose} "Verifying file $\"${File}$\" ..."
   Call ${un}VerifyFile
   Pop $0
