HP ProLiant xw2x220c - Blade Workstation Administrator's Manual page 65

Administrator's guide for microsoft windows on hp proliant blade workstations
Hide thumbs Also See for ProLiant xw2x220c - Blade Workstation:
Table of Contents

Advertisement

Example Windows XP Pro GuiRunOnce script
The GuiRunOnce script installs the needed software and drivers in the proper order, and runs after the first boot. A sample
version of this script is included in the "HP Blade Workstation Unattended install support Files" downloaded earlier in step
3a. This script runs after first boot. Create the following script and name it "Driver_Software_Install.cmd" and 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"
echo Completed Installing RGS
rem Starting Management Agent install
echo.
echo Starting Management Agent install
cd %systemdrive%\HP_Install\Drivers\management\IMA
agents_32.msi /quiet
rem Completed Management Agent install
rem Starting Management Homepage install
echo.
echo Starting Management Homepage install
cd %systemdrive%\HP_Install\Drivers\management\SMH
sp36105.exe /s
rem Completed Management Homepage install
rem Changing to USER mode, next reboot)
rem
Options on this command includes :
rem
-fsetup.dat : change system to setup mode
rem
-fuser.dat : change to user mode
rem
- fadmin.dat : change system to admin mode
echo.
echo Starting Management Homepage install
cd %systemdrive%\HP_Install\conrep
conrep.exe -l -fuser.dat -xconrep.xml
rem Completed Changing to USER mode, next reboot
echo.
echo HP Install Script Complete
echo.
echo Init Reboot
start shutdown -r -t 30
exit
 
Performing an unattended installation of Windows XP-32 and Windows XP-64 65

Advertisement

Table of Contents
loading

This manual is also suitable for:

Xw460c - proliant - blade workstation

Table of Contents