home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
pelne
/
optionp
/
setup3.cab
/
pak210-x86.exe
/
RCDATA
/
CABINET
/
flupl-x86.cab
/
flupl.inf
< prev
next >
Wrap
Windows Setup INFormation
|
1997-09-25
|
4KB
|
136 lines
;
; INF for Flupl installation
;
; Copyright (c) 1997 Microsoft Corporation
;
;
; Notes:
;
; "webpost" sections are normal current-version components
; "obsolete" sections are previous-version components we no longer need, so we delete them on install
; "old" sections are previous-version components which are still usable, so we don't install them but they are removed on uninstall
; "uninstall" sections are normal current-version components we don't install directly but we do want to remove on uninstall
;
[version]
signature = "$CHICAGO$"
AdvancedINF = 2.0, "%ERROR_WRONG_ADVPACK_VERSION%"
; Install instructions
[DefaultInstall]
SetupEngine = SETUPAPI.DLL,"%ERROR_ENGINE_NOTFOUND%"
CustomDestination = CustWPDestDir
CopyFiles = flupl.sys.files, flupl.inf.files, flupl.hlp.files
DelFiles = flupl.obs.files
AddReg = flupl.reg
RegisterOCXs = self.registering.dlls
; Custom installation sections
; (in this case responsible for determining location of "Program Files" dir)
[CustWPDestDir]
; OEM SFN,ANSI LFN,ANSI SFN,OEM LFN
49000,49001,49002,49003 = ProgFilesDir,5
49100,49101,49102,49103 = WPFilesDir,5
49200,49201,49202,49203 = ActiveXCustomDestination,5 ; included only to allow removal from old location
[ProgFilesDir]
HKLM,'Software\Microsoft\Windows\CurrentVersion','ProgramFilesDir',,"%24%"
[WPFilesDir]
,,,,"%49001%\%WP_DIR%"
[ActiveXCustomDestination]
HKLM,'SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings','ActiveXCache',,"%25%\OCCACHE"
; File groups
[DestinationDirs]
flupl.sys.files = 49100 ; LDID_WP_DIR
flupl.inf.files = 49100 ; LDID_WP_DIR
flupl.hlp.files = 18 ; LDID_HELP
flupl.obs.files = 49200 ; LDID_FLUPL (obsolete)
[flupl.sys.files]
FLUPL.OCX
[flupl.inf.files]
FLUPL.INF
[flupl.hlp.files]
FLUPL.HLP
[flupl.obs.files]
FLUPL.OCX
FLUPL.INF
[self.registering.dlls] ; all DLLs in this section have their DllRegisterServer EPs called
%49100%\FLUPL.OCX
; File locations
[SourceDisksFiles]
FLUPL.INF = 55
FLUPL.HLP = 55
FLUPL.OCX = 55
[SourceDisksNames]
55 = %WP_DISK%,flupl.cab, 0
; Registry entry groups
[flupl.reg]
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Flupl","DisplayName",,%UNINSTALL_NAME%
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Flupl","QuietUninstallString",,"RunDll32 ADVPACK.DLL,LaunchINFSection %49100%\flupl.inf,FluplUninstall,5"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Flupl","RequiresIESysFile",,"4.70.1155.0"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Flupl","UninstallString",,"RunDll32 ADVPACK.DLL,LaunchINFSection %49100%\flupl.inf,FluplUninstall"
; Uninstallation instructions
[FluplUninstall]
BeginPrompt = UninstallPrompt
CustomDestination = CustWPDestDir
DelReg = flupl.reg
DelFiles = flupl.sys.files, flupl.hlp.files
UnRegisterOCXs = self.registering.dlls
Cleanup = 1
[UninstallPrompt]
Prompt = "%UNINSTALL_PROMPT%"
ButtonType = YESNO
Title = "%PGMITEM_WP%"
; Strings
[strings]
; Don't localize these
; Do localize these
ERROR_ENGINE_NOTFOUND = "Cannot find the required setup engine. Aborting..."
ERROR_WRONG_ADVPACK_VERSION = "You need a newer version of ADVPACK.DLL"
WP_DIR = "Web Publish"
WP_DISK = "Microsoft ActiveX Upload Control disk"
PGMITEM_WP = "Microsoft ActiveX Upload Control 1.52"
UNINSTALL_NAME = "Microsoft ActiveX Upload Control 1.52"
UNINSTALL_PROMPT = "This will remove the Microsoft ActiveX Upload Control from your computer. Do you wish to proceed?"