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.

126 lines
3.1 KiB

  1. [Version]
  2. Signature=$CHICAGO$
  3. [DestinationDirs]
  4. PmteCopy=24,pmte
  5. PmteDel=24,pmte
  6. [DefaultInstall]
  7. CopyFiles=PmteCopy
  8. ;,SampleWinCopy,SampleSysCopy,SampleINFCopy,SampleHLPCopy
  9. ;AddReg=SampleRegisterApp,SampleRegUninstall,SampleRenameFiles
  10. ;UpdateInis=SampleAddLinks
  11. ;[RemoveSample]
  12. ;DelFiles=SampleWinCopy,SampleSysCopy,SampleINFCopy,SampleHLPCopy
  13. ;DelReg=SampleUnRegisterApp,SampleRegUninstall
  14. ;AddReg=SampleRemoveLFNs
  15. ;UpdateInis=SampleRemoveLinks
  16. [PmteCopy]
  17. pmte.exe
  18. pmcs.dll
  19. gendev.dll
  20. gdtest.exe
  21. pmtedt.exe
  22. popnp.exe
  23. viewer.dll
  24. dbgport.sys
  25. pmteping.exe
  26. devenu.dll
  27. nveng.dll
  28. notify.exe
  29. denumcmd.exe
  30. nfservic.exe
  31. bd.exe
  32. pnpservice.exe
  33. cmtestapi.dll
  34. regini.exe
  35. sound.wav
  36. bt.cmd
  37. btnrpmte.cmd
  38. btpmte.cmd
  39. re_test.cmd
  40. restart.cmd
  41. sm.cmd
  42. pmte.inf
  43. pmte.ini
  44. po.ini
  45. readme.txt
  46. MANUAL.psf
  47. bt_finish.psf
  48. bt_rs.psf
  49. 1stress_without_critical.psf
  50. 2stress_with_critical.psf
  51. 3Stress_With_Diff_RTC_Values.psf
  52. test_pmte.psf
  53. boot_test.psf
  54. dtimeout.psf
  55. pnp_pmte.psf
  56. NTIOS.PSF
  57. ;[SampleWinCopy]
  58. ;sample.exe
  59. ;[SampleSysCopy]
  60. ;sample.dll
  61. ;[SampleINFCopy]
  62. ;sample.inf
  63. ;[SampleHLPCopy]
  64. ;sample.hlp
  65. ;[SampleRegisterApp]
  66. ;Make arbitrary registry entry (for private use of sample.exe)
  67. ;HKLM,Software\Sample,Installed,,"1"
  68. ;[SampleUnRegisterApp]
  69. ;Delete registry entry (note that this deletes the entire key)
  70. ;HKLM,Software\Sample
  71. ;[SampleRegUninstall]
  72. ;Add entry to the Add-Remove Programs control panel to uninstall the program:
  73. ;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Sample,"DisplayName",,boot_test.ini
  74. ;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Sample,"UninstallString",,"RunDll setupx.dll,InstallHinfSection RemoveSample 4 sample.inf"
  75. ;[SampleRemoveLFNs]
  76. ;Deletes files with Long File Names during Uninstall
  77. ;HKLM,Software\Microsoft\Windows\CurrentVersion\DeleteFiles\Sample,,,"%24%\%PROGRAMF%\Sample"
  78. ;HKLM,Software\Microsoft\Windows\CurrentVersion\DeleteFiles\Sample,sample.bmp,,"Sample Bitmap.bmp"
  79. ;[SampleAddLinks]
  80. ;Adds shortcut to SAMPLE.EXE on the Start Menu:
  81. ;setup.ini, progman.groups,, "Sample=%SampleFolder%" ;creates folder
  82. ;setup.ini, Sample,, """%SampleDesc%"", %25%\ SAMPLE.EXE" ;creates link
  83. ;[SampleRemoveLinks]
  84. ;Removes shortcut to SAMPLE.EXE on the Start Menu during Uninstall:
  85. ;setup.ini, progman.groups,, "Sample=%SampleFolder%" ;creates folder
  86. ;setup.ini, Sample,, """%SampleDesc%""" ;deletes link
  87. [SourceDisksNames]
  88. 1=%DiskName%,Pmte,0
  89. [SourceDisksFiles]
  90. pmte.exe=1,,13456
  91. ;sample.dll=1,,20987
  92. ;sample.bmp=1,,64098
  93. ;sample.hlp=1,,55441
  94. ;sample.inf=1,,5687
  95. [Strings]
  96. PROGRAMF="PROGRA~1"
  97. SampleFolder="Pmte"
  98. SampleDesc="Pmte"
  99. DiskName="Pmte"
  100. --------------------------------------------------------------------------------