Changes between Initial Version and Version 1 of CommandLine


Ignore:
Timestamp:
Feb 16, 2010, 7:39:12 PM (14 years ago)
Author:
jmckenna
Comment:

add options page

Legend:

Unmodified
Added
Removed
Modified
  • CommandLine

    v1 v1  
     1[[TOC]]
     2
     3[[wiki:WikiStart back]]
     4
     5== Commandline Options for osgeo4w-setup.exe==
     6
     7=== Possible Options ===
     8
     9{{{
     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.
     30}}}
     31
     32=== Example ===
     33
     34 * to get a list of the available options, pass "-h" to the executable, such as
     35   {{{
     36      >setup.exe -h
     37   }}}
     38   * a file named '''setup.log.full''' will be created in the same directory, and you can open that file in a text editor to see the available options