1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
;; SEE http://stackoverflow.com/questions/3304463/how-do-i-modify-the-path-environment-variable-when-running-an-inno-setup-install
;; For information on how to cleanly tweak the path.
;; Actual relevant sources are here: http://legroom.net/software/modpath
#define CIUPAppName "chicken-iup"
#define CIUPVersion "0.4"
#define CIUPPrefix "{%CIUPPrefix%}"
#define ChickenVersion "{%ChickenVersion%}"
#define ChickenURL "http://www.call-cc.org"
#define MinGWBindir "{%MinGWBindir%}"
[Setup]
; NOTE: The value of AppId uniquely identifies this application.
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
;; SEE http://stackoverflow.com/questions/3304463/how-do-i-modify-the-path-environment-variable-when-running-an-inno-setup-install
;; For information on how to cleanly tweak the path.
;; Actual relevant sources are here: http://legroom.net/software/modpath
#define CIUPAppName "chicken-iup"
#define CIUPVersion "0.5"
#define CIUPPrefix "{%CIUPPrefix%}"
#define ChickenVersion "{%ChickenVersion%}"
#define ChickenURL "http://www.call-cc.org"
#define MinGWBindir "{%MinGWBindir%}"
[Setup]
; NOTE: The value of AppId uniquely identifies this application.
|