osgeo4w-setup.exeのコマンドラインのオプション
実行できるオプション
-t --test Use setup_test.ini
-a --advanced Advanced install (as opposed to Express)
-S --safe Safe Mode (Skip some admin actions)
-D --download Download from internet
-L --local-install Install from local directory
-s --site Download site
-R --root Root installation directory
-p --proxy HTTP/FTP proxy (host:port)
-q --quiet-mode Unattended setup mode
-h --help print help
-l --local-package-dir Local package directory
-r --no-replaceonreboot Disable replacing in-use files on next
reboot.
-n --no-shortcuts Disable creation of desktop and start
menu shortcuts
-N --no-startmenu Disable creation of start menu shortcut
-d --no-desktop Disable creation of desktop shortcut
-A --disable-buggy-antivirus Disable known or suspected buggy anti
virus software packages during
execution.
例
- 利用できるオプションのリストを得るために、次のように"-h"を実行ファイルにパスしてください。
> setup.exe -h
- setup.log.fullというファイルは同じディレクトリに作成されます。利用できるオプションを見るために、テキスト・エディターでそのファイルを開くことができます。
戻る