NB! This project is outdated and unmaintained, please refer to the OpenSC WindowsInstaller instead!
Changeset 38
- Timestamp:
-
10/05/05 15:36:35
(7 years ago)
- Author:
- aj
- Message:
-
preview 2 with new getopt conf (bsd license)
- Location:
- trunk
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r35
|
r38
|
|
| | 1 | Smart card bundle 0.5-pre2 |
| | 2 | * new opensc WIP (2005-10-05 plus my_getopt) |
| | 3 | |
| 1 | 4 | Smart card bundle 0.5-pre1 |
| 2 | 5 | * use GnuWin32 libtool (re-zipped version) |
-
|
r36
|
r38
|
|
| 7 | 7 | ISCC="$(PROGRAMFILES)\Inno Setup 5\ISCC" |
| 8 | 8 | OPENSSL=0.9.7g |
| 9 | | OPENSC=0.10.0-pre3b |
| | 9 | OPENSC=WIP |
| 10 | 10 | LIBP11=0.1.3 |
| 11 | 11 | ENGINE=0.1.1 |
-
|
r37
|
r38
|
|
| 3 | 3 | |
| 4 | 4 | #define MyAppName "Smart card bundle" |
| 5 | | #define MyAppVerName "Smart card bundle 0.5-pre1e" |
| | 5 | #define MyAppVerName "Smart card bundle 0.5-pre2" |
| 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-pre1e |
| | 20 | OutputBaseFilename=scb-0.5-pre2 |
| 21 | 21 | Compression=lzma |
| 22 | 22 | SolidCompression=yes |
| … |
… |
|
| 70 | 70 | |
| 71 | 71 | [Run] |
| 72 | | Filename: "{app}\editconf.exe"; Parameters: ""; Flags: postinstall shellexec fixed; Components: main; Description: Configures OpenSC PKCS#11 module to find it's own files. |
| | 72 | Filename: "{app}\editconf.exe"; Description: "Configures OpenSC PKCS#11 module to find it's own files."; Flags: postinstall shellexec ; Components: main |