Skip to content

Commit

Permalink
Installer finish page can open www.bareos.com
Browse files Browse the repository at this point in the history
Now the Installer in interactive mode offers to open
www.bareos.com.

This can be deactivated via checkbox.

Fixes #163: add link to bareos.com to installer

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
  • Loading branch information
pstorz authored and Marco van Wieringen committed Feb 17, 2015
1 parent 99a1348 commit 69911ed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion platforms/win32/winbareos.nsi
Expand Up @@ -118,8 +118,14 @@ Page custom getDirectorParameters
; Custom page shows director config snippet
Page custom displayDirconfSnippet

Function LaunchLink
ExecShell "open" "http://www.bareos.com"
FunctionEnd

#!define MUI_FINISHPAGE_RUN "$INSTDIR\bareos-fd.exe"
!define MUI_FINISHPAGE_RUN
#!define MUI_FINISHPAGE_RUN_NOTCHECKED
!define MUI_FINISHPAGE_RUN_TEXT "Open www.bareos.com"
!define MUI_FINISHPAGE_RUN_FUNCTION "LaunchLink"

!insertmacro MUI_PAGE_FINISH

Expand Down

0 comments on commit 69911ed

Please sign in to comment.