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 >
Windows Setup INFormation  |  1998-05-02  |  2KB  |  78 lines

  1. ; PMTShoot.INF
  2. ;
  3. ; This is the setup information file for the PMTShoot test app
  4. ;
  5. ; Copyright 1998, Microsoft Corporation
  6. ;
  7. ;
  8.  
  9. ; ----------------------------------------------------------------
  10. ; Install
  11. ; ----------------------------------------------------------------
  12.  
  13. [DefaultInstall]
  14. CopyFiles  = CopyFiles_Win, CopyFiles_Sys, CopyFiles_Inf
  15. UpdateInis = UpdateInis_Add
  16. Uninstall  = Uninstall
  17. AddReg     = AddReg
  18.  
  19. [version]
  20. signature="$CHICAGO$"
  21.  
  22. [DestinationDirs]
  23. CopyFiles_Win = 10
  24. CopyFiles_Sys = 11
  25. CopyFiles_Inf = 17
  26.  
  27. [CopyFiles_Win]
  28. PMTShoot.exe
  29.  
  30. [CopyFiles_Sys]
  31. PMTShoot.vxd
  32.  
  33. [CopyFiles_Inf]
  34. PMTShoot.inf
  35.  
  36. [UpdateInis_Add]
  37. %10%\system.ini, 386Enh,, "device=PMTSHOOT.VXD", 1
  38. setup.ini, progman.groups,, "group1=%Folder%"                   ;creates folder
  39. setup.ini, group1,, """%Description%"", PMTShoot.EXE,,, PMTShoot" ;creates shortcut
  40.  
  41. ; ----------------------------------------------------------------
  42. ; Uninstall
  43. ; ----------------------------------------------------------------
  44.  
  45. [Uninstall]
  46. DelFiles    = CopyFiles_Win, CopyFiles_Sys, CopyFiles_Inf
  47. UpdateInis  = UpdateInis_Del
  48. DelReg      = DelReg
  49.  
  50.  
  51. [UpdateInis_Del]
  52. %10%\system.ini, 386Enh, "device=PMTSHOOT.VXD", "", 1
  53. setup.ini, progman.groups,, "group1=%Folder%"              ;creates folder
  54. setup.ini, group1,, """%Description%"""                    ;deletes link
  55.  
  56. [AddReg]
  57. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PMTSHOOT,"DisplayName",,"%Description%"
  58. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PMTSHOOT,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\PMTShoot.inf, Uninstall,,A"
  59. HKLM,Software\Microsoft\Windows\CurrentVersion\Run,PMTSHOOT,,"PMTSHOOT"
  60.  
  61. [DelReg]
  62. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PMTSHOOT,,,
  63. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PMTSHOOT,"DisplayName",,"%Description%"
  64. HKLM,Software\Microsoft\Windows\CurrentVersion\Run,PMTSHOOT,,"PMTSHOOT"
  65.  
  66. [SourceDisksFiles]
  67. pmtshoot.exe = 1
  68. pmtshoot.vxd   = 1
  69. PMTShoot.inf = 1
  70.  
  71. [SourceDisksNames]
  72. 1="PMTShoot", "", 0001
  73.  
  74. [Strings]
  75. Description = "PMTShoot - Power Management Trouble Shooter"
  76. Folder      = "PMTShoot"
  77.  
  78.