Installer: Start program automatically after installation

This commit is contained in:
Nodir Temirkhodjaev 2023-06-07 11:44:43 +03:00
parent 9d14bf652d
commit 10543cd2ad

View File

@ -89,6 +89,9 @@ Filename: "{#APP_EXE}"; Parameters: "-i explorer"; Tasks: explorer
Filename: "sc.exe"; Parameters: "start {#APP_SVC_NAME}"; Description: "Start service"; \
Flags: nowait; Tasks: service
Filename: "{#APP_EXE}"; Description: {cm:LaunchProgram,{#APP_NAME}}; \
Flags: nowait postinstall skipifsilent
Filename: "https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads"; \
Description: "Install the latest Visual C++ x86 redistributable!"; Flags: shellexec postinstall; \
Check: not VCRedist86Exists()