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

  1. ;                                                    
  2. ;
  3. ;    INF for Microsoft Web Publishing Wizard installation
  4. ;    Copyright (c) 1997 Microsoft Corporation
  5. ;
  6. ;    OCM Stuff
  7. [Version]
  8. Signature = "$Windows NT$"
  9. ;
  10. [Optional Components]
  11. ;
  12. ; Only one subcomponent is allowed, and it must match the component name
  13. ; given in the master OC INF
  14. ;
  15. WebPost
  16. ;
  17. ; NT x86
  18. [WebPost]
  19. ;
  20. ; Standard fields
  21. ;
  22. OptionDesc = %WebPost_desc%
  23. Tip = %WebPost_tip%
  24. parent = SSE
  25. ;
  26. ; These fields are specific to per-components INFs for components
  27. ; with stand-alone installation programs.
  28. ;
  29. ; InstallCmd is used if the state changed from uninstalled to installed
  30. ; UninstallCmd is used if the state changed from installed to uninstalled
  31. ; InstalledCmd is used if the state did not change and is installed
  32. ; UninstalledCmd is used if the state did not change and is uninstalled
  33. ;
  34. InstallCmd = "wpie15-x86.exe /Q:A /R:NG"
  35. InstalledCmd = "wpie15-x86.exe /Q:A /R:NG"
  36. UninstallCmd = "RunDll32 ADVPACK.DLL,LaunchINFSection %17%\enuwpie.inf,WebPostUninstall,5"
  37. UninstalledCmd = "RunDll32 ADVPACK.DLL,LaunchINFSection %17%\enuwpie.inf,WebPostUninstall,5"
  38. ;
  39. ; size in MB so OC Manager can display something meaningful to the user.
  40. DiskSpaceEstimate = 7
  41. ;
  42. [strings]
  43. WebPost_desc        = "Publishing - Web Publishing Wizard 1.52"
  44. WebPost_tip            = "The Web Publishing Wizard automates the process of uploading content to World Wide Web servers."
  45.