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

Changeset 35


Ignore:
Timestamp:
09/20/05 11:17:10 (7 years ago)
Author:
aj
Message:

more bug fixes.

Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r30 r35  
    44 * opensc 0.10.0-pre3b (-pre3 plus patch for taiwanese eid) 
    55 * 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. 
    610 
    711Smart card bundle 20050720 
  • trunk/scb.iss

    r33 r35  
    33 
    44#define MyAppName "Smart card bundle" 
    5 #define MyAppVerName "Smart card bundle 0.5-pre1c" 
     5#define MyAppVerName "Smart card bundle 0.5-pre1d" 
    66#define MyAppPublisher "Andreas Jellinghaus" 
    77#define MyAppURL "http://www.opensc.org/scb/" 
     
    1818DefaultGroupName={#MyAppName} 
    1919LicenseFile=TARGET\LICENSE 
    20 OutputBaseFilename=scb-0.5-pre1c 
     20OutputBaseFilename=scb-0.5-pre1d 
    2121Compression=lzma 
    2222SolidCompression=yes 
     
    6767 
    6868[Run] 
    69 Filename: "{app}\editconf.exe"; Parameters: "{app}"; Flags: postinstall runhidden; Components: main 
     69Filename: "{app}\editconf.exe"; Parameters: "{app}"; Flags: postinstall shellexec; Components: main 
Note: See TracChangeset for help on using the changeset viewer.