#define MyAppName "perso"
#define MyAppPublisher "Troumad"
#define MyAppURL "https://troumad.org"
#define MyAppExeName "perso.exe"
#define MyAppVersion "4.4.1.3"

[Languages]
Name: "french"; MessagesFile: "compiler:Languages\French.isl"

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

[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{ABDC0D28-64C4-48C9-B3C4-6E67DBB38DBE}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DisableProgramGroupPage=yes
LicenseFile=D:\Documents\perso\licence.txt
InfoBeforeFile=D:\Documents\perso\avant.txt
InfoAfterFile=D:\Documents\perso\apres.txt
OutputDir=D:\Documents\perso\
SetupIconFile=D:\Documents\perso\fichiers\glade\Images\add.ico
Compression=lzma
SolidCompression=yes

