Overview
Comment:Adding first-made setup-chicken-iup.exe
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 69e3e70830483c2e8d42e3840f5a10176ad9e9c6
User & Date: matt on 2011-01-30 15:52:05
Other Links: manifest | tags
Context
2011-01-30
16:01
Imported initial copy of iup from chicken egg svn check-in: 1e08e6c5f5 user: matt tags: trunk
15:52
Adding first-made setup-chicken-iup.exe check-in: 69e3e70830 user: matt tags: trunk
15:15
initial empty check-in check-in: 749caf1c7e user: matt tags: trunk
Changes

Added chicken-iup.iss version [661a67e9f9].





















































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
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
37
38
39
40
41
42
; 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={{9052599F-B5C1-4617-AF81-C6E2F9AB8E8C}
AppName=chicken-iup
AppVersion=0.1
;AppVerName=chicken-iup 0.1
AppPublisher=Call/Cc
AppPublisherURL=http://www.call-cc.org
AppSupportURL=http://www.call-cc.org
AppUpdatesURL=http://www.call-cc.org
DefaultDirName=\chicken\chicken-iup
DefaultGroupName=chicken-iup
LicenseFile=C:\mylibs\src\chicken-4.6.3\LICENSE
OutputBaseFilename=setup
Compression=lzma
SolidCompression=yes

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"

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

[Files]
Source: "C:\chicken\bin\csi.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\chicken\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "C:\mylibs\iup\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "C:\mylibs\ffcall\*"; 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 setup-chicken-iup.exe version [e7b4d15181].

cannot compute difference between binary files