home *** CD-ROM | disk | FTP | other *** search
- [Version]
- Signature = "$Chicago$"
- AdvancedINF = 2.5
- Generator = InfGen (c) Copyright Richard Sutcliffe 1998
-
- [ResetBackgroundBug] ; This fixes a bug in Windows that deletes the background image
- win.ini,Desktop,Wallpaper,HKLM,%WallpaperKey%,2
- win.ini,Desktop,TileWallpaper,HKLM,%WallpaperKey%,2
-
- [InstallReg]
- HKLM,%UninstallKey%\%ShortDesc%,"DisplayName",,"%AppDesc% (Remove only)"
- HKLM,%UninstallKey%\%ShortDesc%,"UninstallString",,"%10%\RunDll32.exe advpack.dll,LaunchINFSection %17%\%ShortDesc%.inf,DefaultUninstall"
-
- [UninstallReg]
- HKLM,%UninstallKey%\%ShortDesc%
-
- [UninstallPrompt]
- Prompt = "Do you really want to remove %AppDesc%?"
- Title = "%AppDesc% uninstaller"
- Button = YESNO
-
- [Strings]
- AppDesc = "Cliptx20"
- ShortDesc = "Cliptx20"
- ProgFiles = "progra~1"
- ProgGroup = "Cliptx20"
- UninstallKey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
- WallpaperKey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup"
-
- [SourceDisksNames]
- 1 = %AppDesc%,,0
-
- [SourceDisksFiles]
- FILE_ID.DIZ = 1
- CLIPTX.DOC = 1
- CLIPTX.EXE = 1
- CLIPTEXT.CFG = 1
-
- [InfFolder]
- Cliptx20.inf
-
- [AppFolder]
- CLIPTEXT.CFG
- CLIPTX.DOC
- CLIPTX.EXE
- FILE_ID.DIZ
-
- [DestinationDirs]
- InfFolder = 17
- AppFolder = 24,%ProgFiles%\%ShortDesc%
-
- [CreateProgramGroup]
- setup.ini,progman.groups,,"group1=%ProgGroup%"
- setup.ini,group1,,"""Readme"",""%24%\%ProgFiles%\%ShortDesc%\CLIPTX.DOC"",,,,""%24%\%ProgFiles%\%ShortDesc%
- setup.ini,group1,,"""Cliptext"",""%24%\%ProgFiles%\%ShortDesc%\CLIPTX.EXE"",,,,""%24%\%ProgFiles%\%ShortDesc%
-
- [DeleteProgramGroup]
- setup.ini,progman.groups,,"group1=%ProgGroup%"
- setup.ini,group1,,"""Readme"""
- setup.ini,group1,,"""Cliptext"""
-
- [DefaultInstall]
- Copyfiles = InfFolder, AppFolder
- UpdateInis = CreateProgramGroup
- AddReg = InstallReg
- Ini2Reg = ResetBackgroundBug ; This fixes a bug in Windows that deletes the background image
-
- [DefaultUnInstall]
- BeginPrompt = UninstallPrompt
- Delfiles = InfFolder, AppFolder
- UpdateInis = DeleteProgramGroup
- DelReg = UninstallReg
-
-