Hi Stefan, On Mon, 16. Feb 2015 at 13:06:12 +0000, Blumentrath, Stefan wrote: > Would it work to install QGIS/OSGeo4W to a network drive and just copy it > from there to the different Workstations (e.g. to C:\OSGEO4W64 for Windows > workstations)? Will not registry / path settings be scrued?
Look for *.tmpl files in the installation. Those are templates for the files without the tmpl extension. That is done by the files in etc/postinstall using textreplace. The batch files in postinstall also create the shortcuts. After being run they are renamed to .bat.done. So you're deployment script could rename the local copy of the .bat.done back, set OSGEO4W_ROOT (OSGeo4W directory with backslashes), OSGEO4W_ROOT_MSYS (OSGeo4W in msys notation with forward slashes), OSGEO4W_STARTMENU (name of the start menu group), OSGEO4W_MENU_LINKS (1 if you want shortcuts in the menu) and/or OSGEO4W_DESKTOP_LINKS if you want links on the desktop) and rerun them. That should give you pretty much the same as you would have gotten from a fresh install. Another approach might be to have the osgeo4w share mapped to a fixed drive letter everywhere. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Norden http://www.norbit.de QGIS release manager (PSC) Germany IRC: jef on FreeNode
signature.asc
Description: Digital signature
_______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
