Commit in reactos/subsys/system/vmwinst on MAIN
vmwinst.c+2-11.6 -> 1.7
stop animation timer after completion

reactos/subsys/system/vmwinst
vmwinst.c 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- vmwinst.c	10 Aug 2004 15:00:22 -0000	1.6
+++ vmwinst.c	10 Aug 2004 15:08:05 -0000	1.7
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: vmwinst.c,v 1.6 2004/08/10 15:00:22 weiden Exp $
+/* $Id: vmwinst.c,v 1.7 2004/08/10 15:08:05 weiden Exp $
  *
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS VMware(r) driver installation utility
@@ -620,6 +620,7 @@
       }
       break;
     case WM_INSTCOMPLETE:
+      SendDlgItemMessage(hwndDlg, IDC_INSTALLINGPROGRESS, PBM_SETMARQUEE, FALSE, 0);
       PropSheet_SetWizButtons(GetParent(hwndDlg), PSWIZB_BACK | PSWIZB_NEXT);
       PropSheet_SetCurSelByID(GetParent(hwndDlg), IDD_CONFIG);
       break;
CVSspam 0.2.8