command line for auto installation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rotcivlamora
    Newbie
    • Jan 2010
    • 1

    #1

    command line for auto installation

    Can i have the command line for auto installation of Burnintest 6.0 windows version
  • Ray (PassMark)
    PassMark Engineer
    • Nov 2003
    • 32

    #2
    The following are command-line parameters for silent installation (to be used with the installer executable):

    /SP-
    This will suppress the startup prompt (with the text "This will install... do you wish to continue?")

    /SILENT
    This will suppress the wizard and background window but the installation progress will still appear. Error messages and startup prompt will still appear unless /SP- is also specified.

    /VERYSILENT
    This is the same as /silent but will also hide the progress window.

    /SUPPRESSMSGBOXES
    This will suppress the prompts such as "Keep newer file?" and "File exists, confirm overwrite". It will automatically select the default choice for these prompts.
    Ray
    PassMark Software

    Comment

    • JDowning
      Junior Member
      • Aug 2011
      • 2

      #3
      Any More Command Line Options available

      The command line parameteres provided were great!!! THANX Ray!!!

      Now I am curious if there is a way to "uncheck" the launch application checkbox during the unattended install?

      I am hoping to automate the installation of the BurnIn and Performance Test software at once.

      Thanx

      Comment

      • David (PassMark)
        Administrator
        • Jan 2003
        • 11099

        #4
        Innosetup is used as the installer.

        Supported command line parameters are here,
        http://unattended.sourceforge.net/InnoSetup_Switches_ExitCodes.html

        I didn't see one for the checkbox however.

        Comment

        • JDowning
          Junior Member
          • Aug 2011
          • 2

          #5
          Do you suppose the "/TASKS" parameter could be used? Do you, or anyone, know what the "Launch Performance Test" Task/Checkbox would be named?
          Last edited by JDowning; Aug-10-2011, 01:46 PM. Reason: more info

          Comment

          • David (PassMark)
            Administrator
            • Jan 2003
            • 11099

            #6
            I don't think /TASKS can be used for what you want.

            Comment

            Working...