Skip to content

Commit

Permalink
Merge pull request #10 from xssnick/dev2
Browse files Browse the repository at this point in the history
NSIS Run after install
  • Loading branch information
xssnick authored Sep 11, 2023
2 parents 9f688ff + 1367f83 commit 7faf053
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 7faf053

Please sign in to comment.