feat: add Launch option to installer finish page
Lint & Test / test (push) Successful in 9s

This commit is contained in:
2026-03-23 14:05:57 +03:00
parent 6500d6f615
commit 1f6e4f6d55
+3
View File
@@ -22,6 +22,9 @@ RequestExecutionLevel user
; !define MUI_ICON "media_server\static\icons\icon.ico"
; !define MUI_UNICON "media_server\static\icons\icon.ico"
!define MUI_ABORTWARNING
!define MUI_FINISHPAGE_RUN "wscript.exe"
!define MUI_FINISHPAGE_RUN_PARAMETERS '"$INSTDIR\scripts\${VBSNAME}"'
!define MUI_FINISHPAGE_RUN_TEXT "Launch ${APPNAME}"
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_DIRECTORY