Skip to content

Commit

Permalink
(#563) Add exclusive choice for startup
Browse files Browse the repository at this point in the history
  • Loading branch information
jibedoubleve committed Aug 2, 2024
1 parent e48a324 commit ffaac11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
; Chose how the appplications starts up
Name: "startregistry"; Description: "Start the application via the registry"; GroupDescription: "Startup options"
Name: "starttask"; Description: "Start the application via a scheduled task"; GroupDescription: "Startup options"
Name: "startregistry"; Description: "Start the application via the registry"; GroupDescription: "Startup options"; Flags: exclusive
Name: "starttask"; Description: "Start the application via a scheduled task"; GroupDescription: "Startup options"; Flags: exclusive

[Registry]
Root: HKCU; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueType: string; ValueName: "Lanceur 2"; ValueData: """{app}\{#MyAppExeName}"""; Flags: uninsdeletevalue
Expand Down

0 comments on commit ffaac11

Please sign in to comment.