From 81ac359f71ffeb5ff7ab176d837fcc3accc95563 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 11 Jul 2019 17:43:52 -0700 Subject: [PATCH] Default to System Tray for Windows installer --- setup/sonarr.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/sonarr.iss b/setup/sonarr.iss index 5d70597d8..e01a4bf50 100644 --- a/setup/sonarr.iss +++ b/setup/sonarr.iss @@ -42,8 +42,8 @@ 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 -Name: "startupShortcut"; Description: "Create shortcut in Startup folder (Starts when you log into Windows)"; GroupDescription: "Start automatically"; Flags: exclusive unchecked +Name: "windowsService"; Description: "Install Windows Service (Starts when the computer starts)"; 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 [Files]