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.

60 lines
1.6 KiB

  1. [version]
  2. signature=$CHICAGO$
  3. AdvancedINF=2.5,"You need a newer version oF Advpack.dll"
  4. [SourceDisksNames]
  5. 1="Microsoft Outlook Express Stationery",,0
  6. [SourceDisksFiles]
  7. %FILE411%=1
  8. %FILE412%=1
  9. [DefaultInstall]
  10. RequiredEngine=Setupapi
  11. CustomDestination=ProgramFilesDir
  12. CopyFiles=Holidays.Easter
  13. [DefaultInstall.NT]
  14. CustomDestination=ProgramFilesDirNT
  15. CopyFiles=Holidays.Easter
  16. ; Change 5 to 1 below to prompt user for path. We need to be quiet for IE4, so disable user choice.
  17. [ProgramFilesDir]
  18. 49100=DestA,5
  19. [ProgramFilesDirNT]
  20. 49100=DestB,5
  21. ; comments: if you know any difference between NT and Win9x about location of "Program Files" folder you can edit it here (not recommended!:)
  22. ;
  23. [DestA]
  24. HKLM,"Software\Microsoft\Windows\CurrentVersion","ProgramFilesDir",,"C:\Program Files"
  25. [DestB]
  26. HKLM,"Software\Microsoft\Windows\CurrentVersion", "ProgramFilesDir",,"C:\Program Files"
  27. ;For **localization** purposes, name every path as a const here to use it later alone with each stationery file name
  28. ;For the same purpose
  29. ;
  30. ;this should go to the bottom of this file (common practice)
  31. ;
  32. [Strings]
  33. ;
  34. MicrosoftSharedPath="Common Files\Microsoft Shared\Stationery" ; dont change: microsoft shared folder for all languages is same
  35. ;
  36. HolidaysEasterPath="Holidays\Easter"
  37. FILE411="Easter Bunny.jpg"
  38. FILE412="Easter Bunny.htm"
  39. ;here we tell setup where to dump our Files, dont change anything from here unless you know
  40. ;
  41. [DestinationDirs]
  42. Holidays.Easter=49100,%MicrosoftSharedPath%\%HolidaysEasterPath%
  43. [Holidays.Easter]
  44. %FILE411%
  45. %FILE412%
  46. ; ***** END OF FILE *****