Jump to content

Recommended Posts

Posted

hi

yeah i have an hpt370 PCI RAID controller.

It works correctly during textmode setup and

during GUI setup, but for some reason my CDROM

fails to copy 36files when in textmode setup.

When the bar reaches 96%, the 1% of files from 96% to 97%

wont copy at all (36 files). i burnt several CDs and several RWs

to exclude erroneus media....

I'm really confused and I keep having this sole problem for 2 days

now. please help me.

the following are all my batches and relevant sif files:

P.S.: To integrate my RAID i used the how to from this board.

WINNT.SIF

;SetupMgrTag
[Data]
   AutoPartition=0
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   TargetPath=\WINDOWS
   Repartition=No
   DriverSigningPolicy=Ignore
   OemPnPDriversPath="driver\mobo\gart;driver\mobo\ide\winxp;driver\mobo\memctl;driver\mobo\smbus;driver\mobo\USB;driver\ide_raid;driver\ATI\Driver\2KXP_INF;driver\drucker\disk0"

[Display]
   BitsPerPel=32
   Xresolution=1280
   Yresolution=960
   Vrefresh=85

[UserData]
   ProductKey=removed
   FullName="aaaa"
   OrgName=""
   ComputerName=aaaa

[RegionalSettings]
   LanguageGroup=10,1


[FavoritesEx]
   Title1="irc search.url"
   URL1="www.ircspy.com"
   Title2="bw.de.url"
   URL2="www.broodwar.de"
   Title3="d2.de.url"
   URL3="www.diablo2.de"
   Title4="vcds.url"
   URL4="www.vcdquality.com"
   Title5="3dcenter.url"
   URL5="www.3dcenter.de"
   Title6="Y!TV Programm.url"
   URL6="http://de.tv.yahoo.com/grid?lineup=de&.intl=de"
   Title7="winhelpline.url"
   URL7="http://www.winhelpline.info/"
   Title8="MSFN unattended.url"
   url8="http://www.MSFN.org/unattended/deutsch/finish.htm"

[Branding]
   BrandIEUsingUnattended=Yes

[URL]
   Home_Page=www.google.de

[Proxy]
   Proxy_Enable=0
   Use_Same_Proxy=1

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=110
   OemSkipWelcome=1

[Identification]
   JoinWorkgroup=WORKGROUP

[Networking]
   InstallDefaultComponents=No

[Components]
   msmsgs=off
   msnexplr=off
   freecell=off
   hearts=off
   minesweeper=off
   pinball=off
   solitaire=off
   spider=off
   zonegames=off

[Shell]
   DefaultStartPanelOff = Yes
   DefaultThemesOff = No

[GuiRunOnce]
   %systemdrive%\install\main_batch.cmd
   %systemdrive%\install\applications.cmd

[NetAdapters]
   Adapter1=params.Adapter1

[params.Adapter1]
   INFID=*

[NetClients]
   MS_MSClient=params.MS_MSClient

[NetServices]
   MS_SERVER=params.MS_SERVER

main_batch.cmd


