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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user