From 0a0f2c9c13489eebe817f7febcc912dcf2d47b5e Mon Sep 17 00:00:00 2001 From: "KJK::Hyperion" Date: Wed, 28 Aug 2002 23:13:08 +0000 Subject: [PATCH] Corrected source paths for Event Log service and RPC subsystem svn path=/trunk/; revision=3435 --- reactos/install.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/install.bat b/reactos/install.bat index ec993d37c4d..c3bda1c5f24 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -62,8 +62,8 @@ copy subsys\system\gstart\gstart.exe %ROS_INSTALL%\system32 copy subsys\system\shell\shell.exe %ROS_INSTALL%\system32 copy subsys\system\winlogon\winlogon.exe %ROS_INSTALL%\system32 copy subsys\system\services\services.exe %ROS_INSTALL%\system32 -copy subsys\system\eventlog\eventlog.exe %ROS_INSTALL%\system32 -copy subsys\system\rpcss\rpcss.exe %ROS_INSTALL%\system32 +copy services\eventlog\eventlog.exe %ROS_INSTALL%\system32 +copy services\rpcss\rpcss.exe %ROS_INSTALL%\system32 copy lib\advapi32\advapi32.dll %ROS_INSTALL%\system32 copy lib\crtdll\crtdll.dll %ROS_INSTALL%\system32 copy lib\fmifs\fmifs.dll %ROS_INSTALL%\system32