CLS
@echo off
ECHO.
ECHO Over the next few minutes you will see automated installations
ECHO of various sofware applications, windows updates, and registry
ECHO hacks being implemented. The computer will restart automatically
ECHO once the whole process has finished!
ECHO.
ECHO Removing Wallpapers...
DEL "%systemroot%\Blue Lace 16.bmp"
DEL "%systemroot%\Coffee Bean.bmp"
DEL "%systemroot%\FeatherTexture.bmp"
DEL "%systemroot%\Gone Fishing.bmp"
DEL "%systemroot%\Greenstone.bmp"
DEL "%systemroot%\Prairie Wind.bmp"
DEL "%systemroot%\Rhododendron.bmp"
DEL "%systemroot%\River Sumida.bmp"
DEL "%systemroot%\Santa Fe Stucco.bmp"
DEL "%systemroot%\Soap Bubbles.bmp"
DEL "%systemroot%\Zapotec.bmp"
DEL "%systemroot%\Web\Wallpaper\Crystal.jpg"
DEL "%systemroot%\Web\Wallpaper\Friend.jpg"
DEL "%systemroot%\Web\Wallpaper\Home.jpg"
DEL "%systemroot%\Web\Wallpaper\Moon flower.jpg"
DEL "%systemroot%\Web\Wallpaper\Peace.jpg"
DEL "%systemroot%\Web\Wallpaper\Power.jpg"
DEL "%systemroot%\Web\Wallpaper\Purple flower.jpg"
DEL "%systemroot%\Web\Wallpaper\Radiance.jpg"
DEL "%systemroot%\Web\Wallpaper\Ripple.jpg"
DEL "%systemroot%\Web\Wallpaper\Stonehenge.jpg"
DEL "%systemroot%\Web\Wallpaper\Vortec space.jpg"
DEL "%systemroot%\Web\Wallpaper\Ascent.jpg"
DEL "%systemroot%\Web\Wallpaper\Autumn.jpg"
DEL "%systemroot%\Web\Wallpaper\Azul.jpg"
DEL "%systemroot%\Web\Wallpaper\Follow.jpg"
DEL "%systemroot%\Web\Wallpaper\Red moon desert.jpg"
DEL "%systemroot%\Web\Wallpaper\Tulips.jpg"
DEL "%systemroot%\Web\Wallpaper\Wind.jpg"
ECHO.
ECHO Removing useless shortcuts...
DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Update.lnk"
DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk"
DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk"
ECHO.
ECHO Removing Screensavers...
DEL "%systemroot%\system32\dllcache\scrnsave.scr"
DEL "%systemroot%\system32\dllcache\ss3dfo.scr"
DEL "%systemroot%\system32\dllcache\ssbezier.scr"
DEL "%systemroot%\system32\dllcache\ssflwbox.scr"
DEL "%systemroot%\system32\dllcache\ssmarque.scr"
DEL "%systemroot%\system32\dllcache\ssmypics.scr"
DEL "%systemroot%\system32\dllcache\ssmyst.scr"
DEL "%systemroot%\system32\dllcache\sspipes.scr"
DEL "%systemroot%\system32\dllcache\ssstars.scr"
DEL "%systemroot%\system32\dllcache\sstext3d.scr"
DEL "%systemroot%\system32\scrnsave.scr"
DEL "%systemroot%\system32\ss3dfo.scr"
DEL "%systemroot%\system32\ssbezier.scr"
DEL "%systemroot%\system32\ssflwbox.scr"
DEL "%systemroot%\system32\ssmarque.scr"
DEL "%systemroot%\system32\ssmypics.scr"
DEL "%systemroot%\system32\ssmyst.scr"
DEL "%systemroot%\system32\sspipes.scr"
DEL "%systemroot%\system32\ssstars.scr"
DEL "%systemroot%\system32\sstext3d.scr"
ECHO.
ECHO Copying patched UXTheme.dll...
REN %systemroot%\System32\dllcache\uxtheme.dll uxtheme.old
COPY "%systemdrive%\Install\uxtheme\uxtheme.dll" "%systemroot%\System32\dllcache\"
REN %systemroot%\System32\uxtheme.dll uxtheme.old
COPY "%systemdrive%\Install\uxtheme\uxtheme.dll" "%systemroot%\System32\"
ECHO.
ECHO Copying Windows XP 3D Screensaver...
COPY "%systemdrive%\Install\Powertoys\3D Windows XP.scr" "%systemroot%\system32"
ECHO.
ECHO Installing DirectX 9.0b
ECHO Please wait...
start /wait %systemdrive%\install\dx90b\DirectX9\dxsetup.exe /opk
ECHO.
ECHO Installing Windows Media Player 9
ECHO Please wait...
start /wait %systemdrive%\install\mediaplayer9\MPSetup.exe /Q:A /R:N
ECHO.
ECHO Installing TweakUI 2.10 Powertoy
COPY "%systemdrive%\install\PowerToys\TweakUI.exe" "%systemroot%\System32\"
COPY "%systemdrive%\install\PowerToys\TweakUI 2.10 Powertoy.lnk" "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\"
ECHO.
ECHO Installing Task Switcher Powertoy
ECHO Please wait...
start /wait %systemdrive%\install\PowerToys\TaskswitchPowertoySetup.exe /s /v/qn
ECHO.
ECHO Installing Rest of MSPowertoys
Echo please wait...
start /wait %systemdrive%\install\PowerToys\ImageResizerPowertoySetup.exe /s /v/qn
start /wait %systemdrive%\install\PowerToys\PowerCalcPowertoySetup.exe /s /v/qn
start /wait %systemdrive%\install\PowerToys\MagnifierPowertoySetup.exe /s /v/qn
echo.
ECHO Applying Registry Tweaks...
REGEDIT /S %systemdrive%\install\RegTweaks.reg
ECHO.
start /wait %systemdrive%\driver\sound\Disk1\Setup.exe -s -f1"%systemdrive%\driver\sound\Disk1\setup.iss"
echo.
EXIT

