diff --git a/setup/lidarr.iss b/setup/lidarr.iss index c5b3a8efd..c519c8c35 100644 --- a/setup/lidarr.iss +++ b/setup/lidarr.iss @@ -36,14 +36,15 @@ CompressionThreads=2 Compression=lzma2/normal AppContact={#ForumsURL} VersionInfoVersion={#BaseVersion}.{#BuildNumber} +SetupLogging=yes [Languages] 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]