Differences From Artifact [077b7ba640]:
- File chicken-iup-2.iss — part of check-in [a7dfaea4be] at 2014-02-02 06:46:15 on branch trunk — Added alternative version (user: Administrator, size: 1990) [annotate] [blame] [check-ins using]
To Artifact [7f5575b324]:
- File chicken-iup-2.iss — part of check-in [e2dfc3d3c2] at 2014-02-02 07:07:43 on branch trunk — Added path modification to registry (user: Administrator, size: 2185) [annotate] [blame] [check-ins using]
- File ref/chicken-iup-2.iss — part of check-in [2318a30a94] at 2015-04-29 23:44:36 on branch mcg-20150427 — Implemented most requested changes for version 0.4. (user: mgushee, size: 2185) [annotate] [blame] [check-ins using]
︙ | |||
42 43 44 45 46 47 48 | 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" |