Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.3 KiB

  1. ;
  2. ; Copyright (c) 1996-1997 Microsoft Corporation
  3. ;
  4. ; scddk.inf
  5. ;
  6. ; Abstract:
  7. ; inf file for setup of Smart Card DDK components
  8. ;
  9. ; Created:
  10. ;
  11. ; 3/12/1997
  12. ;
  13. ; Revision history:
  14. ;
  15. ;
  16. ; Notes:
  17. ;
  18. ; Please see the "INF File Format Reference" section on MSDN for more
  19. ; information on INF file formats and usage.
  20. ;
  21. [Version]
  22. signature="$Chicago$"
  23. Provider=%Provider%
  24. AdvancedINF=2.5,"You need a new version of advpack.dll"
  25. [DefaultInstall]
  26. Copyfiles=readmeFiles,binFiles,checkedBinFiles,checkedVxDFiles,freeVxDFiles,incFiles,sccsniFiles,pscrFiles
  27. CustomDestination=DDKCustomDestination
  28. [DestinationDirs]
  29. readmeFiles=49000,scard
  30. binFiles=49000,scard\bin
  31. checkedBinFiles=49000,scard\bin\checked
  32. checkedVxDFiles=49000,scard\vxd\debug
  33. freeVxDFiles=49000,scard\vxd\nodebug
  34. incFiles=49000,scard\inc
  35. sccsniFiles=49000,scard\samples\sccsni
  36. pscrFiles=49000,scard\samples\pscr
  37. [DDKCustomDestination]
  38. 49000=DDKDestination49000,1
  39. [DDKDestination49000]
  40. HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Environment",BASEDIR,%InstallPrompt%,%DefaultDir%
  41. [SourceDisksNames]
  42. 1="%AppName%",,1
  43. [Strings]
  44. AppName="Microsoft Windows 95 Smart Card DDK"
  45. InstallPrompt="Please enter an install directory or accept default. Existing files in directory will be overwritten."
  46. DefaultDir="C:\DDK"