Jump to content

ebin25

Member
  • Posts

    82
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by ebin25

  1. Ok, I have only been doing this whole OS manipulation thing for about a week now. I mostly find something that looks like what I need and copy and paste :}

    This is what I have so far:

    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! Some user interaction

    ECHO will be requred for the installation to flow smoothly.

    ECHO MADE POSSIBLE BY SYSTUM EBIN NOWELL

    @echo Installing the K-Lite Codec Pack (Full) ...

    @%systemdrive%\install\Applications\KLITE\klcodec_260f.exe /silent /LoadInf=".\klcpf.ini"

    @echo Installing QuickTime Alternative ...

    @%systemdrive%\install\Applications\QuickTimeAlternative\quicktimealt165.exe /silent /LoadInf=".\qtalt.ini" /TASKS="fa_wmp\qt"

    @echo Installing Real Alternative ...

    @%systemdrive%\install\Applications\RealAlternative\realalt145.exe /silent /LoadInf=".\realalt.ini"

    ECHO.

    ECHO Installing Trillian Pro

    ECHO Please Wait...

    %systemdrive%\install\applications\TrillianPro\Trillian.exe /S

    ECHO.

    ECHO Installing Winrar 3.50 Corp

    ECHO Please Wait...

    %systemdrive%\install\applications\wrar\WinRAR.exe /S

    ECHO.

    ECHO Installing Azureus

    ECHO Please Wait...

    %systemdrive%\install\applications\azur\Azureus.setup.exe /S

    ECHO.

    ECHO Installing MagicIso

    ECHO Please Wait...

    %systemdrive%\install\applications\miso\Setup_MagicISO.exe /S

    ECHO.

    ECHO WHEN FOUND NEW HARDWARE WIZARD APPEARS,

    ECHO SELECT NEXT, AND

    ECHO INSTALL AUTOMATICALLY!!!

    ECHO THEN APPS WILL CONTINUE TO INSTALL.

    ECHO.

    ECHO Installing Alcohol 120

    ECHO Please Wait...

    %systemdrive%\install\applications\al120\setup.exe /quiet /norestart

    ECHO.

    ECHO Installing Nero 7

    ECHO Please Wait...

    %systemdrive%\install\applications\NERO7\Nero.msi TRANSFORMS=Nerocore.mst /qb-! /norestart

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Nero 7\Info]

    "Serial7_1127858803"="xxxxxxxxxxxxxxxxxxxxxxxxxx"

    ECHO.

    ECHO Installing **** NFO Viewer

    ECHO Please Wait...

    %systemdrive%\install\applications\****\****.msi /qn

    ECHO.

    ECHO Installing Emule

    ECHO Please Wait...

    %systemdrive%\install\applications\emule\eMule.exe /S

    ECHO.

    ECHO Installing Jet Audio

    ECHO Please Wait...

    %systemdrive%\install\applications\jaudio\JetAudio.exe /S

    ECHO.

    ECHO Installing Symantec Antivirus 10

    ECHO Please Wait...

    %systemdrive%\install\applications\SAV\Symantec.msi /qn

    ECHO.

    ECHO Installing MS Office 2003 SP2

    ECHO Please Wait...

    %systemdrive%\install\applications\Office2003\PRO11.MSI /QB

    ECHO.

    ECHO Installing MS Front Page SP2

    ECHO Please wait...

    %systemdrive%\install\applications\FPSP2\FP11.MSI /QB

    ECHO.

    ECHO Installing DVD Decrypter

    ECHO Please wait...

    %systemdrive%\install\applications\dvddec\DVD.msi /quiet

    ECHO.

    ECHO Installing DVD Shrink

    ECHO Please Wait...

    %systemdrive%\install\applications\dvdshrink\Shrink.exe /s

    ECHO.

    ECHO Installing Macromedia Dreamweaver 8

    ECHO Please Wait...

    %systemdrive%\install\applications\MACDREAM8\Macromedia_Dreamweaver_8.msi Serailnumber=xxxxxxxxxxxxxxx /qb- Reboot=Suppress

    ECHO.

    ECHO Installing Macromedia Flash 8

    Echo Please Wait...

    %systemdrive%\install\applications\macflash8\MacromediaFlash8.msi Serailnumber=xxxxxxxxxxxxxx /qb- Reboot=Suppress

    ECHO.

    ECHO INSTALLING SONY VEGAS

    ECHO Please Wait...

    %systemdrive%\install\applications\Vegas\vegas60c.exe /S

    ECHO.

    ECHO INSTALLING APP...

    %systemdrive%\install\applications\DVDaRCHITECT\dvdarchitect30.exe /S

    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

    RD /S /Q %systemdrive%\install

    EXIT

    I have not tested teh nero one yet, but i cannot get Sony Vegas or DVD Architect to work. Any Suggestions?

  2. thanks for all the help. I have learned a lot in the past 4 days. So far these are my only added apps to install, but i will keep learning

    [GuiRunOnce]

    command1="%systemdrive%\installs\Applications\Office2003\2003.bat"

    command2="%systemdrive%\installs\Applications\K-Lite Codec Pack\klcpf.bat"

    command3="%systemdrive%\installs\Applications\QuickTime Alternative\qtalt.bat"

    command4="%systemdrive%\installs\Applications\Real Alternative\realalt.bat"

    command5="%systemdrive%\installs\Applications\****\****.bat"

  3. to delete your C:\Install folder, add rd /g /s /f to your cleanup.bat.

    can you explain this further. as i said. I am a COMPLETE noob and have never read anything about cleanup bat.

    again. my appologies for ignorance.

    thank you for your help btw. I have run several trials on msvpc and so far so good. just gotta get rid of that install folder.

  4. I just statrted customixing my xp installations and so far I LOVE IT. I have made several .cmd files in (C:\XPCD\$OEM$\$1\install\Applications.) My question is, How do i tell [GuiRunOnce] to install one cmd file at a time?

    i.e.

    If i wanted to run two files, would i type (into winnt.sif)

    "[GuiRunOnce]

    c:\install\Applications\2003_batch.cmd

    [GuiRunOnce]

    c:\instal\Applications\QT\qtalt.bat"

    or something more along the lines of

    "[GuiRunOnce]

    c:\install\Applications\2003_batch.cmd ,wait, c:\instal\Applications\QT\qtalt.bat"

    sorry for my ignorance but i am eager to learn.

    My second question is how do I get the "C:\install" folder to be automatically deleted after the .cmd and .bat are done running?

    Thank you for your patience.

  5. http://unattended.msfn.org/intermediate/ap...03_advanced.htm

    I followed these instructions to the "T", but when i install xp, office has not been installed. There is, however a folder (something like C:\Install\Application\Office 2003) where i can install 2003 from. I want it to be silently installed.

    I placed this

    ECHO.

    ECHO Installing Office 2003 Professional

    ECHO Please wait...

    start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb- ( .bat file) in C:\XPCD\$OEM$\$1\install\Applications

    Do i need to add anything to winnt.sif?

    What am I doing wrong?

  6. I just slipstreamed all updates into xp and now i want to cfreate a dvd with all of my common apps. I do a lot of video encoding and would love to clean install whne needed and have all my fav apps installed. Can anyone provide me with a simple guide for doing this? I dont need a menu to choose the apps i want like in bart or pe. I just want them to all install. Sorry for my ignorance.

×
×
  • Create New...