NB! This project is outdated and unmaintained, please refer to the OpenSC WindowsInstaller instead!
Changeset 35
- Timestamp:
-
09/20/05 11:17:10
(7 years ago)
- Author:
- aj
- Message:
-
more bug fixes.
- Location:
- trunk
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r30
|
r35
|
|
| 4 | 4 | * opensc 0.10.0-pre3b (-pre3 plus patch for taiwanese eid) |
| 5 | 5 | * libp11 0.1.3 (0.1.2 plus patches to compile on windows) |
| | 6 | * (1d) fix scb.iss to run editconf. |
| | 7 | * (1d) fix opensc.conf apdu_masquerade setting and dos line ending. |
| | 8 | * (1c) fix modularisation, enable main option, includ full documentation, |
| | 9 | excluding Makefiles. |
| 6 | 10 | |
| 7 | 11 | Smart card bundle 20050720 |
-
|
r33
|
r35
|
|
| 3 | 3 | |
| 4 | 4 | #define MyAppName "Smart card bundle" |
| 5 | | #define MyAppVerName "Smart card bundle 0.5-pre1c" |
| | 5 | #define MyAppVerName "Smart card bundle 0.5-pre1d" |
| 6 | 6 | #define MyAppPublisher "Andreas Jellinghaus" |
| 7 | 7 | #define MyAppURL "http://www.opensc.org/scb/" |
| … |
… |
|
| 18 | 18 | DefaultGroupName={#MyAppName} |
| 19 | 19 | LicenseFile=TARGET\LICENSE |
| 20 | | OutputBaseFilename=scb-0.5-pre1c |
| | 20 | OutputBaseFilename=scb-0.5-pre1d |
| 21 | 21 | Compression=lzma |
| 22 | 22 | SolidCompression=yes |
| … |
… |
|
| 67 | 67 | |
| 68 | 68 | [Run] |
| 69 | | Filename: "{app}\editconf.exe"; Parameters: "{app}"; Flags: postinstall runhidden; Components: main |
| | 69 | Filename: "{app}\editconf.exe"; Parameters: "{app}"; Flags: postinstall shellexec; Components: main |