From 8a9e10123db4709134bec6f6f587ec9ea6308a1f Mon Sep 17 00:00:00 2001 From: idietmoran Date: Sat, 11 Nov 2017 01:03:36 -0500 Subject: [PATCH] Delete install.iss --- install.iss | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 install.iss diff --git a/install.iss b/install.iss deleted file mode 100644 index 0e76d11..0000000 --- a/install.iss +++ /dev/null @@ -1,50 +0,0 @@ -; Script generated by the Inno Setup Script Wizard. -; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! - -#define MyAppName "FFXIV Party Logs" -#define MyAppVersion "0.0.5" -#define MyAppPublisher "idietmoran" -#define MyAppURL "http://idietmoran.com" -#define MyAppExeName "ffxiv-fflog-viewer.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={{159BD2E8-1A4F-4774-89A9-599AA7987956} -AppName={#MyAppName} -AppVersion={#MyAppVersion} -;AppVerName={#MyAppName} {#MyAppVersion} -AppPublisher={#MyAppPublisher} -AppPublisherURL={#MyAppURL} -AppSupportURL={#MyAppURL} -AppUpdatesURL={#MyAppURL} -DefaultDirName={pf}\{#MyAppName} -DisableProgramGroupPage=yes -OutputBaseFilename=FFXIV Party Logs -Compression=lzma -SolidCompression=yes -ArchitecturesAllowed=x64 -; "ArchitecturesInstallIn64BitMode=x64" requests that the install be -; done in "64-bit mode" on x64, meaning it should use the native -; 64-bit Program Files directory and the 64-bit view of the registry. -ArchitecturesInstallIn64BitMode=x64 - -[Languages] -Name: "english"; MessagesFile: "compiler:Default.isl" - -[Tasks] -Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked - -[Files] -Source: "D:\cpp\ffxiv-fflog-viewer\x64\Release\ffxiv-fflog-viewer.exe"; DestDir: "{app}"; Flags: ignoreversion -Source: "D:\cpp\ffxiv-fflog-viewer\x64\Release\cpprest140_2_9.dll"; DestDir: "{app}"; Flags: ignoreversion -; NOTE: Don't use "Flags: ignoreversion" on any shared system files - -[Icons] -Name: "{commonprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" -Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon - -[Run] -Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent -