it install itself nicely until you get into Win2k the first time and it should start to install all the programs i defined in my batch install scripts.
but instead it hangs just showing the background image of win2k and the cursor. i can press CTRL+ALT+DELETE to get the windows Job Manager and start explorer.exe myself. and when the machine has rebooted, it starts the batch install scripts....
i hope you guys have all the info you need or else ask for more
my conf files are as follows:
Winnt.sif
[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] OemPreinstall=Yes WaitForReboot=No FileSystem=* UnattendSwitch=yes UnattendMode=FullUnattended OemSkipEula=Yes TargetPath=\WINDOWS OemPnPDriversPath="Drivers\Matsonic\Chipset;Drivers\Asus533\Chipset;Drivers\Asus800\Chipset;Drivers\mb133\Chipset;Drivers\NvGrafik;Drivers\Matsonic\Grafik;Drivers\Asus533\Grafik;Drivers\Asus800\Grafik;Drivers\mb133\Grafik;Drivers\Matsonic\LAN;Drivers\Asus533\LAN;Drivers\Asus800\LAN;Drivers\mb133\LAN;Drivers\Matsonic\lyd;Drivers\Asus533\Lyd;Drivers\Asus800\Lyd;Drivers\mb133\lyd;\Drivers\Dlink" DriverSigningPolicy=Ignore [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=105 OemSkipWelcome=1 AutoLogon=Yes AutoLogonCount=1 [UserData] ProductID = FullName="Euc Midt" OrgName="Euc Midt" ComputerName=* [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=60 [RegionalSettings] LanguageGroup=1 Language=00000406 [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Components] msnexplr=off msmsgs=off zonegames=off [Shell] DefaultStartPanelOff=Yes [GuiRunOnce] %systemdrive%\install\install.bat %systemdrive%\install\\hotfixes\hotfixes.cmd %systemdrive%\install\hotfixes\removing.cmd
Svcpack.inf
[Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=0 BuildNumber=2195 [SetupData] CatalogSubDir="\i386\Update" [ProductCatalogsToInstall] [SetupHotfixesToRun] ie6setup.exe /Q:A /R:N KB822603.exe /Q /O /N /Z KB842526.exe /Q /O /N /Z KB841872.exe /Q /O /N /Z KB828749.exe /Q /O /N /Z Q329115.exe /Q /O /N /Z KB826232.exe /Q /O /N /Z 823559.exe /Q /O /N /Z KB82088.exe /Q /O /N /Z 822831.exe /Q /O /N /Z KB837272.exe /Q /O /N /Z KB823182.exe /Q /O /N /Z KB824105.exe /Q /O /N /Z KB825119.exe /Q /O /N /Z KB826939.exe /Q /O /N /Z KB828035.exe /Q /O /N /Z KB828741.exe /Q /O /N /Z KB835732.exe /Q /O /N /Z KB837001.exe /Q /O /N /Z KB839645.exe /Q /O /N /Z KB840315.exe /Q /O /N /Z KB841873.exe /Q /O /N /Z 814078.exe /Q:A /R:N KB823353.exe /Q:A /R:N KB867801.exe /Q:A /R:N KB870669.exe /Q:A /R:N qchain.exe
My own install scripts.
Install.bat
ECHO. ECHO Installing MSN Messenger 6.0.0602 Final ECHO Please wait... start /wait %systemdrive%\install\MSN\MsnMsgs.msi /QB ECHO. ECHO Installing DirectX 9.0b ECHO Please wait... start /wait %systemdrive%\install\DirectX9b\DX9NTopk.exe ECHO. ECHO Installing Microsoft JavaVM - Build 3810 ECHO Please wait... start /wait %systemdrive%\install\JavaVM\MSJavaVM_3810.exe ECHO. ECHO Installing WinRAR 3.20 ECHO Please wait... start /wait %systemdrive%\install\WinRAR\wrar.exe /s ECHO. ECHO Installing Adobe Reader 6 ECHO Please wait... start /wait %systemdrive%\install\AdobeReader6\AdbeRdr60_dan_full.exe -p"-s /v\"/qn\"" ECHO. ECHO Installing Movie Maker 2.0 ECHO Please wait... start /wait %systemdrive%\install\MovieMaker\mm20.msi /qn ECHO. ECHO Installing Windows Media Player 9 ECHO Please wait... start /wait %systemdrive%\install\WMP9\MPSetup2k.exe /Q:A /R:N ECHO. ECHO Installing .NET Framework v1.1 ECHO Please wait... start /wait %systemdrive%\install\NetFramework\netfx.msi /qb
This post has been edited by prathapml: 01 October 2005 - 03:24 PM



Help
Back to top











