From b25f8449a2a3c16f385c3bb444a85649a8c4e7c4 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Tue, 22 Feb 2022 11:28:32 -0600 Subject: [PATCH] New: Add more information about Windows service to installer Closes #520 --- setup/readarr.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/readarr.iss b/setup/readarr.iss index 031436f1d..f823b5e76 100644 --- a/setup/readarr.iss +++ b/setup/readarr.iss @@ -44,7 +44,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl" [Tasks] Name: "desktopIcon"; Description: "{cm:CreateDesktopIcon}" -Name: "windowsService"; Description: "Install Windows Service (Starts when the computer starts)"; GroupDescription: "Start automatically"; Flags: exclusive unchecked +Name: "windowsService"; Description: "Install Windows Service (Starts when the computer starts as the LocalService user, you will need to change the user to access network shares)"; GroupDescription: "Start automatically"; Flags: exclusive unchecked Name: "startupShortcut"; Description: "Create shortcut in Startup folder (Starts when you log into Windows)"; GroupDescription: "Start automatically"; Flags: exclusive Name: "none"; Description: "Do not start automatically"; GroupDescription: "Start automatically"; Flags: exclusive unchecked