Skip to content

Commit

Permalink
Option to open tray when installation completes
Browse files Browse the repository at this point in the history
  • Loading branch information
vanjac committed Jun 28, 2022
1 parent a2b20e9 commit 28f75f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions installer/install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ SetCompressor LZMA

!define MUI_COMPONENTSPAGE_SMALLDESC

!define MUI_FINISHPAGE_RUN_TEXT "Open chromabrowse tray"
!define MUI_FINISHPAGE_RUN "$INSTDIR\chromabrowse.exe"
!define MUI_FINISHPAGE_RUN_PARAMETERS "/tray"
!define MUI_FINISHPAGE_RUN_NOTCHECKED

!insertmacro MUI_PAGE_COMPONENTS
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH

!insertmacro MUI_UNPAGE_CONFIRM
!insertmacro MUI_UNPAGE_INSTFILES
Expand Down

0 comments on commit 28f75f0

Please sign in to comment.