Jump to content

faithlezz

Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

About faithlezz

faithlezz's Achievements

0

Reputation

  1. The 817778 hotfix caused the problem, I took it out from SVCPACK and put it in RunOnceEx. Thanks to AaronXP for this.
  2. I always thought that it's better to install directx after all the drivers (vga and sound). Thanks
  3. Hi I have this in my RunOnceEx file: REG ADD %KEY%\025 /VE /D "ATI CATALYST Windows XP 4.3" /f REG ADD %KEY%\025 /V 1 /D "%CDROM%\EXTRA\Install\ATI\Setup.exe /s /sms /f2\"%systemdrive%\ATI.txt\"" /f REG ADD %KEY%\030 /VE /D "DirectX 9.0b" /f REG ADD %KEY%\030 /V 1 /D "%CDROM%\EXTRA\Install\DX9NTopk.exe" /f How come it doesn't wait for the completion of the installation of the ATI 4.3 driver then go to DirectX? It just goes straight to the DirectX while the ATI driver is still installing. The ATI 4.3 driver has the driver, control panel and multimedia driver.
  4. RunOnceEx: @echo off IF EXIST D:\CD.txt set CDROM=D: IF EXIST E:\CD.txt set CDROM=E: IF EXIST F:\CD.txt set CDROM=F: IF EXIST G:\CD.txt set CDROM=G: IF EXIST H:\CD.txt set CDROM=H: IF EXIST I:\CD.txt set CDROM=I: IF EXIST J:\CD.txt set CDROM=J: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\001 /VE /D "Preparing Installation..." /f REG ADD %KEY%\001 /V 1 /D "%CDROM%\EXTRA\Install\prepare.cmd" /f REG ADD %KEY%\005 /VE /D "Hotfix - Buffer overrun in an MDAC function" /f REG ADD %KEY%\005 /V 1 /D "%CDROM%\EXTRA\Install\Q832483.exe /c:\"dahotfix.exe /q /n\" /q" /f REG ADD %KEY%\010 /VE /D "Hotfix - Flaw in Windows Media Player Skins Downloading" /f REG ADD %KEY%\010 /V 1 /D "%CDROM%\EXTRA\Install\KB817787.exe /Q:A /R:N" /f REG ADD %KEY%\015 /VE /D "Qfecheck.exe Verifies the Installation of Windows XP Hotfixes" /f REG ADD %KEY%\015 /V 1 /D "%CDROM%\EXTRA\Install\Q282784.exe /q /u /n /z" /f REG ADD %KEY%\020 /VE /D "Creative AudioHQ" /f REG ADD %KEY%\020 /V 1 /D "%CDROM%\EXTRA\Install\AudioHQ\Setup.exe -s -f2\"%systemdrive%\AudioHQ.txt\"" /f REG ADD %KEY%\025 /VE /D "ATI CATALYST Windows XP 4.3" /f REG ADD %KEY%\025 /V 1 /D "%CDROM%\EXTRA\Install\ATI\Setup.exe /s /sms /f2\"%systemdrive%\ATI.txt\"" /f REG ADD %KEY%\030 /VE /D "DirectX 9.0b" /f REG ADD %KEY%\030 /V 1 /D "%CDROM%\EXTRA\Install\DX9NTopk.exe" /f REG ADD %KEY%\035 /VE /D "TweakUI Powertoy" /f REG ADD %KEY%\035 /V 1 /D "%CDROM%\EXTRA\Install\TweakUI.msi /qn" /f REG ADD %KEY%\040 /VE /D "Visual Basic 6.0 Service Pack 5: Run-Time" /f REG ADD %KEY%\040 /V 1 /D "%CDROM%\EXTRA\Install\vbrun60sp5.exe /Q:U /R:N" /f REG ADD %KEY%\045 /VE /D "Web Accessories from Microsoft" /f REG ADD %KEY%\045 /V 1 /D "%CDROM%\EXTRA\Install\IETools\ie5wa.exe /Q:U /R:N" /f REG ADD %KEY%\050 /VE /D "Microsoft Internet Explorer 5 Power Tweaks Web Accessories" /f REG ADD %KEY%\050 /V 1 /D "%CDROM%\EXTRA\Install\IETools\pwrtwks.exe /Q:U /R:N" /f REG ADD %KEY%\055 /VE /D "Microsoft Web Developer Accessories" /f REG ADD %KEY%\055 /V 1 /D "%CDROM%\EXTRA\Install\IETools\webdevaccess.exe /Q:U /R:N" /f REG ADD %KEY%\060 /VE /D ".NET Framework 1.1" /f REG ADD %KEY%\060 /V 1 /D "%CDROM%\EXTRA\Install\dotnetfx.exe" /f REG ADD %KEY%\065 /VE /D "Sun Java 1.4.2" /f REG ADD %KEY%\065 /V 1 /D "%CDROM%\EXTRA\Install\j2sdk-1_4_2.exe /s /v/qn" /f REG ADD %KEY%\070 /VE /D "Google Toolbar" /f REG ADD %KEY%\070 /V 1 /D "%CDROM%\EXTRA\Install\GoogleToolbarInstaller.exe /q /d" /f REG ADD %KEY%\075 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\075 /V 1 /D "REGEDIT /S %CDROM%\EXTRA\Install\RegTweaks.reg" /f REG ADD %KEY%\080 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\080 /V 1 /D "%CDROM%\EXTRA\Install\cleanup.cmd" /f EXIT SVCPACK: [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=1 BuildNumber=2600 [SetupData] CatalogSubDir="\i386\update" [ProductCatalogsToInstall] KB826939.cat [SetupHotfixesToRun] update.exe -q -n JS56NEN.exe /Q:A /R:N KB823182.exe /Q /U /N /Z KB824105.exe /Q /U /N /Z KB824141.exe /Q /U /N /Z KB825119.exe /Q /U /N /Z KB828028.exe /Q /U /N /Z KB828035.exe /Q /U /N /Z Q330994.exe /Q:A /R:N Q828750.exe /Q:A /R:N Q832894.exe /Q:A /R:N msjavwu.exe /Q:A /R:N wm9codecs.exe /Q:A /R:N Q828026.exe /Q /U /N /Z QCHAIN.exe Note: I just removed 817787 from SVCPACK and put it in RunOnceEx
  5. It is strange that I am the only one who has this kind of problem, anyone?
  6. Hi There is an error with my unattended Windows XP installation CD, in the final step of the installation it says: RUNDLL Specified module could not be found C:\Documents Does anyone know what this means and how to fix this? My installation CD has Windows XP Rollup 1, some other hot fixes, my drivers and other programs. I use RunOnceEx and SVCPACK Thanks
  7. Hi I successfully installed Windows XP Pro SP1 with unattended mode (OEM) and it works like charm. However I notice that with unattended installation, Windows XP creates some weird folders in my C: drive, something like: C:\3ef4c6d4f7031c8a7b84c16f1d4563 C:\9ab4c717f3eef85ef646e658331a913d C:\396858e544581 C:\d4b5ca9da12d1f5e2344f6416 What are these folders for? How come I can't delete them? I don't see these folders when I do normal installation. Can someone help? Thanks
×
×
  • Create New...