Changeset 2ffa346 in OpenSC


Ignore:
Timestamp:
06/14/11 12:56:49 (11 months ago)
Author:
Viktor Tarasov <viktor.tarasov@…>
Branches:
master, staging
Children:
a3f0433, b2ba54e, 819bd82, d505a55
Parents:
c2abd9f
git-author:
Viktor Tarasov <viktor.tarasov@…> (06/14/11 12:56:49)
git-committer:
Viktor Tarasov <viktor.tarasov@…> (06/14/11 12:56:49)
Message:

OpenSC.msi: install opensc.dll into the 'tools' directory

Now the DLLs installed into the 'system' directory are static.
Only opensc tools depend on opensc.dll.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • win32/OpenSC.wxs.in

    r4f768fc r2ffa346  
    5353          <File Source="$(var.SOURCE_DIR)\src\pkcs11\opensc-pkcs11.dll" Vital="yes"/> 
    5454        </Component> 
    55         <Component Id="opensc.dll" Guid="*" Win64="$(var.Win64YesNo)"> 
    56           <File Source="$(var.SOURCE_DIR)\src\libopensc\opensc.dll" Vital="yes"/> 
    57         </Component> 
    5855        <Component Id="opensc_minidriver.dll" Guid="*" Win64="$(var.Win64YesNo)"> 
    5956          <File Source="$(var.SOURCE_DIR)\src\minidriver\opensc-minidriver.dll" Vital="yes"/> 
     
    7673            <!-- Tools have their own folder --> 
    7774            <Directory Id="INSTALLDIR_TOOLS" Name="tools"> 
     75              <Component Id="opensc.dll" Guid="*" Win64="$(var.Win64YesNo)"> 
     76                <File Source="$(var.SOURCE_DIR)\src\libopensc\opensc.dll" Vital="yes"/> 
     77              </Component> 
    7878              <Component Id="opensc_explorer.exe" Guid="*" Win64="$(var.Win64YesNo)"> 
    7979                <File Source="$(var.SOURCE_DIR)\src\tools\opensc-explorer.exe" Vital="yes"/> 
Note: See TracChangeset for help on using the changeset viewer.