Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
fix Config file and installer
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSwerik committed May 8, 2020
1 parent e9901a9 commit 04cb733
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Inno Config.iss
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,9 @@ Name: "german"; MessagesFile: "compiler:Languages\German.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Dirs]
Name: "{autodocs}\RedEye"

[Files]
Source: "Publish\bin\*"; DestDir: "{app}\bin"; Excludes:"*.pdb;Publish\bin\config.csv"; Check: Is64BitInstallMode; Flags: ignoreversion recursesubdirs
Source: "Publish\bin\config.csv"; DestDir: "{autodocs}\RedEye\config.csv"; Check: Is64BitInstallMode; Flags: ignoreversion recursesubdirs
Source: "Publish\bin\config.csv"; DestDir: "{userdocs}\RedEye"; Check: Is64BitInstallMode; Flags: ignoreversion recursesubdirs

[Icons]
Name: "{group}\{#MyAppName}"; Filename: "{app}\bin\{#MyAppExeName}"; Flags: createonlyiffileexists;
Expand All @@ -51,4 +48,4 @@ Name: "{app}\{#MyAppName}"; Filename: "{app}\bin\{#MyAppExeName}"; Flags: create
Filename: "{app}\bin\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Check: IsWin64; Flags: nowait postinstall skipifsilent

[UninstallDelete]
Type: filesandordirs; Name: "{autodocs}\RedEye\config.csv"
Type: filesandordirs; Name: "{userdocs}\RedEye\config.csv"

0 comments on commit 04cb733

Please sign in to comment.