Ticket #11 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

udig startup improvement

Reported by: warmerdam Owned by: moovida
Priority: major Component: Package
Version: Keywords: udig
Cc:

Description

Andrea,

This ticket is to request that the udig package be updated to create a desktop icon and program files menu item. Also, perhaps, to place the udig.bat file in osgeo4w\bin so that udig can also be launched from the OSGeo4W shell easily.

This is the menu/icon script used by OpenEV as an example:

etc\postinstall\openev.bat

xxmklink "%ALLUSERSPROFILE%\start menu\Programs\OSGeo4W\OpenEV.lnk" " "%OSGEO4W_ROOT%\bin\openev.bat" \ "OSGeo4W OpenEV" 1 "%OSGEO4W_ROOT%\apps\openev\icon.ico"
xxmklink "%ALLUSERSPROFILE%\Desktop\OpenEV.lnk" "%OSGEO4W_ROOT%\bin\openev.bat" " " \ "OSGeo4W OpenEV" 1 "%OSGEO4W_ROOT%\apps\openev\icon.ico"
textreplace -std -t bin/openev.bat

Change History

Changed 5 years ago by moovida

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to Beta Release

Everything now works. Just the start menu problem is there as of Ticket #13

Changed 5 years ago by warmerdam

Confirmed ... thanks!

Changed 4 years ago by anonymous

  • milestone Beta Release deleted

Milestone Beta Release deleted

Note: See TracTickets for help on using tickets.