Ticket #15 (closed defect: fixed)

Opened 5 years ago

Last modified 2 years ago

postinstall/udig.bat creates empty Start Menu group

Reported by: maphew Owned by: moovida
Priority: minor Component: Package
Version: Keywords: udig
Cc: moovida

Description

mkdir "%ALLUSERSPROFILE%\start menu\Programs\OSGeo4W"
mkdir "%ALLUSERSPROFILE%\start menu\Programs\OSGeo4W\uDig"
xxmklink "%ALLUSERSPROFILE%\start menu\Programs\OSGeo4W\uDig.lnk" " " 

should be just

mkdir "%ALLUSERSPROFILE%\start menu\Programs\OSGeo4W"
xxmklink "%ALLUSERSPROFILE%\start menu\Programs\OSGeo4W\uDig.lnk" " " 

Attachments

udig.bat.tmpl Download (134 bytes) - added by maphew 4 years ago.
bin/udig.bat.tmpl with new style of setting o4w environment, plus quoted path for install under dir with spaces
udig.bat Download (411 bytes) - added by maphew 4 years ago.
etc/postinstall/udig.bat with corrected startmenu link

Change History

Changed 4 years ago by warmerdam

  • cc moovida added
  • component changed from Installer to Package

Changed 4 years ago by warmerdam

I would note that the .bat file should really be using %OSGEO4W_STARTMENU% to give the portion of the start menu path down to, and including \OSGeo4W.

Changed 4 years ago by maphew

  • keywords udig added
  • owner changed from osgeo4w-dev@… to maphew
  • status changed from new to assigned

bin/udig.bat.tmpl: needs path quoted to allow for osgro4w_root with space and other non-standard characters in path name

Changed 4 years ago by maphew

bin/udig.bat.tmpl with new style of setting o4w environment, plus quoted path for install under dir with spaces

Changed 4 years ago by maphew

etc/postinstall/udig.bat with corrected startmenu link

Changed 2 years ago by moovida

  • owner changed from maphew to moovida
  • status changed from assigned to new

Changed 2 years ago by moovida

  • status changed from new to assigned

Changed 2 years ago by moovida

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.