home *** CD-ROM | disk | FTP | other *** search
/ Soft 19 / Soft19.iso / win95-rc / win95_18.cab / winpopup.inf < prev    next >
INI File  |  1995-07-11  |  2KB  |  70 lines

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