Author: tfaber Date: Sat Apr 4 09:07:45 2015 New Revision: 67031
URL: http://svn.reactos.org/svn/reactos?rev=67031&view=rev Log: [SYSSETUP] - Don't run vmwinst. It no longer works, and the real VMware Tools installer works fine CORE-9481 #resolve
Modified: trunk/reactos/dll/win32/syssetup/wizard.c
Modified: trunk/reactos/dll/win32/syssetup/wizard.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/syssetup/wizard.c... ============================================================================== --- trunk/reactos/dll/win32/syssetup/wizard.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/syssetup/wizard.c [iso-8859-1] Sat Apr 4 09:07:45 2015 @@ -19,7 +19,7 @@ #define NDEBUG #include <debug.h>
-#define VMWINST +#undef VMWINST
#define PM_REGISTRATION_NOTIFY (WM_APP + 1) /* Private Message used to communicate progress from the background