@@ -84,6 +84,7 @@ Section "GanttProject"
8484 File HouseBuildingSample.gan
8585 File LICENSE
8686 File logging.properties
87+ File logback.xml
8788
8889 File /r plugins
8990 File /r runtime
@@ -117,12 +118,12 @@ SectionEnd
117118Section "Start Menu Shortcuts"
118119
119120 SetShellVarContext all
120- CreateDirectory "$SMPROGRAMS\GanttProject "
121- CreateShortCut "$SMPROGRAMS\GanttProject \Uninstall.lnk" "$INSTDIR\uninstall.exe" "" "$INSTDIR\uninstall.exe" 0
122- CreateShortCut "$SMPROGRAMS\GanttProject \GanttProject.lnk" "$INSTDIR\ganttproject.exe" "" "$INSTDIR\ganttproject.ico"
123- CreateShortCut "$SMPROGRAMS\GanttProject \HouseBuildingSample.lnk" "$INSTDIR\HouseBuildingSample.gan" "" "$INSTDIR\ganttproject.ico"
121+ CreateDirectory "$SMPROGRAMS\$ { APPFOLDERNAME } "
122+ CreateShortCut "$SMPROGRAMS\$ { APPFOLDERNAME } \Uninstall.lnk" "$INSTDIR\uninstall.exe" "" "$INSTDIR\uninstall.exe" 0
123+ CreateShortCut "$SMPROGRAMS\$ { APPFOLDERNAME } \GanttProject $VERSION .lnk" "$INSTDIR\ganttproject.exe" "" "$INSTDIR\ganttproject.ico"
124+ CreateShortCut "$SMPROGRAMS\$ { APPFOLDERNAME } \HouseBuildingSample.lnk" "$INSTDIR\HouseBuildingSample.gan" "" "$INSTDIR\ganttproject.ico"
124125 CreateShortCut "$INSTDIR\Run GanttProject.lnk" "$INSTDIR\ganttproject.exe" "" "$INSTDIR\ganttproject.ico"
125- CreateShortCut "$DESKTOP\GanttProject.lnk" "$INSTDIR\ganttproject.exe" "" "$INSTDIR\ganttproject.ico"
126+ CreateShortCut "$DESKTOP\GanttProject $VERSION .lnk" "$INSTDIR\ganttproject.exe" "" "$INSTDIR\ganttproject.ico"
126127
127128SectionEnd
128129
@@ -168,7 +169,7 @@ Section "Uninstall"
168169
169170
170171 ; Remove shortcuts, if any
171- Delete "$SMPROGRAMS\GanttProject \*.*"
172+ Delete "$SMPROGRAMS\$ { APPFOLDERNAME } \*.*"
172173 Delete "$DESKTOP\GanttProject.lnk"
173174 Delete "$INSTDIR\Run GanttProject.lnk"
174175
0 commit comments