Opened 12 years ago

Last modified 12 years ago

#657 new defect

On windows 7, the menu Item “Uninistaller” does not launch the uninstaller

Reported by: ByronCinNZ Owned by: geonetwork-devel@…
Priority: major Milestone: v2.8.0
Component: General Version: v2.6.3
Keywords: Cc:

Description

After installing GeoNetwork on Windows 7 64 bit systems, I have noticed that shortcuts in Start->GeoNetwork ("Uninstaller") do not launch the right application. I have researched this and it seems to be a bug in the IZPack installer with windows 7 64bit. The argument “command Line” does not seem to find the correct value for “target” at certain situations. The published patch for 64 bit systems I found did not work. My solution was to leave the “commandLine” blank and move its value to “target” as follows:

Instead of : target =”java” commandLine==”-jar "$INSTALL_PATH/Uninstaller/uninstaller.jar" ”

I used: target =”java -jar "$INSTALL_PATH/Uninstaller/uninstaller.jar" ” commandLine==””

Change History (2)

comment:1 by pvgenuchten, 12 years ago

reproduced on Win7x64

  • Uninstall contains target='...../license.html' -jar ...
  • However in shortcut-definition, target for this shortcut is 'java', target in previous item is '.../license.html'

Tried to reproduce in WinXPx32, but error did not occur.

Seems like a bug in IZPack, did not find any similar behaviour on their website

Workaround might be, put uninstall shortcut before license shortcut

comment:2 by ianwallen, 12 years ago

Milestone: v2.7.0v2.8.0
Note: See TracTickets for help on using tickets.