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}"
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user