wiki:OSGeo4W_jp/InstallFromCD

Version 5 (modified by yukatohhana, 15 years ago) ( diff )

--

CDからのインストール

I have done some experiments and succeeding in preparing an OSGeo4W install CD that can be used instead of installing from the network.

I had to fix some problems with "local mode" in the express install logic. I also added logic so that "-L -l _cwd_" can be passed on the osgeo4w-setup.exe commandline to run in local mode using the current working directory as the package cache. With those changes (uploaded already) I was successful making a CD. I also created an autorun file:

http://download.osgeo.org/osgeo4w/autorun.inf

オートランニングUSBキーを作成するために同じようなアプローチを利用しますが、autorun.iniファイルは少し変更されます。

CDのイメージは本来、:

http://download.osgeo.org/osgeo4w

とすべてのサブディレクトリの複製です。 There are various means to get this tree, but I used the rsync command:

  rsync -av download.osgeo.org::download/osgeo4w .

It would also be interesting to have an *installed* OSGeo4W tree on a CD. I have not tried this yet.

戻る

Note: See TracWiki for help on using the wiki.