Overview
Comment:Added notes on how to modify PATH using some code written for that purpose
Timelines: family | ancestors | descendants | both | trunk | starting-point-for-0.4
Files: files | file ages | folders
SHA1: 0ed2a051dbdeabb5c35aedee23397d2b609069a7
User & Date: Administrator on 2014-02-02 07:45:31
Other Links: manifest | tags
Context
2019-09-19
04:31
Updated installer with pkts Leaf check-in: b17d2abd94 user: matt tags: trunk
2015-04-27
23:37
Create new branch named "mcg-20150427" check-in: 419186e44b user: mgushee tags: mcg-20150427
2015-04-24
02:58
build for 0.4 Leaf check-in: bbf0503430 user: matt tags: mattw-build-for-0.4
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
07:38
Added examples. PATH tweaking still seems not to work but other env vars are there check-in: 8723100e73 user: Administrator tags: trunk
Changes

Modified chicken-iup.iss from [4350cc35da] to [5333dd2c2a].

1
2




3
4
5
6
7
8
9
; 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


>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
; 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

[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