Changes between Version 5 and Version 6 of FAQ


Ignore:
Timestamp:
Feb 15, 2009, 6:00:04 PM (15 years ago)
Author:
hamish
Comment:

How to perform an offline or computer lab install

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v5 v6  
    5151(add instructions)
    5252
     53== How do I perform an offline or computer lab install? ==
     54
     55In 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{{{
     57osgeo4w-setup.exe -q --local-install --root c:\OSGeo4w -l "c:\osgeoPackages\http:%3a%2f%2fdownload.osgeo.org%2fosgeo4\release"
     58}}}
     59
     60which can be hidden in a batch file for convenience. (change paths as required)