Activity Stream
48,167 MEMBERS
61182 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 5 of 5

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1.     
    #1
    Banned
    Website's:
    Khambaty.com iMotivate.net

    Default Want to make a silent installer...

    Hi , Could anyone of you tell me how to convert a PACKED MSI for silent install or can anyone do it for me.

    Name of the software : Gadget Extractor ( Google)


    Regards,
    Netguy
    Netguy Reviewed by Netguy on . Want to make a silent installer... Hi , Could anyone of you tell me how to convert a PACKED MSI for silent install or can anyone do it for me. Name of the software : Gadget Extractor ( Google) Regards, Netguy Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    Elite.SO Defendos.com Motionite.com
    Write a .bat file with the following code:

    Code: 
    :begin
    setup.msi /qb
    exit
    :end
    save it as run.bat

    Put this into a rar SFX while running run.bat after extraction.

    - setup.msi
    - run.bat

    Defendos BETA3 Released! Thread - Official Website

  4.     
    #3
    Banned
    Website's:
    Khambaty.com iMotivate.net
    @l0calh0st - Thank You , Could you please give me your MSN/Yahoo ! I need some small help with a INF file (Installation file) . Thanks again

  5.     
    #4
    Member
    Website's:
    MSAHost.net MegaDizajn.info URLFor.us
    Use AutoIT
    It's simple to create scipt for silent install

    ex:
    Code: 
    #cs ----------------------------------------------------------------------------
    Autor: 
    Script created with AutoIT3 http://www.autoitscript.com/autoit3/ 
    Version: 1.00
    Desc: ...
    #ce ----------------------------------------------------------------------------
    
    ; Start
    Opt ("SendKeyDelay", 500)
    Run ("aimp_2.10.exe /S")
    WinWaitActive ("Installer Language")
    Send ("{ENTER}") 
    WinWaitActive ("AIMP2 Setup") 
    Send ("!n") ; Sledeci korak
    WinWaitActive ("AIMP2 Setup")
    Send ("{ENTER}")
    WinWaitActive ("AIMP2 Setup") 
    Send ("{Down}")
    Send ("{Down}")
    Send ("{Down}")
    Send ("{Down}")
    Send ("{Down}")
    Send ("{Down}")
    Send ("{Down}")
    Send ("{SPACE}")
    Send ("{Down}")
    Send ("{SPACE}")
    Send ("{TAB}")
    Send ("{TAB}")
    Send ("{ENTER}")
    WinWaitActive ("AIMP2 Setup")
    Send ("{TAB}")
    Send ("!i")
    WinWaitActive ("AIMP2 Setup", "Installation of AIMP2 is done!")
    Send ("{SPACE}") 
    Send ("{Down}")
    Send ("{SPACE}")
    Send ("{TAB}")
    Send ("{ENTER}") ; end
    ; Kraj skripte


    "Better to remain silent and be thought a fool than to speak out and remove all doubt"
    - A. Lincoln

  6.     
    #5
    Member
    Website's:
    wuploadlinks.net fileserve-movies.net fsdown.org
    Just so you know presentations should be under the "Introduction" categorie

    Please click the image above!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Auto Installer
    By Daniel in forum Polling Plaza
    Replies: 12
    Last Post: 30th May 2011, 06:00 PM
  2. We are Silent-Host
    By silenthost in forum Introductions
    Replies: 2
    Last Post: 29th Apr 2011, 04:07 AM
  3. [Hiring] sBorg Installer
    By play_avi in forum Completed Transactions
    Replies: 2
    Last Post: 1st Mar 2011, 02:13 PM
  4. Which Installer is this ?
    By Netguy in forum Web Development Area
    Replies: 6
    Last Post: 19th Jan 2011, 05:46 PM

Tags for this Thread

BE SOCIAL