2009-09-20 08:46:24 +00:00
|
|
|
textreplace -std -t bin\@package@.bat
|
2011-05-28 09:06:07 +02:00
|
|
|
textreplace -std -t bin\@package@-browser.bat
|
2009-07-29 08:59:18 +00:00
|
|
|
|
|
|
|
mkdir "%OSGEO4W_STARTMENU%"
|
2009-09-20 08:46:24 +00:00
|
|
|
xxmklink "%OSGEO4W_STARTMENU%\Quantum GIS (@version@).lnk" "%OSGEO4W_ROOT%\bin\@package@.bat" " " \ "Quantum GIS - Desktop GIS (@version@)" 1 "%OSGEO4W_ROOT%\apps\@package@\icons\QGIS.ico"
|
2011-05-23 18:35:54 +02:00
|
|
|
xxmklink "%OSGEO4W_STARTMENU%\Quantum GIS Browser (@version@).lnk" "%OSGEO4W_ROOT%\bin\@package@-browser.bat" " " \ "Quantum GIS Browser (@version@)" 1 "%OSGEO4W_ROOT%\apps\@package@\icons\QGIS.ico"
|
2009-09-20 08:46:24 +00:00
|
|
|
xxmklink "%ALLUSERSPROFILE%\Desktop\Quantum GIS (@version@).lnk" "%OSGEO4W_ROOT%\bin\@package@.bat" " " \ "Quantum GIS - Desktop GIS (@version@)" 1 "%OSGEO4W_ROOT%\apps\@package@\icons\QGIS.ico"
|
2011-05-23 18:35:54 +02:00
|
|
|
xxmklink "%ALLUSERSPROFILE%\Desktop\Quantum GIS Browser (@version@).lnk" "%OSGEO4W_ROOT%\bin\@package@-browser.bat" " " \ "Quantum GIS - Browser (@version@)" 1 "%OSGEO4W_ROOT%\apps\@package@\icons\QGIS.ico"
|
2009-09-10 22:00:21 +00:00
|
|
|
|
|
|
|
set O4W_ROOT=%OSGEO4W_ROOT%
|
|
|
|
set OSGEO4W_ROOT=%OSGEO4W_ROOT:\=\\%
|
2009-09-20 08:46:24 +00:00
|
|
|
textreplace -std -t "%O4W_ROOT%\apps\@package@\bin\qgis.reg"
|
|
|
|
"%WINDIR%\regedit" /s "%O4W_ROOT%\apps\@package@\bin\qgis.reg"
|
2011-05-05 22:28:42 +02:00
|
|
|
|
2011-05-06 22:20:39 +02:00
|
|
|
path %PATH%;%OSGEO4W_ROOT%\apps\@package@\bin
|
2011-05-23 06:54:06 +02:00
|
|
|
call "%OSGEO4W_ROOT%"\bin\o4w_env.bat
|
2011-05-05 22:28:42 +02:00
|
|
|
start "CRS synchronization" /wait %OSGEO4W_ROOT%\apps\@package@\crssync
|