Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.3
-
Fix Version/s: 1.6.4
-
Component/s: Documentation
-
Labels:None
-
Environment:Windows (all)
-
Number of attachments :
Description
The NSI script used to build the Windows installer refers to the following shortcut creation:
CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\GeoServer Documentation.lnk"\
"$INSTDIR\documents\GEOSDOC\Documentation.html"
However this file tree is never created. Rather than fix this, this code should be changed to look online.
CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\GeoServer Documentation.lnk"\
"http://geoserver.org"
This looks like it has been broken for a couple of versions, but I'm just noticing it now. The NSI script needs to be cleaned up anyway, but that will happen soon...