Changes between Version 5 and Version 6 of FAQ
- Timestamp:
- 02/15/09 18:00:04 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v5 v6 51 51 (add instructions) 52 52 53 == How do I perform an offline or computer lab install? == 54 55 In some situations a "net-install" is not appropriate, and it is required that all installation components are already collected locally. [http://blog.qgis.org/node/124 A method for accomplishing this has been posted to the QGIS blog]. In summary: choose the "download without install" option, collect the needed files, transfer them, then on the unconnected machine run the installer with the following options from the Windows command prompt: 56 {{{ 57 osgeo4w-setup.exe -q --local-install --root c:\OSGeo4w -l "c:\osgeoPackages\http:%3a%2f%2fdownload.osgeo.org%2fosgeo4\release" 58 }}} 59 60 which can be hidden in a batch file for convenience. (change paths as required)