Jump to content

keytotime

Member
  • Posts

    403
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by keytotime

  1. Dl the file here and drop them in your i386 folder, that should solve your problem. http://unattended.msfn.org/intermediate/drivers/cd.htm
  2. Did you modify the checksum after you hacked the file.
  3. SP2 works better when slipstreamed into an xpcd.
  4. WooooooooooooooooooT Thank You . But error, your uxtheme is not supported.
  5. http://home.eunet.no/~pnordahl/ntpasswd/ to reset password.
  6. verify that msiexec.dll and msiexec.exe are in system32.
  7. The Mozilla Installer is a 7-Zip Installer.
  8. You should have a folder called InstallApps in your cd root. Try to keep it more standard. Here's mine. I have a folder called Apps in the root of my cd. cmdow @ /HID @Echo Off FOR %%d IN (c: d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) DO IF EXIST %%d\WIN51 SET CDROM=%%d SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\000 /VE /D "Adobe Reader 7" /f REG ADD %KEY%\000 /V 1 /D "%CDROM%\Apps\acroread7.exe" /f REG ADD %KEY%\000 /V 2 /D "REGEDIT /S %CDROM%\Apps\1.reg" /f
  9. This is a amazing tool. Can you make a version that compress all the files into one folder and copy all the inf's into that folder. Because some driver installs share alot of files, with the current method it creates semi-redundant folders.
  10. yah the who would buy it. Buy a previously broken graphics card.
  11. http://www.zipzoomfly.com/jsp/ProductDetai...ductCode=172504 Much better dvd+rw drive Plus a whole community tweaking the firmware. http://club.cdfreaks.com/forumdisplay.php?f=86 I personally have an Nec Nd-3500 and i adore it.
  12. No diskpart will wipe the whole drive. Try under [unattended] ExtendOemPartition = 1
  13. Try this works fine for me. Add all other stuff to another .cmd . cmdow @ /HID @Echo Off FOR %%d IN (c: d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) DO IF EXIST %%d\WIN51 SET CDROM=%%d SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing programs..." /f REG ADD %KEY%\000 /VE /D "HP LaserJet 5" /f REG ADD %KEY%\000 /V 1 /D "%cdrom%\Setup\hplj5.cmd" /f REG ADD %KEY%\005 /VE /D "Mozilla Firefox 1.0" /f REG ADD %KEY%\005 /V 1 /D "%cdrom%\Setup\Apps\Firefox.exe" /f REG ADD %KEY%\010 /VE /D "VCE General Hospital" /f REG ADD %KEY%\010 /V 1 /D "%cdrom%\Setup\Apps\VCE_GH.exe" /f REG ADD %KEY%\015 /VE /D "VCE Medical-Surgical" /f REG ADD %KEY%\015 /V 1 /D "%cdrom%\Setup\Apps\VCE_MSTI.exe" /f REG ADD %KEY%\020 /VE /D "MS Office 2003 (Word, Excel, and PowerPoint)" /f REG ADD %KEY%\020 /V 1 /D "%cdrom%\Setup\Apps\Office.exe" /f REG ADD %KEY%\025 /VE /D "MS Frontpage 2003" /f REG ADD %KEY%\025 /V 1 /D "%cdrom%\Setup\Apps\Frontpage.exe" /f REG ADD %KEY%\026 /VE /D "Ad-Aware Pro" /f REG ADD %KEY%\026 /V 1 /D "%cdrom%\%cdrom%\Setup\Apps\Aawaawsepro.exe /S" /f REG ADD %KEY%\026 /V 2 /D "taskkill /IM Adaware.exe /F" /f REG ADD %KEY%\026 /V 3 /D "taskkill /IM hh.exe /F" /f REG ADD %KEY%\026 /V 4 /D "taskkill /IM Ad-Aware.exe /F" /f REG ADD %KEY%\030 /VE /D "Spybot S&D" /f REG ADD %KEY%\030 /V 1 /D "%cdrom%\Setup\Apps\spybot\spybotsd13.exe /silent" /f REG ADD %KEY%\035 /VE /D "SpyBot S&D Updates" /f REG ADD %KEY%\035 /V 1 /D "%cdrom%\Setup\Apps\spybot\spyupd.exe" /f REG ADD %KEY%\040 /VE /D "AOL Instant Messenger" /f REG ADD %KEY%\040 /V 1 /D "%cdrom%\Setup\Apps\AIMInstall.exe" /f REG ADD %KEY%\045 /VE /D "McAfee AntiVirus 7" /f REG ADD %KEY%\045 /V 1 /D "%cdrom%\Setup\Apps\McAfee\McAfee.exe" /f REG ADD %KEY%\050 /VE /D "McAfee Updates (12/29/04)" /f REG ADD %KEY%\050 /V 1 /D "%cdrom%\Setup\Apps\McAfee\sdat4417.exe /silent" /f REG ADD %KEY%\055 /VE /D "FirstClass 8.0 SP1" /f REG ADD %KEY%\055 /V 1 /D "%cdrom%\Setup\Apps\FirstClass.exe" /f REG ADD %KEY%\060 /VE /D "QuickTime Alternative 1.39" /f REG ADD %KEY%\060 /V 1 /D "%cdrom%\Setup\Apps\quicktimealt139.exe /verysilent /sp-" /f REG ADD %KEY%\065 /VE /D "Real Alternative 1.29" /f REG ADD %KEY%\065 /V 1 /D "%cdrom%\Setup\Apps\realalt129.exe /verysilent /sp-" /f REG ADD %KEY%\070 /VE /D "WinRAR 3.42" /f REG ADD %KEY%\070 /V 1 /D "%cdrom%\Setup\Apps\wrar342.exe /s" /f REG ADD %KEY%\000 /VE /D "Acrobat Reader 6.0" /f REG ADD %KEY%\000 /V 1 /D "%cdrom%\Setup\Apps\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\""" /f REG ADD %KEY%\080 /VE /D "Java Runtime 5.0.1" /f REG ADD %KEY%\080 /V 1 /D "%cdrom%\Setup\Apps\jre501.exe" /f REG ADD %KEY%\085 /VE /D "Macromedia Shockwave/Flash Player 10.0" /f REG ADD %KEY%\085 /V 1 /D "%cdrom%\Setup\Apps\mm_fl_sw_installer.exe /s" /f REG ADD %KEY%\090 /VE /D "Apply Registry Tweaks" /f REG ADD %KEY%\090 /V 1 /D "REGEDIT /S %cdrom%\Setup\RegTweaks.reg" /f REG ADD %KEY%\095 /VE /D "Reboot the computer to finish installation" RED ADD %KEY%\095 /V 1 /D "shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute..." EXIT
×
×
  • Create New...