Skip to content

Commit

Permalink
NSIS Run after install
Browse files Browse the repository at this point in the history
  • Loading branch information
xssnick committed Sep 11, 2023
1 parent 992b071 commit 1367f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/windows/installer/project.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ VIAddVersionKey "ProductName" "${INFO_PRODUCTNAME}"
# !define MUI_WELCOMEFINISHPAGE_BITMAP "resources\leftimage.bmp" #Include this to add a bitmap on the left side of the Welcome Page. Must be a size of 164x314
!define MUI_FINISHPAGE_NOAUTOCLOSE # Wait on the INSTFILES page so the user can take a look into the details of the installation steps
!define MUI_ABORTWARNING # This will warn the user if they exit from the installer.
!define MUI_FINISHPAGE_RUN "$INSTDIR\${PRODUCT_EXECUTABLE}"

!insertmacro MUI_PAGE_WELCOME # Welcome to the installer page.
# !insertmacro MUI_PAGE_LICENSE "resources\eula.txt" # Adds a EULA page to the installer
Expand Down

0 comments on commit 1367f83

Please sign in to comment.