Changes between Initial Version and Version 1 of OSGeo4W_jp/CommandLine


Ignore:
Timestamp:
Feb 18, 2010, 9:25:53 PM (14 years ago)
Author:
yukatohhana
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OSGeo4W_jp/CommandLine

    v1 v1  
     1[[TOC]]
     2
     3== Commandline Options for osgeo4w-setup.exe ==
     4
     5=== Possible Options ===
     6
     7{{{
     8 -t --test                              Use setup_test.ini
     9 -a --advanced                          Advanced install (as opposed to Express)
     10 -S --safe                              Safe Mode (Skip some admin actions)
     11 -D --download                          Download from internet
     12 -L --local-install                     Install from local directory
     13 -s --site                              Download site
     14 -R --root                              Root installation directory
     15 -p --proxy                             HTTP/FTP proxy (host:port)
     16 -q --quiet-mode                        Unattended setup mode
     17 -h --help                              print help
     18 -l --local-package-dir                 Local package directory
     19 -r --no-replaceonreboot                Disable replacing in-use files on next
     20                                        reboot.
     21 -n --no-shortcuts                      Disable creation of desktop and start
     22                                        menu shortcuts
     23 -N --no-startmenu                      Disable creation of start menu shortcut
     24 -d --no-desktop                        Disable creation of desktop shortcut
     25 -A --disable-buggy-antivirus           Disable known or suspected buggy anti
     26                                        virus software packages during
     27                                        execution.
     28}}}
     29
     30=== Example ===
     31
     32 * to get a list of the available options, pass "-h" to the executable, such as
     33   {{{
     34      > setup.exe -h
     35   }}}
     36   * 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
     37
     38[wiki:OSGeo4W_jp 戻る]