Jump to content

strangefruit

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About strangefruit

strangefruit's Achievements

0

Reputation

  1. no guys I mean a cd that has the programs installed from the cd itself with cdroot i think
  2. is possible for me to create a self installing cd besides the xpcd so that i could insert after xp installation and have an unattended install from cd of whatever programs i want to install?
  3. I made an unattended xp and it tells me can`t finf the files in the paths specified did anyone have this problem? 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 Installing MSN Messenger 6.0.0602 Final ECHO Please wait... start /wait %systemdrive%\install\Applications\Applications\msn\MsnMsgs.msi /qn ECHO. ECHO Installing Acrobat reader 6 ECHO Please wait... start /wait ""%SystemDrive%\Install\Applications\Acrobat_reader_6\ar6.msi /qn ECHO. ECHO Registering Nero Burning ROM... REGEDIT /S %systemdrive%\install\nero.reg ECHO. ECHO Installing Nero Burning ROM 63120 ECHO Please wait... start /wait %SystemDrive%\Install\Applications\Nero6\Nero63120.exe /SILENT ECHO. ECHO Installing SpyBot Search & Destroy ECHO Please wait... start /wait %SystemDrive%\Install\Applications\Spybot\spybotsd12.exe /verysilent ECHO. ECHO Registering sun java... REGEDIT /S %systemdrive%\install\javanoupdate.reg ECHO. ECHO Installing Sun Java VM 1.4.2.05 ECHO Please wait... start /wait %SystemDrive%\Install\Applications\sun_java\j2re-1_4_2_05-windows-i586-p.exe /s /v /qb IEXPLORER=1 REBOOT=ReallySuppress ECHO. ECHO Installing WinISO 5.3 ECHO Please wait... start /wait %SystemDrive%\Install\Applications\Winiso5.3\WinISO.exe /VERYSILENT /SP- start taskkill /F /IM WinISO.exe ECHO. ECHO Installing winrar 3.3 ECHO Please wait... start /wait %SystemDrive%\Install\Applications\winrar\wrar330.exe /s ECHO. ECHO Installing winamp 5 ECHO Please wait... start /wait %SystemDrive%\Install\Applications\winamp\Winamp.exe /qb Xagent=0 Xname=m Xkey=Q3MBN-XLD86-CJYNP-P2SXD Xlibrary=0 Xhotkey=1 Xaudio=1 Xvideo=1 Xvisual=1 Xextra=1 Xwma=1 Xmid=1 Xmod=1 Xogg=1 Xaac=1 Xmp3enc=1 Xmp4=1 Xcdplay=1 Xsonic=1 Xcddb=1 Xwav=1 ECHO. ECHO Registering sygate 5.5... REGEDIT /S %systemdrive%\install\sygate.reg ECHO. ECHO Installing sygate 5.5 ECHO Please wait... start /wait %SystemDrive%\Install\Sygate5.5\spf.exe /QN Reboot=Supress ECHO. ECHO Installing clonecd ECHO Please wait... start /wait %systemdrive%\install\Applications\Clone\CloneCDSilent.exe SetupCloneCD4322.exe ECHO. ECHO Installing adaware pro ECHO Please wait... start /wait %SystemDrive%\Install\Applications\Ad-aware_pro\aawsepro.exe /S start /wait taskkill /IM Adaware.exe /F start /wait taskkill /IM hh.exe /F start /wait taskkill /IM Ad-Aware.exe /F ECHO. ECHO Installing kaspersky5 ECHO Please wait... start /wait %SystemDrive%\Install\Applications\Kaspersky5\kav5.0.149.4_personalen.exe /S /N ECHO. ECHO Installing Windows media player 10 ECHO Please wait... start /wait %SystemDrive%\Install\Applications\WMP10\mp10setup.exe /Q:A /R:N /P:#e ECHO. ECHO Installing shockwave 10 ECHO Please wait... start /wait %SystemDrive%\Install\Applications\shockwave\Shockwave_Installer_Full.exe /s ECHO. ECHO Installing xvid 1.02 ECHO Please wait... start /wait %SystemDrive%\Install\Applications\xvid\XviD-1.0.2-29082004.exe /VERYSILENT /SP- ECHO. ECHO Installing ac3 filter ECHO Please wait... start /wait %SystemDrive%\Install\Applications\ac3\ac3filter_0_63b.exe /S ECHO. ECHO Registering bsplayer... REGEDIT /S %systemdrive%\install\bsplayer.reg ECHO. ECHO Installing bsplayer ECHO Please wait... start /wait %SystemDrive%\Install\Applications\bsplayer\bsplayer.exe /S /D=c:\program files\BSplayer >nul EXIT
  4. I everybody, I have made an unattended sp2 cd which worked great up to the point where it started installing the runoncex where it gives the next error (my programs sit in cdroot\$OEM$\$1\Install. error: " windows cannot find c:\Install\" program dir"\file make sure yu tuped the name correvtly and then try again. to search for a file click the start button and then click search" here is my runoncex script: cmdow @ /HID @Echo Off rem PP=%SystemDrive%\Install\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Programs" /f REG ADD %KEY%\000 /VE /D "Ad-Aware Pro" /f REG ADD %KEY%\000 /V 1 /D "%SystemDrive%\Install\Ad-aware_pro\aawsepro.exe /S" /f REG ADD %KEY%\000 /V 2 /D "taskkill /IM Adaware.exe /F" /f REG ADD %KEY%\000 /V 3 /D "taskkill /IM hh.exe /F" /f REG ADD %KEY%\000 /V 4 /D "taskkill /IM Ad-Aware.exe /F" /f REG ADD %KEY%\001 /VE /D "Acrobat Reader 6.0" /f REG ADD %KEY%\001 /V 1 /D "%SystemDrive%\Install\Acrobat_reader_6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\""" /f REG ADD %KEY%\002 /VE /D "FireFox 9.3 Browser" /f REG ADD %KEY%\002 /V 1 /D "%SystemDrive%\Install\Firefox\firefox9_3.msi /qn" /f REG ADD %KEY%\003 /VE /D "Nero Burning ROM 63120" /f REG ADD %KEY%\003 /V 1 /D "%SystemDrive%\Install\Nero6\Nero63120.exe /SILENT /NOREBOOT /SN=removed /WRITE_SN" /f REG ADD %KEY%\004 /VE /D "SpyBot Search & Destroy" /f REG ADD %KEY%\004 /V 1 /D "%SystemDrive%\Install\Spybot\spybotsd12.exe /verysilent" /f REG ADD %KEY%\005 /VE /D "Sygate Personal Firewall" /f REG ADD %KEY%\005 /V 1 /D "%SystemDrive%\Install\Sygate5.5\spf.exe /QN Reboot=Supress" /f REG ADD %KEY%\006 /VE /D "Sun Java VM 1.4.2.05" /f REG ADD %KEY%\006 /V 1 /D "%SystemDrive%\Install\sun_java\j2re-1_4_2_05-windows-i586-p.exe /s /v\"/qb IEXPLORER=1 REBOOT=ReallySuppress\"" /f REG ADD %KEY%\007 /VE /D "WinISO 5.3" /f REG ADD %KEY%\007 /V 1 /D "%SystemDrive%\Install\Winiso5.3\WinISO.exe /VERYSILENT /SP-" /f REG ADD %KEY%\007 /V 2 /D "taskkill /F /IM WinISO.exe" /f REG ADD %KEY%\008 /VE /D "WinRAR 3.30" /f REG ADD %KEY%\008 /V 1 /D "%SystemDrive%\Install\winrar\wrar330.exe /s" /f If EXIST %SYSTEMDRIVE%\cleanup.cmd ( REG ADD %KEY%\010 /VE /D "cleanup" /f REG ADD %KEY%\010 /V 1 /D "%SYSTEMDRIVE%\cleanup.cmd" /f EXIT
  5. can anyone tell how to control the area of an html page that I want to print in my browser lets say IE
  6. cd works in cdfs while f;oppy work in fat12 that drives the computer crazy.
  7. Hi I`m a new guy to this scene and am still in stages of learning and slowly getting bits of information here and there. Just wanted to poiint out to a great software called "mydrivers" what it does is to record all path and registry entries made by your drivers exec installers and inf`s and enables you back in one click. what is even more exting is that it can create an installer to back up the whole thing. I don`t know about sinet intallation though. my frien has it and he loves it, though he does`nt have the installer option, which is available only in the professional version which he does`nt have. check out their site www.driver-soft.com cheers
×
×
  • Create New...