Opened 17 years ago
Closed 14 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)
Change History (8)
comment:1 by , 16 years ago
Cc: | added |
---|---|
Component: | Installer → Package |
comment:2 by , 16 years ago
comment:3 by , 16 years ago
Keywords: | udig added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
bin/udig.bat.tmpl: needs path quoted to allow for osgro4w_root with space and other non-standard characters in path name
by , 16 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 , 16 years ago
etc/postinstall/udig.bat with corrected startmenu link
comment:4 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:5 by , 14 years ago
Status: | new → assigned |
---|
comment:6 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
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.