home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 January / VPR0101A.BIN / OLS / PUIE28 / PUIE28.LZH / POWERIE.INF < prev    next >
Windows Setup INFormation  |  1997-07-19  |  2KB  |  78 lines

  1. ; Author: FURUKAWA, Akihito
  2.  
  3. [version]
  4. signature="$CHICAGO$"
  5. SetupClass=BASE
  6.  
  7. [DefaultInstall]
  8. CopyFiles = PowerIE.Files.Sys, PowerIE.Files.Inf, PowerIE.Files.Bmp
  9. AddReg    = PowerIE.Add.Reg
  10.  
  11. [DefaultInstall.ntx86]
  12. CopyFiles = PowerIE.Files.Sys, PowerIE.Files.Inf, PowerIE.Files.Bmp
  13. AddReg    = PowerIENT.Add.Reg
  14.  
  15. ;;[DefaultInstall.ntmips]
  16. ;;
  17. ;;[DefaultInstall.ntalpha]
  18. ;;
  19. ;;[DefaultInstall.ntppc]
  20.  
  21. [Optional Components]
  22. PowerIEInstall
  23.  
  24. [PowerIEInstall]
  25. CopyFiles = PowerIE.Files.Sys, PowerIE.Files.Inf, PowerIE.Files.Bmp
  26. AddReg    = PowerIE.Add.Reg
  27.  
  28. OptionDesc     = %POWERIE%
  29. Tip            = %POWERIETIP%
  30. ;Parent         = AccessTop
  31. InstallType    = 10 ;Typical, Custom.
  32. IconIndex          = 16  ;Windows Logo mini-icon for dialogs
  33. Uninstall      = DefaultUnInstall
  34.  
  35. [DefaultUnInstall]
  36. DelFiles  = PowerIE.Files.Sys, PowerIE.Files.Inf, PowerIE.Files.Bmp
  37. DelReg    = PowerIE.Del.Reg
  38.  
  39. [DestinationDirs]
  40. PowerIE.Files.Sys = 11
  41. PowerIE.Files.Inf = 17
  42. PowerIE.Files.Bmp = 10
  43.  
  44. [SourceDisksNames]
  45. 1="Power Up Internet Explorer","",1
  46.  
  47. [SourceDisksFiles]
  48. PowerIE.CPL=1
  49. PowerIE.INF=1
  50. LIONLG.BMP=1
  51. LIONSM.BMP=1
  52.  
  53. [PowerIE.Files.Sys]
  54. PowerIE.CPL
  55.  
  56. [PowerIE.Files.Inf]
  57. PowerIE.INF
  58.  
  59. [PowerIE.Files.Bmp]
  60. LIONLG.BMP
  61. LIONSM.BMP
  62.  
  63. [PowerIE.Add.Reg]
  64. HKLM,%UPowerIE%,DisplayName,,"%PowerIE% - Uninstall"
  65. HKLM,%UPowerIE%,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 %17%\PowerIE.inf"
  66.  
  67. [PowerIENT.Add.Reg]
  68. HKLM,%UPowerIE%,DisplayName,,"%PowerIE% - Uninstall"
  69. HKLM,%UPowerIE%,UninstallString,,"%10%\rundll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 132 %17%\PowerIE.inf"
  70.  
  71. [PowerIE.Del.Reg]
  72. HKLM,%UPowerIE%
  73.  
  74. [Strings]
  75. PowerIE="Power Up Internet Explorer"
  76. UPowerIE="Software\Microsoft\Windows\CurrentVersion\Uninstall\PowerIE"
  77. PowerIETIP="Customize Internet Explorer, Internet Mail and News"
  78.