A SERVICE OF

logo

Performing an unattended installation of Windows® XP 37
wItem=MTX-0ef50f2982c344a189375e2745&jumpid=reg_R1002_USEN (http://www.) for more
information.
Download the HP NC-Series Multifunction Drivers for RIS/WinPE. For example, for Windows® XP-
64, the b06nd.inf and b06nd51a.sys files are needed for RIS. Add the files and restart RIS.
7. Connect the target workstation blade to the distribution share per your unattended remote installation
process, such as boot floppy, RIS, Rapid Deployment Software, or Altiris.
Example Windows® XP Pro GuiRunOnce script
The GuiRunOnce script installs the required software and drivers in the proper order, and runs after the
first boot. A sample version of this script is included in the "HP Workstation Blade Unattended install
support Files" downloaded in step 3. This script runs after first boot. Create the following script, name it
"Driver_Software_Install.cmd," and then copy it to $OEM$\$1\HP_Install directory (see [GuiRunOnce],
step 5e). Modify as needed.
rem @echo off
title HP Driver and Software Install Script
rem Starting - Change Registry Entree for RGS
regedt32.exe /s %systemdrive%\HP_Install\forceguest.reg
regedt32.exe /s %systemdrive%\HP_Install\FastUserSwitching.reg
rem Complete - Change Registry Entree for RGS
rem Starting XPUnsignOK2.exe to automatically push accept button for
Unsigned ATI driver
echo.
echo Starting XPUnsignOK2.exe
start
%systemdrive%\HP_Install\unsignok\XPUnsignOK2.exe
echo XPUnsignOK2.exe Started
rem Starting ATI driver install
echo.
echo Starting ATI driver install
cd %systemdrive%\HP_Install\Drivers\graphics\ATI
cpqsetup.exe /s
rem Completed ATI driver install
rem Starting NVIDIA driver install
echo.
echo Starting NVIDIA driver install
cd %systemdrive%\HP_Install\Drivers\graphics\nvidia
setup.exe -s -i
rem Completed NVIDIA driver install
echo Installing RGS
cd %systemdrive%\HP_Install\RGS\
setup.exe /s
/f1"%systemdrive%\HP_Install\RGS\ReceiverInstall.iss"