Jump to content

Put XP CD in drive A ! what gives?


Recommended Posts

I am a novice at this type of work and have spent hours setting up my .cmd files etc etc. The hotfix .cmd all work great. I have read the whole **** forum to ensure I get things right.

Wasted disk after disk (untill I had a blonde moment and used CDRW!!)

So burnt the disk with a blank XP.iso (off this site) after adding my files.

Nice clean drive, formatted.. then the issue begins!

The system boots - finds my cd - boots from CD - reassuring blue background with `select to install 3rd party raid etc..` THEN!!!

"Please put the Windows XP service pack 1 CD in drive A" WHAT!!!!

It has just been reading the CD so how can this be?

My winnt.sif:

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

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   TargetPath=\WINDOWS
   WaitForReboot="No"
   DriverSigningPolicy=Ignore

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

[UserData]
   ProductKey=ooooppppsss
   FullName="Home"
   OrgName="User"
   ComputerName=*

[Display]
   Vrefresh=72
   

[TapiLocation]
   CountryCode=44

[RegionalSettings]
   LanguageGroup=1
   SystemLocale=00000809
   UserLocale=00000809
   InputLocale=0809:00000809

[Branding]
   BrandIEUsingUnattended=Yes

[URL]
   Home_Page=http://www.google.co.uk

[Proxy]
   Proxy_Enable=0
   Use_Same_Proxy=1

[Identification]
   JoinWorkgroup=WORKGROUP

[Networking]
   InstallDefaultComponents=Yes

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

[GuiRunOnce]
%systemdrive%\install\main_batch.cmd
%systemdrive%\install\hotfixes\hotfixes1.cmd
%systemdrive%\install\hotfixes\hotfixes2.cmd
%systemdrive%\install\hotfixes\hotfixes3.cmd
%systemdrive%\install\applications.cmd

Any answers please :)

Edited by pulpfixtion
Link to comment
Share on other sites


Np probs:

My main batch:

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.
ECHO Copying Tools...
COPY "%systemdrive%\Install\Tools\deluser.exe" "%systemroot%\"
COPY "%systemdrive%\Install\Tools\psshutdown.exe" "%systemroot%\"
COPY "%systemdrive%\Install\Tools\pskill.exe" "%systemroot%\"
ECHO.
ECHO.
ECHO Removing useless 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.
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.
ECHO Removing useless folders.
RMDIR "%systemdrive%\Program Files\ComPlus Applications" /S /Q
RMDIR "%systemdrive%\Program Files\Online Services" /S /Q
RMDIR "%systemdrive%\Program Files\Uninstall Information" /S /Q
ECHO.
ECHO.
ECHO Removing HotFix Log Files.
DEL "%SYSTEMROOT%\*.log" /Q /F
DEL "%SYSTEMROOT%\*.txt" /Q /F
DEL "%SYSTEMROOT%\*.tmp" /Q /F
DEL "%SYSTEMROOT%\TEMP\*.*" /Q /F
ECHO.
ECHO.
ECHO Deleting Useless Accounts....dont worry these are not required and hog space
NET USER aspnet /DELETE
NET USER SUPPORT_388945a0 /DELETE
ECHO.
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.
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.
ECHO Installing DirectX 9.0b
ECHO Please wait...
start /wait %systemdrive%\install\DirectX9b\dxsetup.exe /opk
ECHO.
ECHO.
ECHO Applying Registry Tweaks...
REGEDIT /S %systemdrive%\install\RegTweaks.reg
ECHO.
EXIT

My first hotfix .cmd (it doesnt get this far though?)

CLS
@echo off
ECHO.
ECHO Installing Windows Update Hotfixes........... have a cup of tea!!!!!
ECHO.
start /wait %systemdrive%\install\Hotfixes\1\Q323255.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q327696.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q328145.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q328310.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q329048.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q329115.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q329170.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q329256.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q329390.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q329441.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q329604.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q329834.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q331320.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q331953.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q331958.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q810565.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q810577.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q810833.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q811493.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q811630.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q814033.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q814995.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q815021.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q817606.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q819696.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q821557.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q823559.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\Q823980.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\KB329441.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\KB821557.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\KB823980.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\KB824105.EXE /Q /M /Z
ECHO Installing Hotfix....................................... please wait  
start /wait %systemdrive%\install\Hotfixes\1\KB824146.EXE /Q /M /Z
EXIT

mmmmm.. I have looked at the root of my XP cd with SP1 slipstreamed and i had the following:

1. $0em$

2. I386

3. Autorun.inf

4. Setup.exe

I am racking the grey matter here but shouldnt there be a couple of other files in the cd root???

could this be it?

Link to comment
Share on other sites

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...