Jump to content

Kanti

Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by Kanti

  1. Well i decided that i'm gonna make a new Unattended windows Installation DVD since i'm going to have alot of the Programs. First of all i've been using BatchScripts so i decided to use Runonce since its look better.

    Programs List are below

    1. Mcafee Interprise 8.0i

    2. Firefox 2.0

    3. Windows Media Player 11

    4. Utorrent

    5. Nero

    6. Flash Player

    7. Java Laguage

    8. Ad-Aware AntiSpywear

    9. AMD DualCore Drivers

    10. SpeedFans

    11. Prime 95

    12. Mcromedia Program

    13. Adobe Reader

    14. SpyBot Search & Destroy

    15. MSN messenger

    16. Combine Community Pack

    17. Power Toys for Windows XP

    18. NetFrame Work

    So far that all the programs and i think i'm gonna add a Driver too. but i just need to find out how to intergrate these in there. If any one know which programs i can intergrate in to the windows installation process pleasz tell me ^^. So help me out guide me to the success!

  2. Any one know Mcafee Virus Pro 10 for silent install? cuz i spent like 2 days try to figure it out. cuz the Accept and Decline windows comup every time

    UPDATE: Never mine i got it LOL

    BTW any one know where i can read more about Batchscript switches?

  3. So i when through the guide and read them all like twice or so but still can't fine something i need.

    when you put a command for RunonceEX what /qn means? and how can i put a switches so that i don't hae to click for install just let them install by it self? thanks.

    cmdow @ /HID

    @echo off

    FOR %%i IN ( 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 %%i:\CD.txt SET CDROM=%%i:

    SetLocal enableextensions

    SET CDROM=%~d0

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing Applications" /sinlent /f

    REG ADD %KEY%\005 /VE /D "AdAware" /f

    REG ADD %KEY%\005 /V 1 /D "%CDROM%\$OEM$\$1\install\Applications\AdAware\AdAware.exe /qn" /silent /f

    REG ADD %KEY%\006 /VE /D "MSN 8.0" /f

    REG ADD %KEY%\006 /V 1 /D "%CDROM%\$OEM$\$1\install\Applications\MSN\MSN.exe /qn" /silent /f

    REG ADD %KEY%\007 /VE /D "Mcafee Virus Scan" /f

    REG ADD %KEY%\007 /V 1 /D "%CDROM%\$OEM$\$1\install\Applications\mvs\setup.exe /qn" /silent /f

    REG ADD %KEY%\008 /VE /D "MCafee Firewall" /f

    REG ADD %KEY%\008 /V 1 /D "%CDROM%\$OEM$\$1\install\Applications\mvf\setup.exe /qn" /silent /f

    REG ADD %KEY%\009 /VE /D "Nero BurnROM 7.0" /f

    REG ADD %KEY%\009 /V 1 /D "%CDROM%\$OEM$\$1\install\Applications\Nero\Nero.exe /qn" /silent /f

    SERIALNUMBER=

    USERNAME=HOME

    COMPANYNAME=

    REG ADD %KEY%\010 /VE /D "Utorrent" /f

    REG ADD %KEY%\010 /V 1 /D "%CDROM%\$OEM$\$1\install\Applications\Utorrent\uTorrent.exe /qn" /silent /f

    REG ADD %KEY%\011 /VE /D "Windows Media Player 11" /f

    REG ADD %KEY%\011 /V 1 /D "%CDROM%\$OEM$\$1\install\Applications\wmp11\MP11.exe /qn" /silent /f

    EndLocal

    EXIT

×
×
  • Create New...