Opened 13 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: | |
---|---|---|---|
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 , 13 years ago
comment:2 by , 12 years ago
Milestone: | v2.7.0 → v2.8.0 |
---|
reproduced on Win7x64
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