Opened 16 years ago

Closed 13 years ago

#15 closed defect (fixed)

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 (2)

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

Download all attachments as: .zip

Change History (8)

comment:1 by warmerdam, 15 years ago

Cc: moovida added
Component: InstallerPackage

comment:2 by warmerdam, 15 years ago

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.

comment:3 by maphew, 15 years ago

Keywords: udig added
Owner: changed from osgeo4w-dev@… to maphew
Status: newassigned

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

by maphew, 15 years ago

Attachment: udig.bat.tmpl added

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

by maphew, 15 years ago

Attachment: udig.bat added

etc/postinstall/udig.bat with corrected startmenu link

comment:4 by moovida, 13 years ago

Owner: changed from maphew to moovida
Status: assignednew

comment:5 by moovida, 13 years ago

Status: newassigned

comment:6 by moovida, 13 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.