From 4111e01123c00cbf96c541e34f97ce2070165378 Mon Sep 17 00:00:00 2001 From: clade Date: Mon, 27 May 2019 18:50:28 +0200 Subject: [PATCH] Remove .iss file generated from .iss.tpl --- tpmontrouge/scripts/interface_gui.iss | 35 --------------------------- 1 file changed, 35 deletions(-) delete mode 100644 tpmontrouge/scripts/interface_gui.iss diff --git a/tpmontrouge/scripts/interface_gui.iss b/tpmontrouge/scripts/interface_gui.iss deleted file mode 100644 index 52cf330..0000000 --- a/tpmontrouge/scripts/interface_gui.iss +++ /dev/null @@ -1,35 +0,0 @@ -; Script generated by the Inno Setup Script Wizard. -; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! - -[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={{B2F7DD81-D037-4F68-87B9-573AC4D73017} -AppName=Interface Agreg -AppVersion=2019.05 -AppPublisher=Ecole Normale Superieure -DefaultDirName={pf}\Interface Agreg -DisableProgramGroupPage=yes -OutputDir=C:\noms\pierre\tmp\tmp_build\tpmontrouge\scripts\dist -OutputBaseFilename=interface_agreg_setup -Compression=lzma -SolidCompression=yes - -[Languages] -Name: "french"; MessagesFile: "compiler:Languages\French.isl" - -[Tasks] -Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked - -[Files] -Source: "C:\noms\pierre\tmp\tmp_build\tpmontrouge\scripts\dist\interface_gui\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs -; NOTE: Don't use "Flags: ignoreversion" on any shared system files - -[Icons] -Name: "{commonprograms}\Interface Agreg"; Filename: "{app}\interface_gui.exe" -Name: "{commondesktop}\Interface Agreg"; Filename: "{app}\interface_gui.exe"; Tasks: desktopicon - -[Run] -Filename: "{app}\interface_gui.exe"; Description: "{cm:LaunchProgram,Interface Agreg}"; Flags: nowait postinstall skipifsilent -