Skip to content

Commit

Permalink
feat(nsis): add new interface to show custom page after change instal…
Browse files Browse the repository at this point in the history
…lation directory and before install start, like other running options. (#4219)
  • Loading branch information
Zrylhh authored and develar committed Sep 23, 2019
1 parent e48681e commit a9a4c53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/app-builder-lib/templates/nsis/assistedInstaller.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
${endIf}
FunctionEnd
!endif

# after change installation directory and before install start, you can show custom page here.
!ifmacrodef customPageAfterChangeDir
!insertmacro customPageAfterChangeDir
!endif

!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH
!else
Expand Down

0 comments on commit a9a4c53

Please sign in to comment.