docs: add NSIS finish page launch option to CI/CD guide

Add optional MUI_FINISHPAGE_RUN pattern for launching the app
after installation completes.
This commit is contained in:
2026-03-23 13:41:41 +03:00
parent feb05e1df4
commit bf7631b7e4

View File

@@ -341,6 +341,10 @@ Key design decisions:
InstallDir "$LOCALAPPDATA\${APPNAME}" InstallDir "$LOCALAPPDATA\${APPNAME}"
RequestExecutionLevel user RequestExecutionLevel user
; Optional: launch app after install (checkbox on finish page)
!define MUI_FINISHPAGE_RUN "$INSTDIR\MyApp.bat"
!define MUI_FINISHPAGE_RUN_TEXT "Launch ${APPNAME}"
; Sections ; Sections
Section "!Core (required)" SecCore ; App files + uninstaller Section "!Core (required)" SecCore ; App files + uninstaller
Section "Desktop shortcut" SecDesktop ; Optional Section "Desktop shortcut" SecDesktop ; Optional