Jump to content

r4esh

Member
  • Posts

    20
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About r4esh

r4esh's Achievements

0

Reputation

  1. I jsut finished my new unattened xp cd with sp2 and all of the programs i told the batch_file.cmd to run didn't install. It came up with errors for each one saying the .exe file was missing. So I am guessing that they got deleted during the install of xp. Anyway to fix tihs?
  2. What you mean it can't be batch_file.cmd at GUI run once?
  3. Uh dude... i jsut put the stars so taht i wasn't giving away personal information..... My company administrator rescricts me from giving away the workgroup sence we are on a wireless network and we are a large organization.
  4. I am asuming that sence it errors during the network install then the problem relies within the winnt.sif file so here it is. ;SetupMgrTag [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" [unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes UnattendSwitch="yes" DriverSigningPolicy=Ignore Hibernation=no UnattendSwitch=yes WaitForReboot=Yes TargetPath=\WINDOWS OemPnPDriversPath="Drivers\000_Chipset;Drivers\001_MA-101;Drivers\002_VideoCard;Drivers\003_DVD-Burner" [GuiUnattended] AdminPassword="*****" EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=15 OemSkipWelcome=1 [userData] ProductKey=************************* FullName="Tyler Durder" OrgName="Lotus : Graphic Design" ComputerName=Lotus [Display] BitsPerPel=32 Xresolution=1152 YResolution=864 Vrefresh=85 [TapiLocation] CountryCode=1 AreaCode=85719 [RegionalSettings] LanguageGroup=1 Language=00000409 [identification] JoinWorkgroup=******* [Networking] InstallDefaultComponents=Yes Home_Page=http://www.lotusds.tk/ [Components] msmsgs=off msnexplr=off freecell=off hearts=off minesweeper=off pinball=off solitaire=off spider=off zonegames=off [GuiRunOnce] %systemdrive%\install\batch_file.cmd
  5. My new slipstreamed XP cd with SP2 and other crap reboots durring the install right after it finishes the "installing network" phaze (around T-30), and the installation process starts all over at like T-39 or somthing. Why is this? how can i fix this?
  6. here is the batch_file.cmd where it install the programs. CLS@echo off TITLE Windows XP SP2 - Unattended Installation ECHO. ECHO Over the next few minutes you will see automated installations ECHO of various sofware applications, windows updates, and registry ECHO tweaks being implemented. The computer will restart automatically ECHO once the whole process has finished! ECHO. ECHO Removing Wallpapers and Screensavers... DEL "%systemroot%\*.bmp" DEL "%systemroot%\Web\Wallpaper\*.jpg" DEL "%systemroot%\system32\dllcache\*.scr" DEL "%systemroot%\system32\*.scr" 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 Applying Registry Tweaks... REGEDIT /S %systemdrive%\install\RegTweaks.reg ECHO. ECHO Installing AIM 5.5 ECHO Please wait... start /wait %systemdrive%\install\Applications\AIM\Install_AIM.exe /s echo. Echo Removing WeatherBug echo. start /wait %systemdrive%"\program files\aws\weatherbug\unwise.exe" /a "%systemdrive%\program files\aws\weatherbug\install.log" exit ECHO. ECHO Installing Windows Media Player 10 ECHO Please wait... start /wait %systemdrive%\install\WMP10\MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N /DisallowSystemRestore" ECHO. ECHO Installing Lavasoft Ad-Aware 6 Pro (Will ask for Serial) ECHO Please wait... start /wait %systemdrive%\install\Applications\AdAware\aaw6181.exe /s ECHO. ECHO Installing Adobe Reader 6 ECHO Please wait... start /wait %systemdrive%\install\Applications\AdobeReader6\AdbeRdr60_enu_basic.exe -p"-s /v\"/qn\"" ECHO. ECHO Registering Nero Burning ROM... REGEDIT /S %systemdrive%\install\Applications\Nero\register.reg ECHO. ECHO Installing Nero Burning ROM v6.3.1.17 ECHO Please wait... start /wait %systemdrive%\install\Applications\Nero\Nero60015.exe /silent /noreboot /no_ui /sn=4a21-8591-1596-4263-6211-0426 /write_sn ECHO. ECHO Installing Google Toolbar ECHO Please wait... start /wait %systemdrive%\Install\Applications\GoogleBar\GoogleToolbarInstaller.exe /s /qn ECHO. ECHO Installing Sun Java VM 1.4.5 ECHO Please wait... start /wait j2re-1_4_2_05-windows-i586.exe /s /v/qn ADDLOCAL=jrecore IEXPLORER=1" ECHO Installing .NET Framework v1.1 ECHO Please wait... start /wait %systemdrive%\install\NetFramework\netfx.msi /qb ECHO Installing .NET Framework v1.1 SP1 ECHO Please wait... start /wait %systemdrive%\install\NetFramework\NDP1.1sp1-KB867460-X86.exe /Q ECHO. ECHO Installing Office 2003 Professional with SP1 Embedded ECHO Please wait... start /wait %systemdrive%\install\Applications\OfficeXP\setup.exe TRANSFORMS=Unattended.MST /qb- ECHO Installing Steam ECHO Please wait... start /wait %systemdrive%\install\Steam\Steam.exe ECHO Installing DVD Shrink 3.2 ECHO Please wait... start /wait %systemdrive%\install\DVD Shrink 3.2\DVD Shrink 3.2.exe ECHO Installing Middle Man AIM addon ECHO Please wait... start /wait %systemdrive%\install\Middle Man\MM.exe ECHO Installing Skype ECHO Please wait... start /wait %systemdrive%\install\Skype\Skype.exe ECHO Installing ExtractNow ECHO Please wait... start /wait %systemdrive%\install\ExtractNow\ExtractNow.exe ECHO Installing RegScrubXP ECHO Please wait... start /wait %systemdrive%\install\RegScrubXP\RegScrubXP.exe ECHO. ECHO Restarting the PC in 1 minute... shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!" ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\Drivers EXIT
  7. Is there a universal code i can type in to prevent or ignore all program's request to reboot? So that regardless of what the program says the process wont occer and the installation of windows xp will continue?
  8. Is there a universal code i can type in to prevent or ignore all program's request to reboot? So that regardless of what the program says the process wont occer and the installation of windows xp will continue?
  9. around T-13 when XP runs batch_file.cmd a program is cousing windows install to reboot thus cousing the installation process to start over. I'm not quite sure exactly which program it is, it might be office 03, but this is preventing me from installing windows xp. How can i fix this? If you need me to post the batch_file, i will. or any other files for that matter.
  10. Did you bother to read the website link that jrzycrim & I gave (in the 1st 2 replies)? Yes and i have everything right.
  11. ack, once again i did a typo, i ment install, not installer. so OEMPreInstall. yeah evreyhing is right i just tested this in Virtual PC 04. durning the install my HD ran outa space and i had to delete some stuff to continue the emulation. do you think that it was just the virtual PC that messed it up?
  12. yes, that IS what i ment. but do you know why it didn't copy?
  13. My only guess to why this is, is maybe during install somhow it got deleted like maybe during windows' deletion of temp files or somthing. Any thoughts?
  14. OEMPreInstaller is set to "Yes" and during the install it copied all the files in the $OEM$ folder, except for $OEM$\Installs folder. why is this? it was a big problem, because all my auto install flies werent copied thus they werent installed. what do i need to do to fix this?
×
×
  • Create New...