APPLICATIONS.CMD


CLS
@echo off
ECHO.
ECHO Installing Metapad 3.5...
REN %systemdrive%\WINDOWS\System32\dllcache\notepad.exe notepad.old
COPY "%systemdrive%\Install\Applications\metapad\notepad.exe" "%systemdrive%\WINDOWS\System32\dllcache\"
REN %systemdrive%\WINDOWS\System32\notepad.exe notepad.old
COPY "%systemdrive%\Install\Applications\metapad\notepad.exe" "%systemdrive%\WINDOWS\System32\"
REN %systemdrive%\WINDOWS\notepad.exe notepad.old
COPY "%systemdrive%\Install\Applications\metapad\notepad.exe" "%systemdrive%\WINDOWS\"
ECHO.
ECHO Applying Metapad 3.5 Filters...
REGEDIT /S %systemdrive%\install\Applications\metapad\filters.reg
ECHO.
ECHO Installing ATI Control Panel for Catalyst 3.7
ECHO Please wait...
start /wait %systemdrive%\driver\ATI\CPanel\Setup.exe -s -f1"%systemdrive%\driver\ATI\CPanel\setup.iss"
ECHO.
Echo Installing Opera 7.2 English
start /wait %systemdrive%\install\Applications\opera\ow32enen720.exe /s
copy "%systemdrive%\install\Applications\opera\key.txt" "%systemdrive%\programme\opera\"
echo.
echo Installing Daemon-tools
start /wait %systemdrive%\install\Applications\daemon\daemon.msi /QB
echo.
Echo Installing Alcohol 120 PerCent
start /wait %systemdrive%\install\Applications\alcohol\Setup.msi /QB
Copy "%systemdrive%\install\Applications\alcohol\crack\Alcohol.exe" "%systemdrive%\Programme\Alcohol Soft\Alcohol 120\"
Copy "%systemdrive%\install\Applications\alcohol\crack\AXShlEx.dll" "%systemdrive%\Programme\Alcohol Soft\Alcohol 120\"
ECHO Registering Alcohol 120%
REGEDIT /S %systemdrive%\install\Applications\alcohol\eatalc120.reg
echo.
ECHO Installing WinRAR 3.20
ECHO Please wait...
start /wait %systemdrive%\install\Applications\WinRAR\wrar320.exe /s
Copy "%systemdrive%\install\Applications\winrar\cr-wr320.exe" "%systemdrive%\Programme\Winrar\"
echo.
ECHO Installing DivX 5.1
ECHO Please wait...
start /wait %systemdrive%\install\Applications\DivX\DivX51Bundle.exe /s
echo.
ECHO Installing Lavasoft Ad-Aware 6 Build 181
ECHO Please wait...
start /wait %systemdrive%\install\Applications\AdAware\aaw6.exe /s
echo.
echo Installing all post SP1 hotfixes
echo Please wait...
start /wait %systemdrive%\install\hotfixes\XP-Updater_20030918.exe -s
echo.
start /wait %systemdrive%\install\PowerToys\xp-AntiSpy.exe 0 1 2 3 4 5 6 7 8 9 10 11 12 16 17 18 19 20 21 25 26 29 30 32
echo.
EXIT


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...