home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / setup.cab / cpsocmntx.inf < prev    next >
Windows Setup INFormation  |  1997-10-27  |  1KB  |  46 lines

  1. ;                                                    
  2. ;    INF for Posting Acceptor 1.0 installation
  3. ;    Copyright (c) 1997 Microsoft Corporation
  4. ;
  5. ;    OCM Stuff
  6. [Version]
  7. Signature = "$Windows NT$"
  8. ;
  9. [Optional Components]
  10. ;
  11. ; Only one subcomponent is allowed, and it must match the component name
  12. ; given in the master OC INF
  13. ;
  14. PostAcc
  15. ;
  16. ; NT x86
  17. [PostAcc]
  18. ;
  19. ; Standard fields
  20. ;
  21. Needs = iis_www
  22. OptionDesc = %PostAcc_desc%
  23. Tip = %PostAcc_tip%
  24. Modes = 4
  25. parent = SSE
  26. ;
  27. ; These fields are specific to per-components INFs for components
  28. ; with stand-alone installation programs.
  29. ;
  30. ; InstallCmd is used if the state changed from uninstalled to installed
  31. ; UninstallCmd is used if the state changed from installed to uninstalled
  32. ; InstalledCmd is used if the state did not change and is installed
  33. ; UninstalledCmd is used if the state did not change and is uninstalled
  34. ;
  35. InstallCmd = "Pak210-x86.exe /Q:A /R:NG"
  36. InstalledCmd = "Pak210-x86.exe /Q:A /R:NG"
  37. UninstallCmd = "RunDll32 ADVPACK.DLL,LaunchINFSection cpshost.inf,CPSHostUninstall,5"
  38. UninstalledCmd = "RunDll32 ADVPACK.DLL,LaunchINFSection cpshost.inf,CPSHostUninstall,5"
  39. ;
  40. ; size in MB so OC Manager can display something meaningful to the user.
  41. DiskSpaceEstimate = 10
  42. ;
  43. [strings]
  44. PostAcc_desc = "Publishing - Posting Acceptor 1.01"
  45. PostAcc_tip = "The Posting Acceptor enables the Internet Information Server to receive files uploaded using HTTP POST."
  46.