Overview
Comment:Updated installer with pkts
Timelines: family | ancestors | trunk
Files: files | file ages | folders
SHA1: b17d2abd94028861113e9d5c7e0d6909159aa552
User & Date: matt on 2019-09-19 04:31:23
Other Links: manifest | tags
Context
2019-09-19
04:31
Updated installer with pkts Leaf check-in: b17d2abd94 user: matt tags: trunk
2014-02-02
07:45
Added notes on how to modify PATH using some code written for that purpose check-in: 0ed2a051db user: Administrator tags: trunk, starting-point-for-0.4
Changes

Added chicken-iup-2019-ww37.iss version [5cc5e56b2b].









































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
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
36
; Script generated by the Inno Script Studio 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={{DF291A3E-2B5F-4926-83EF-A345810D12B1}
AppName=Chicken Iup
AppVersion=1.5
;AppVerName=Chicken Iup 1.5
AppPublisher=Call/cc
AppPublisherURL=http://www.call-cc.org
AppSupportURL=http://www.call-cc.org
AppUpdatesURL=http://www.call-cc.org
DefaultDirName=\chicken-iup
DefaultGroupName=Chicken Iup
LicenseFile=C:\Users\Matthew\data\chicken-build\chicken-4.12.0\LICENSE
OutputBaseFilename=installer
Compression=lzma
SolidCompression=yes

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Files]
Source: "C:\chicken-iup\bin\csi.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\chicken-iup\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Name: "{group}\Chicken Iup"; Filename: "{app}\csi.exe"
Name: "{commondesktop}\Chicken Iup"; Filename: "{app}\csi.exe"; Tasks: desktopicon

[Run]
Filename: "{app}\csi.exe"; Description: "{cm:LaunchProgram,Chicken Iup}"; Flags: nowait postinstall skipifsilent

Added chicken-iup-2019ww37.exe version [c80170eae9].

cannot compute difference between binary files