Jump to content

Alpha_95

Member
  • Posts

    30
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Posts posted by Alpha_95

  1. Hi all,

    what is the switch to silently install DivXInstaller 7 ?

    Cmenu with, it gives /S so I tried and it does not ...

    Nullsoft Installer ®

    setup.exe / Option

    (All switches MUST be upper case. No double quotes)

    Install Options

    /D =x:\dirname

    Install program to path.

    /NCRC

    Skip CRC check.

    Display Options

    /S

    Silent mode.

    CMenu Options

    AutoIt Usage

    Au3 create the template script.

    Edit any variables at the start of the script, and add shortcuts, that require deletion.

    Refer to the CMenu Help Guide. It displays sample highlighted items, to edit.

    Compile the script into an exe, and keep it with the install.

    Run the compiled exe, to install.

    Command line usage

    To silently install, use the switch:

    Setup.exe / S

    in a batch:

    ECHO Installing DIVXINSTALLER
    REG ADD% KEY% \ 000 / V 1 / D "% systemdrive% \ APPS \ DivXInstaller.exe / S" / f

    I also tested with a silent but such svcpack

    Thank you

×
×
  • Create New...