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.

85 lines
2.3 KiB

  1. [version]
  2. signature="$CHICAGO$"
  3. SetupClass=BASE
  4. [DefaultInstall]
  5. CopyFiles=Inetprt.sys.install,Inetprt.prt.install,Inetprt.tmp.install
  6. AddReg=Inetprt.Server.Add.Reg
  7. [Inetprt.sys.install]
  8. msw3prt.dll,msw3prt.dll
  9. ;msw3prt.sym,msw3prt.sym
  10. ;spoolss.dll,spoolss.dll
  11. ;spoolss.sym,spoolss.sym
  12. ;inetpp.dll,inetpp.dll
  13. ;inetpp.sym,inetpp.sym
  14. ;msprint.dll,msprint.dll
  15. ;diamond.exe,diamond.exe
  16. ;wextract.exe,wextract.exe
  17. ;mswebapi.dll,mswebapi.dll
  18. ;mswebapi.sym,mswebapi.sym
  19. ;msshrui.dll,msshrui.dll
  20. ;msshrui.sym,msshrui.sym
  21. [Inetprt.prt.install]
  22. printer.gif,printer.gif
  23. magpage.gif,magpage.gif
  24. prfolder.gif,prfolder.gif
  25. backgrnd.gif,backgrnd.gif
  26. default.htm,def_pf.htm
  27. [Inetprt.tmp.install]
  28. prtpage.htm,prtpage.htm
  29. prtdtail.htm,prtdtail.htm
  30. prtjobd.htm,prtjobd.htm
  31. prtlist.htm,prtlist.htm
  32. prtinst.htm,prtinst.htm
  33. [Inetprt.Server.Add.Reg]
  34. ; Note e: is hard coded! Need to be determined based on drive \inetpub is on.
  35. ;HKLM,"System\CurrentControlSet\Services\W3Svc\Parameters\Virtual Roots","/PrintersFolder",,"e:\Program Files\Personal Web Server\wwwroot\printers,,1"
  36. HKLM,"System\CurrentControlSet\Services\W3Svc\Parameters\Virtual Roots","/PrintersFolder",,"f:\InetPub\wwwroot\printers,,1"
  37. ;HKLM,"System\CurrentControlSet\Services\W3Svc\Parameters\Script Map",".printer",,"%11%\msw3prt.dll"
  38. HKLM,"System\CurrentControlSet\Services\W3Svc\Parameters\Script Map",".printer",,"%11%\msw3prt.dll"
  39. [DestinationDirs]
  40. Inetprt.sys.install=11 ; to System
  41. Inetprt.prt.install=24,%OEM_MICROWEB%\%WWWROOT%\%PRINTERS% ;InetPub\wwwroot\printers
  42. Inetprt.tmp.install=25,%WEB%\%PRINTERS% ; to Windows\web\printers. BabakJ: Winnt\Web does not
  43. ; exist on NT4.0! Find a better place!! Actually, on Peer Web it does. See if both NTS and NTW have it.
  44. [SourceDisksNames]
  45. 55="Internet Print Tools.","",1
  46. [SourceDisksFiles]
  47. msw3prt.dll=55
  48. msw3prt.sym=55
  49. printer.gif=55
  50. spoolss.dll=55
  51. spoolss.sym=55
  52. inetpp.dll=55
  53. inetpp.sym=55
  54. msprint.dll=55
  55. magpage.gif=55
  56. prfolder.gif=55
  57. backgrnd.gif=55
  58. diamond.exe=55
  59. wextract.exe=55
  60. mswebapi.dll=55
  61. mswebapi.sym=55
  62. msshrui.dll=55
  63. msshrui.sym=55
  64. def_pf.htm=55
  65. prtpage.htm=55
  66. prtdtail.htm=55
  67. prtjobd.htm=55
  68. prtlist.htm=55
  69. prtinst.htm=55
  70. [Strings]
  71. OEM_MICROWEB = "InetPub"
  72. WWWROOT = "wwwroot"
  73. PRINTERS = "printers"
  74. WEB = "web"