多选题 You are the network administrator for Ezonexam.You are planning to upgrade Windows NT Server 4.0 computers to Windows 2000 Server. You want to perform the upgrades by means of a distribution folder. You need to install a custom application as part of the upgrade.You need to include the commands necessary so that the custom application is installed as part of the upgrade process.What should you do? (Each correct answer presents part of the solution. Choose two)
【正确答案】 B、D
【答案解析】解析:Explanation: This example assumes that you are pre-installing the drivers by using a distribution folder and that the distribution folder has already been created. 1. If it does not already exist, create a $OEM$ directory under your distribution folder. For example: X:/i386/$OEM$ 2. Create a directory named TEXTMODE under the $OEM$ directory. For example: X:/i386/$OEM$/TEXTMODE 3. Copy the driver files from the third party into this directory. This consists of a Txtsetup.oem file and at least one driver file (the .sys file), although there may be more. Copy all of the files into the TEXTMODE directory. 4. Edit the X:/i386/$OEM$/Textmode/Txtsetup.oem file by using any standard text editor such as Notepad or EDIT. 5. Etc.