From bf7631b7e4e1cdeadac589423410c5aa0a87ad2d Mon Sep 17 00:00:00 2001 From: "dolgolyov.alexei" Date: Mon, 23 Mar 2026 13:41:41 +0300 Subject: [PATCH] docs: add NSIS finish page launch option to CI/CD guide Add optional MUI_FINISHPAGE_RUN pattern for launching the app after installation completes. --- gitea-python-ci-cd.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitea-python-ci-cd.md b/gitea-python-ci-cd.md index 07d47d8..6d75625 100644 --- a/gitea-python-ci-cd.md +++ b/gitea-python-ci-cd.md @@ -341,6 +341,10 @@ Key design decisions: InstallDir "$LOCALAPPDATA\${APPNAME}" 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 Section "!Core (required)" SecCore ; App files + uninstaller Section "Desktop shortcut" SecDesktop ; Optional