Skip to content

Commit

Permalink
Updated Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed Aug 8, 2021
1 parent 5138070 commit 425c85d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ColorPicker.Setup/Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ AppUpdatesURL={#MyAppURL}
DefaultDirName={autopf}\{#MyAppName}
DefaultGroupName=Léo Corp
DisableProgramGroupPage=yes
LicenseFile=H:\ColorPicker\LICENSE
LicenseFile=..\LICENSE
; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest
PrivilegesRequiredOverridesAllowed=dialog
OutputDir=H:\ColorPicker\ColorPicker.Setup\Output
OutputDir=Output
OutputBaseFilename=ColorPickerSetup
SetupIconFile=H:\ColorPicker\ColorPicker\ColorPicker.ico
SetupIconFile=..\ColorPicker\ColorPicker.ico
Compression=lzma
SolidCompression=yes
WizardStyle=modern
Expand All @@ -43,9 +43,9 @@ Name: "french"; MessagesFile: "compiler:Languages\French.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Files]
Source: "H:\ColorPicker\ColorPicker\bin\Release\net5.0-windows\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "H:\ColorPicker\Xalyus Updater\bin\Release\net5.0-windows\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "H:\ColorPicker\ColorPicker\bin\Release\net5.0-windows\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "..\ColorPicker\bin\Release\net5.0-windows\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\Xalyus Updater\bin\Release\net5.0-windows\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "..\ColorPicker\bin\Release\net5.0-windows\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Expand Down

0 comments on commit 425c85d

Please sign in to comment.