-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinno_setup_distonly2.iss
35 lines (30 loc) · 1.32 KB
/
inno_setup_distonly2.iss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
; Script generated by the Inno Setup Script Wizard.
; remember to edit output and source directories before building
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "PDS_FilterIntegrator"
#define MyAppVersion "0.2"
#define MyAppPublisher "University of Chicago"
#define MyAppURL "https://github.com/xraypy/tdl"
[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={{C9136CC5-B2EC-4505-900C-7DFCD4EDDAAD}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}
OutputDir=C:\apps_devel\filter_integrator_standalones_exe3\inno
OutputBaseFilename=PDS_FilterIntegrator_setup
Compression=lzma
SolidCompression=yes
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
[Files]
Source: "C:\apps_devel\filter_integrator_standalones_exe3\dist\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files