mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-12 14:55:08 -05:00
41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
; Script generated by the Inno Setup Script Wizard.
|
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
|
|
|
#define MyAppName "CoolProp"
|
|
#define MyAppVersion "${COOLPROP_VERSION}"
|
|
#define MyAppPublisher "University of Liege"
|
|
#define MyAppURL "www.coolprop.org"
|
|
|
|
[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={{AECD4969-A5A5-4AF4-97AD-544A3890BF1C}
|
|
AppName={#MyAppName}
|
|
AppVersion={#MyAppVersion}
|
|
;AppVerName={#MyAppName} {#MyAppVersion}
|
|
AppPublisher={#MyAppPublisher}
|
|
AppPublisherURL={#MyAppURL}
|
|
AppSupportURL={#MyAppURL}
|
|
AppUpdatesURL={#MyAppURL}
|
|
DefaultDirName=c:\ees32\Userlib\COOLPROP_EES
|
|
DisableDirPage=yes
|
|
DefaultGroupName=CoolProp_EES
|
|
OutputBaseFilename=SetupCOOLPROP_EES
|
|
Compression=lzma
|
|
SolidCompression=yes
|
|
|
|
[Languages]
|
|
Name: "english"; MessagesFile: "compiler:Default.isl"
|
|
|
|
[Files]
|
|
Source: "CoolProp.htm"; DestDir: "{app}"; Flags: ignoreversion
|
|
Source: "CoolProp.LIB"; DestDir: "{app}"; Flags: ignoreversion
|
|
Source: "COOLPROP_EES.dlf"; DestDir: "{app}"; Flags: ignoreversion
|
|
Source: "CoolProp_EES_Sample.EES"; DestDir: "{app}"; Flags: ignoreversion
|
|
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
|
|
|
[Icons]
|
|
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
|
|
|