Changes between Version 3 and Version 4 of CommandLine


Ignore:
Timestamp:
May 31, 2017, 5:34:36 AM (7 years ago)
Author:
jonnyforest
Comment:

Update command line options based on the recent osgeo4w installer.

Legend:

Unmodified
Added
Removed
Modified
  • CommandLine

    v3 v4  
    88
    99{{{
    10  -t --test                              Use setup_test.ini
    11  -a --advanced                          Advanced install (as opposed to Express)
    12  -S --safe                              Safe Mode (Skip some admin actions)
    13  -D --download                          Download from internet
    14  -L --local-install                     Install from local directory
    15  -s --site                              Download site
    16  -R --root                              Root installation directory
    17  -p --proxy                             HTTP/FTP proxy (host:port)
    18  -q --quiet-mode                        Unattended setup mode
    19  -h --help                              print help
    20  -l --local-package-dir                 Local package directory
    21  -r --no-replaceonreboot                Disable replacing in-use files on next
    22                                         reboot.
    23  -n --no-shortcuts                      Disable creation of desktop and start
    24                                         menu shortcuts
    25  -N --no-startmenu                      Disable creation of start menu shortcut
    26  -d --no-desktop                        Disable creation of desktop shortcut
    27  -A --disable-buggy-antivirus           Disable known or suspected buggy anti
    28                                         virus software packages during
    29                                         execution.
     10 -b --disable-buggy-antivirus      Disable known or suspected buggy anti virus
     11                                   software packages during execution.
     12 -g --upgrade-also                 also upgrade installed packages
     13 -o --delete-orphans               remove orphaned packages
     14 -n --no-shortcuts                 Disable creation of desktop and start menu
     15                                   shortcuts
     16 -N --no-startmenu                 Disable creation of start menu shortcut
     17 -d --no-desktop                   Disable creation of desktop shortcut
     18 -r --no-replaceonreboot           Disable replacing in-use files on next
     19                                   reboot.
     20 -k --autoaccept                   Accept all licenses
     21 -l --local-package-dir            Local package directory
     22 -m --menu-name                    Menu name
     23 -a --arch                         architecture to install (x86_64 or x86)
     24 -R --root                         Root installation directory
     25 -q --quiet-mode                   Unattended setup mode
     26 -M --package-manager              Semi-attended chooser-only mode
     27 -h --help                         print help
     28 -p --proxy                        HTTP/FTP proxy (host:port)
     29 -x --remove-packages              Specify packages to uninstall
     30 -c --remove-categories            Specify categories to uninstall
     31 -P --packages                     Specify packages to install
     32 -C --categories                   Specify entire categories to install
     33 -D --download                     Download from internet
     34 -L --local-install                Install from local directory
     35 -t --test                         Use setup_test.ini
     36 -A --advanced                     Advanced install (as opposed to Express)
     37 -S --safe                         Safe Mode (Skip some admin actions)
     38 -s --site                         Download site
     39 -O --only-site                    Ignore all sites except for -s
    3040}}}
    3141