From: Eric Kohl Date: Mon, 14 Jan 2002 01:47:44 +0000 (+0000) Subject: Install disk drivers and *.nls files. X-Git-Tag: ReactOS-0.0.19~136 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=f541fc1ccf96d1095bab4187180ce388c921a0e2 Install disk drivers and *.nls files. svn path=/trunk/; revision=2508 --- diff --git a/reactos/install.bat b/reactos/install.bat index a3025741be4..696a874507f 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -18,7 +18,6 @@ md %ROS_INSTALL%\media md %ROS_INSTALL%\media\fonts copy boot.bat %ROS_INSTALL% copy aboot.bat %ROS_INSTALL% -copy boot.hiv %ROS_INSTALL% copy system.hiv %ROS_INSTALL%\system32\config copy loaders\dos\loadros.com %ROS_INSTALL% copy ntoskrnl\ntoskrnl.exe %ROS_INSTALL%\system32 @@ -45,6 +44,8 @@ copy services\net\tcpip\tcpip.sys %ROS_INSTALL%\system32\drivers copy services\net\wshtcpip\wshtcpip.dll %ROS_INSTALL%\system32 copy services\storage\atapi\atapi.sys %ROS_INSTALL%\system32\drivers copy services\storage\scsiport\scsiport.sys %ROS_INSTALL%\system32\drivers +copy services\storage\disk\disk.sys %ROS_INSTALL%\system32\drivers +copy services\storage\class2\class2.sys %ROS_INSTALL%\system32\drivers copy apps\system\shell\shell.exe %ROS_INSTALL%\system32 copy apps\system\winlogon\winlogon.exe %ROS_INSTALL%\system32 copy apps\system\services\services.exe %ROS_INSTALL%\system32 @@ -87,3 +88,4 @@ copy apps\objdir\objdir.exe %ROS_INSTALL%\bin copy apps\mutex\mutex.exe %ROS_INSTALL%\bin copy media\fonts\helb____.ttf %ROS_INSTALL%\media\fonts copy media\fonts\timr____.ttf %ROS_INSTALL%\media\fonts +copy media\nls\*.nls %ROS_INSTALL%\system32