home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2000 May
/
PCW_MAY2000.iso
/
Patch
/
pmtshoot.exe
/
RCDATA
/
CABINET
/
PMTSHOOT.INF
< prev
next >
Wrap
Windows Setup INFormation
|
1998-05-02
|
2KB
|
78 lines
; PMTShoot.INF
;
; This is the setup information file for the PMTShoot test app
;
; Copyright 1998, Microsoft Corporation
;
;
; ----------------------------------------------------------------
; Install
; ----------------------------------------------------------------
[DefaultInstall]
CopyFiles = CopyFiles_Win, CopyFiles_Sys, CopyFiles_Inf
UpdateInis = UpdateInis_Add
Uninstall = Uninstall
AddReg = AddReg
[version]
signature="$CHICAGO$"
[DestinationDirs]
CopyFiles_Win = 10
CopyFiles_Sys = 11
CopyFiles_Inf = 17
[CopyFiles_Win]
PMTShoot.exe
[CopyFiles_Sys]
PMTShoot.vxd
[CopyFiles_Inf]
PMTShoot.inf
[UpdateInis_Add]
%10%\system.ini, 386Enh,, "device=PMTSHOOT.VXD", 1
setup.ini, progman.groups,, "group1=%Folder%" ;creates folder
setup.ini, group1,, """%Description%"", PMTShoot.EXE,,, PMTShoot" ;creates shortcut
; ----------------------------------------------------------------
; Uninstall
; ----------------------------------------------------------------
[Uninstall]
DelFiles = CopyFiles_Win, CopyFiles_Sys, CopyFiles_Inf
UpdateInis = UpdateInis_Del
DelReg = DelReg
[UpdateInis_Del]
%10%\system.ini, 386Enh, "device=PMTSHOOT.VXD", "", 1
setup.ini, progman.groups,, "group1=%Folder%" ;creates folder
setup.ini, group1,, """%Description%""" ;deletes link
[AddReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PMTSHOOT,"DisplayName",,"%Description%"
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PMTSHOOT,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\PMTShoot.inf, Uninstall,,A"
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,PMTSHOOT,,"PMTSHOOT"
[DelReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PMTSHOOT,,,
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PMTSHOOT,"DisplayName",,"%Description%"
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,PMTSHOOT,,"PMTSHOOT"
[SourceDisksFiles]
pmtshoot.exe = 1
pmtshoot.vxd = 1
PMTShoot.inf = 1
[SourceDisksNames]
1="PMTShoot", "", 0001
[Strings]
Description = "PMTShoot - Power Management Trouble Shooter"
Folder = "PMTShoot"