NB! This project is outdated and unmaintained, please refer to the OpenSC WindowsInstaller instead!

Changeset 38


Ignore:
Timestamp:
10/05/05 15:36:35 (7 years ago)
Author:
aj
Message:

preview 2 with new getopt conf (bsd license)

Location:
trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r35 r38  
     1Smart card bundle 0.5-pre2 
     2 * new opensc WIP (2005-10-05 plus my_getopt) 
     3 
    14Smart card bundle 0.5-pre1 
    25 * use GnuWin32 libtool (re-zipped version) 
  • trunk/Makefile.mak

    r36 r38  
    77ISCC="$(PROGRAMFILES)\Inno Setup 5\ISCC" 
    88OPENSSL=0.9.7g 
    9 OPENSC=0.10.0-pre3b 
     9OPENSC=WIP 
    1010LIBP11=0.1.3 
    1111ENGINE=0.1.1 
  • trunk/scb.iss

    r37 r38  
    33 
    44#define MyAppName "Smart card bundle" 
    5 #define MyAppVerName "Smart card bundle 0.5-pre1e" 
     5#define MyAppVerName "Smart card bundle 0.5-pre2" 
    66#define MyAppPublisher "Andreas Jellinghaus" 
    77#define MyAppURL "http://www.opensc.org/scb/" 
     
    1818DefaultGroupName={#MyAppName} 
    1919LicenseFile=TARGET\LICENSE 
    20 OutputBaseFilename=scb-0.5-pre1e 
     20OutputBaseFilename=scb-0.5-pre2 
    2121Compression=lzma 
    2222SolidCompression=yes 
     
    7070 
    7171[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. 
     72Filename: "{app}\editconf.exe"; Description: "Configures OpenSC PKCS#11 module to find it's own files."; Flags: postinstall shellexec ; Components: main 
Note: See TracChangeset for help on using the changeset viewer.