2009-09-20 08:46:24 +00:00
|
|
|
textreplace -std -t bin\@package@.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"
|
|
|
|
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"
|
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"
|