diff options
| author | Debulois <quentin.debulois@gmail.com> | 2021-09-22 19:40:12 +0200 |
|---|---|---|
| committer | Debulois <quentin.debulois@gmail.com> | 2021-09-22 19:40:12 +0200 |
| commit | 7aa07eb6695987d09516a1b291cc8bc8735979cf (patch) | |
| tree | b2ac9e528d89d7fb3a459038be66a93634f21b44 /redim.iss | |
| parent | 0365ac737d0ed715a35b9bc341b8cc6f1fb37054 (diff) | |
Diffstat (limited to 'redim.iss')
| -rw-r--r-- | redim.iss | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/redim.iss b/redim.iss deleted file mode 100644 index 45bb206..0000000 --- a/redim.iss +++ /dev/null @@ -1,48 +0,0 @@ -; Script generated by the Inno Setup Script Wizard.
-; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
-
-#define MyAppName "Redim"
-#define MyAppVersion "1.0"
-#define MyAppPublisher "Quentin Inc."
-#define MyAppURL "https://debulois.fr"
-#define MyAppExeName "Redim.exe"
-
-[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={{FCF826D1-36CE-4A3B-89DB-6621254B66CE}
-AppName={#MyAppName}
-AppVersion={#MyAppVersion}
-;AppVerName={#MyAppName} {#MyAppVersion}
-AppPublisher={#MyAppPublisher}
-AppPublisherURL={#MyAppURL}
-AppSupportURL={#MyAppURL}
-AppUpdatesURL={#MyAppURL}
-DefaultDirName={autopf}\{#MyAppName}
-DisableProgramGroupPage=yes
-; Uncomment the following line to run in non administrative install mode (install for current user only.)
-;PrivilegesRequired=lowest
-OutputBaseFilename=Redim_1.0_setup
-SetupIconFile=C:\Users\Utilisateur\Desktop\redim\Redim\Ressources\icon.ico
-Compression=lzma
-SolidCompression=yes
-WizardStyle=modern
-
-[Languages]
-Name: "french"; MessagesFile: "compiler:Languages\French.isl"
-
-[Tasks]
-Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
-
-[Files]
-Source: "C:\Users\Utilisateur\Desktop\redim\dist\Redim\Redim.exe"; DestDir: "{app}"; Flags: ignoreversion
-Source: "C:\Users\Utilisateur\Desktop\redim\dist\Redim\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
-; NOTE: Don't use "Flags: ignoreversion" on any shared system files
-
-[Icons]
-Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
-Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
-
-[Run]
-Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
-
|
