How to create a Atomated Silent Installer Of Programs

Discussion in 'Application Software' started by the_brenton, Dec 19, 2010.

  1. the_brenton

    the_brenton MDL Junior Member

    Nov 17, 2009
    63
    1
    0
    #1 the_brenton, Dec 19, 2010
    Last edited: Dec 19, 2010
    Hi
    my brother wants to skip the installing programs (next next next finish)
    and asked me to "how to do this" and i am here for it :p
    so what i want is a program that can make silent installer and do the activation process (entering serial keys or sth) itself can some1 help me?
    Thanks. :D
     
  2. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,480
    1,500
    150
    The program you want to install can probably use different switches..
    If you want to install multiple programs use a batchfile.
     
  3. the_brenton

    the_brenton MDL Junior Member

    Nov 17, 2009
    63
    1
    0
    #3 the_brenton, Dec 19, 2010
    Last edited: Dec 20, 2010
    (OP)
    I want to use them as hotfix on an unattended windows setup disk that I want to make. and i saw some installer that for example: windows with firefox + falsh player + its addons . and when i opened the windows disk it was a single .exe file for "firefox + falsh player + its addons" how you do that? I know there is a program that can record installing whats the name and what do you use and suggest? (I'm the brother BTW)
    tnx
     
  4. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,356
    2,026
    210
    There is NO magic solution (one for all)
    You need to figure out how to make silen install of the programs in question

    Then, as already said, you run the lot from batch file

    But expect quite some work on your part

    sebus
     
  5. the_brenton

    the_brenton MDL Junior Member

    Nov 17, 2009
    63
    1
    0
    what about nLite Add-on maker?
    is it working?(i am The real Brenton :p)
     
  6. dareckibmw

    dareckibmw MDL Expert

    Jun 16, 2009
    1,201
    1,360
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. the_brenton

    the_brenton MDL Junior Member

    Nov 17, 2009
    63
    1
    0
    #7 the_brenton, Dec 21, 2010
    Last edited: Dec 21, 2010
    (OP)
    Thanks i Can use them for a 7 operating system
    but want i want is automating myself apps i have a lot and they a little hard to install and there is a lot of Pc's to install
    so is there a way?
    darecki how you use apps on xp on your modified windows?
    you have firefox winrar and..... how you created silent install from em?
     
  8. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
  9. the_brenton

    the_brenton MDL Junior Member

    Nov 17, 2009
    63
    1
    0
    Thanks to All
    You All Saved Me Again
    i Sent my brother to MSFN for Collecting Information
    Thanks :D
     
  10. seyamco

    seyamco MDL Novice

    May 7, 2008
    25
    0
    0
    Thanks to All
     
  11. andykn

    andykn MDL Novice

    Sep 26, 2009
    22
    0
    0
    For applications that come as an msi file you can run

    msiexec /i application.msi /qn

    For ones that come with a setup.exe you might be able to run

    setup.exe /s

    But to configure the setup options you want can be more difficult involving answer files or properties, you may find AutoIT easier.
     
  12. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,397
    2,024
    60
    AppDeploy.com you will find many switches, just google the name of the installer along with appdeploy and you should get good results

    CMenu if you are using 32 bit OS and SendToA3x if you are on 64

    For CMenu and SendToA3x you right click the installer and depending on which you install you need to find the "Identify Installer" either in "More Options" or the "Send to" sub menu
     
  13. chintuchacha

    chintuchacha MDL Novice

    Jul 1, 2010
    8
    0
    0
    What about Macros guys???
     
  14. dannyth69

    dannyth69 MDL Novice

    Oct 15, 2010
    10
    0
    0
    whilst not a complete solution, it will certainly install a lot of the most common apps for you - I would recommend www ninite com - I used this to create an offline frozen installer for a bunch of apps and stuck it inside group policy - now all I do is build the PC and add it to the domain and walk away for a while.

    $20 USD per month for pro - but well worth it in my opinion