Skip to content

Commit

Permalink
Only remove the existing settings once
Browse files Browse the repository at this point in the history
Fixes #538
  • Loading branch information
Belphemur committed Jan 16, 2021
1 parent 5e367f7 commit 05b4e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Installer/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
AppName={#MyAppSetupName}
AppVersion={#MyAppVersion}
AppVerName={#MyAppSetupName} {#MyAppVersion}
AppCopyright=Copyright © 2010-2021 {#MyAppSetupName}
; AppCopyright=Copyright © 2010-2021 {#MyAppSetupName}
VersionInfoVersion={#MyAppVersion}
VersionInfoCompany=SoundSwitch
AppPublisher=Antoine Aflalo
Expand Down Expand Up @@ -72,7 +72,7 @@ Name: "zh"; MessagesFile: "compiler:Languages\Chinese.isl"

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"
Name: deletefiles; Description: "{cm:ExistingSettings}"; Flags: unchecked
Name: deletefiles; Description: "{cm:ExistingSettings}"; Flags: unchecked checkedonce

[Files]
Source: "{#ExeDir}SoundSwitch.exe"; DestDir: "{app}"; Flags: signonce
Expand Down

0 comments on commit 05b4e3a

Please sign in to comment.