Silent installer

Discussion in 'Application Software' started by karthikimfak, Jan 28, 2012.

  1. karthikimfak

    karthikimfak MDL Novice

    Aug 22, 2011
    10
    2
    0
    hi frns..... i want to install the swrs as unattended.... silent installation.... pls tell any swrs for creating this type of installations...
     
  2. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,515
    7,170
    120
    Well, the silent installs in many case is:

    /? = For find the silent parameter
    /Q = Quiet install
    /S = Silent Install
    /quiet = Quiet install
    /silent = Silent install

    You can test via command prompt, I personally, write an batch file with all parameters for all silent installs on XP / 7...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
  4. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,218
    22,277
    210
    No more hmmmm's in your posts please!!! or bad news for you!!!
     
  5. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    666
    1,083
    30
    Silent instal is individual.

    1) parametr for instaler
    example: /S or /q etc.

    2) decompile instaler and modifi instaler
    example: Inno Setup instaler and decompiler innounp

    3) decompile and create instaler
    example: uniextract161 and create program Inno Setup

    4) testing instal in virtual machine (vmware) and create instaler
    example: InstallWatchPro25 modifi and create file, registry, ini parametr in instal program ... and create program Inno Setup

    5) automatization instal (autoit) ... no silent, only no exist silent instal