Overview
Comment:Added path modification to registry
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: e2dfc3d3c2a63f88bc72bcaa8af868654f78f44b
User & Date: Administrator on 2014-02-02 07:07:43
Other Links: manifest | tags
Context
2014-02-02
07:38
Added examples. PATH tweaking still seems not to work but other env vars are there check-in: 8723100e73 user: Administrator tags: trunk
07:07
Added path modification to registry check-in: e2dfc3d3c2 user: Administrator tags: trunk
06:46
Added alternative version check-in: a7dfaea4be user: Administrator tags: trunk
Changes

Modified chicken-iup-2.iss from [077b7ba640] to [7f5575b324].

42
43
44
45
46
47
48



[Icons]
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon

[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent











>
>
>
42
43
44
45
46
47
48
49
50
51
[Icons]
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon

[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent

[Registry]
Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment";
    ValueType: expandsz; ValueName: "Path"; ValueData: "{olddata};C:\chicken\bin;C:\chicken\lib"

Modified chicken-iup.iss from [e515c9b3a6] to [1aca47ab3d].

38
39
40
41
42
43
44





[Icons]
Name: "{group}\chicken-iup"; Filename: "{app}\bin\csi.exe"
Name: "{commondesktop}\chicken-iup"; Filename: "{app}\bin\csi.exe"; Tasks: desktopicon

[Run]
Filename: "{app}\bin\csi.exe"; Description: "{cm:LaunchProgram,chicken-iup}"; Flags: nowait postinstall skipifsilent













>
>
>
>
>
38
39
40
41
42
43
44
45
46
47
48
49
[Icons]
Name: "{group}\chicken-iup"; Filename: "{app}\bin\csi.exe"
Name: "{commondesktop}\chicken-iup"; Filename: "{app}\bin\csi.exe"; Tasks: desktopicon

[Run]
Filename: "{app}\bin\csi.exe"; Description: "{cm:LaunchProgram,chicken-iup}"; Flags: nowait postinstall skipifsilent

[Registry]
Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment";ValueType: expandsz; ValueName: "Path"; ValueData: "{olddata};C:\chicken\bin;C:\chicken\lib"
Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment";ValueType: expandsz; ValueName: "CHICKEN_PREFIX"; ValueData: "{olddata};C:\chicken"
Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment";ValueType: expandsz; ValueName: "CHICKEN_INSTALL_PREFIX"; ValueData: "{olddata};C:\chicken\lib\chicken\6"

Modified setup-chicken-iup.exe from [eb66cff351] to [2e4c221bf4].

cannot compute difference between binary files