home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1577.pe / net7.cab / winpopup.inf < prev    next >
Encoding:
INI File  |  1997-08-28  |  1.9 KB  |  70 lines

  1.  
  2. ; WINPOPUP.INF
  3.  
  4. ; This is the Setup information file to install the Winpopup applet
  5.  
  6. ; Copyright (c) 1993,1994 Microsoft Corporation
  7.  
  8.  
  9. [version]
  10. LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
  11. signature="$CHICAGO$"
  12. SetupClass=BASE
  13.  
  14. [DestinationDirs]
  15. WINPOPUP.Win.Copy = 25    ; LDID_SHARED 
  16. WINPOPUP.HLP.Copy = 18    ; LDID_HELP 
  17. winapps.del.files   = 25    ; LDID_SHARED
  18.  
  19. [Optional Components]
  20. Winpopup
  21.  
  22. [Winpopup]
  23. OptionDesc  = %Winpopup_DESC%
  24. Tip         = %WINPOPUP_TIP%
  25. Parent      = AccessTop
  26. CopyFiles   = WINPOPUP.Win.Copy, WINPOPUP.HLP.Copy 
  27. UpdateInis  = WINPOPUP.Inis
  28. AddReg      = WINPOPUP.install.reg
  29. InstallType = 0             ;Manual only
  30. IconIndex   = 11        ;Default (diamond) mini-icon for dialogs
  31. Uninstall   = WINPOPUP_remove
  32. DelFiles    = winapps.del.files
  33.  
  34. [WINPOPUP_remove]
  35. DelFiles    = WINPOPUP.Win.Copy
  36. AddReg      = WINPOPUP.remove.reg
  37. UpdateInis  = WINPOPUP.Rem.Inis
  38.  
  39. [winapps.del.files]
  40. ; Delete Win 3.x help files (they are copied to HELP dir now)
  41. winpopup.hlp
  42.  
  43. [WINPOPUP.Win.Copy]
  44. winpopup.exe
  45.  
  46. [WINPOPUP.HLP.Copy]
  47. winpopup.cnt
  48. winpopup.hlp
  49.  
  50. [WINPOPUP.Inis]
  51. setup.ini, progman.groups,, "group1=%StartUp_DESC%"         ;creates folder
  52. setup.ini, group1,, """%Winpopup_Desc%"", WINPOPUP.EXE,,, winpopup"       ;creates link
  53.  
  54. [WINPOPUP.Rem.Inis]
  55. setup.ini, progman.groups,, "group1=%StartUp_DESC%"         ;creates folder
  56. setup.ini, group1,, """%Winpopup_Desc%"""                      ;deletes link
  57.  
  58. [WINPOPUP.install.reg]
  59. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\winpopup,Installed,,"1"
  60.  
  61. [WINPOPUP.remove.reg]
  62. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\winpopup,Installed,,"0"
  63.  
  64. [Strings]
  65. WINPOPUP_TIP     = "Allows you to send/receive pop-up messages on your network"
  66.  
  67. ; also in netcli.inf
  68. StartUp_DESC       = "Startup"
  69. Winpopup_Desc    = "WinPopup"
  70.