home *** CD-ROM | disk | FTP | other *** search
- ; WINPOPUP.INF
-
- ; This is the Setup information file to install the Winpopup applet
-
- ; Copyright (c) 1993,1994 Microsoft Corporation
-
-
- [version]
- LayoutFile=layout.inf
- signature="$CHICAGO$"
- SetupClass=BASE
-
- [DestinationDirs]
- WINPOPUP.Win.Copy = 25 ; LDID_SHARED
- WINPOPUP.HLP.Copy = 18 ; LDID_HELP
- winapps.del.files = 25 ; LDID_SHARED
-
- [Optional Components]
- Winpopup
-
- [Winpopup]
- OptionDesc = %Winpopup_DESC%
- Tip = %WINPOPUP_TIP%
- Parent = AccessTop
- CopyFiles = WINPOPUP.Win.Copy, WINPOPUP.HLP.Copy, WINPOPUP.INF.Copy
- UpdateInis = WINPOPUP.Inis
- AddReg = WINPOPUP.install.reg
- InstallType = 0 ;Manual only
- IconIndex = 11 ;Default (diamond) mini-icon for dialogs
- Uninstall = WINPOPUP_remove
- DelFiles = winapps.del.files
-
- [WINPOPUP_remove]
- DelFiles = WINPOPUP.Win.Copy
- AddReg = WINPOPUP.remove.reg
- UpdateInis = WINPOPUP.Rem.Inis
-
- [winapps.del.files]
- ; Delete Win 3.x help files (they are copied to HELP dir now)
- winpopup.hlp
-
- [WINPOPUP.Win.Copy]
- winpopup.exe
-
- [WINPOPUP.HLP.Copy]
- winpopup.cnt
- winpopup.hlp
-
- [WINPOPUP.Inis]
- setup.ini, progman.groups,, "group1=%StartUp_DESC%" ;creates folder
- setup.ini, group1,, """%Winpopup_Desc%"", WINPOPUP.EXE,,, winpopup" ;creates link
-
- [WINPOPUP.Rem.Inis]
- setup.ini, progman.groups,, "group1=%StartUp_DESC%" ;creates folder
- setup.ini, group1,, """%Winpopup_Desc%""" ;deletes link
-
- [WINPOPUP.install.reg]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\winpopup,Installed,,"1"
-
- [WINPOPUP.remove.reg]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\winpopup,Installed,,"0"
-
- [Strings]
- WINPOPUP_TIP = "Allows you to send/receive pop-up messages on your network"
- DSK="Windows 95 resource kit"
-
- ; also in netcli.inf
- StartUp_DESC = "Startup"
- Winpopup_Desc = "WinPopup"
-