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.

61 lines
1.7 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=rootFiles,binFiles,checkedSysFiles,checkedBinFiles,checkedLibFiles,freeLibFiles,incFiles,devdescFiles,ps2cardFiles,ps2regFiles,ps2scrkbFiles,ps2scrkbI386Files,ps2scrkbAlphaFiles,scrcp8tFiles,pscrFiles
  27. CustomDestination=DDKCustomDestination
  28. [DestinationDirs]
  29. rootFiles=49000,src\scard
  30. binFiles=49000,bin
  31. checkedSysFiles=49000,bin\checked\sys
  32. checkedBinFiles=49000,bin\checked
  33. checkedLibFiles=49000,lib\%Platform%\checked
  34. freeLibFiles=49000,lib\%Platform%\free
  35. incFiles=49000,inc
  36. devdescFiles=49000,src\scard\devdesc
  37. ps2cardFiles=49000,src\scard\ps2card
  38. ps2regFiles=49000,src\scard\ps2reg
  39. ps2scrkbFiles=49000,src\scard\ps2scrkb
  40. ps2scrkbI386Files=49000,src\scard\ps2scrkb\i386
  41. ps2scrkbAlphaFiles=49000,src\scard\ps2scrkb\alpha
  42. scrcp8tFiles=49000,src\scard\scrcp8t
  43. pscrFiles=49000,src\scard\pscr
  44. [DDKCustomDestination]
  45. 49000=DDKDestination49000,1
  46. [DDKDestination49000]
  47. HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Environment",BASEDIR,%InstallPrompt%,%DefaultDir%
  48. [SourceDisksNames]
  49. 1="%AppName%",,1
  50. [Strings]
  51. AppName="Microsoft Smart Card DDK"
  52. InstallPrompt="Please enter Smart Card DDK install directory or accept default. Files in directory will be overwritten."
  53. DefaultDir="C:\DDK"
  54. Platform="{ARCH}"