home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / shelmisc / shoveit3.zip / ShoveIt.inf < prev   
INI File  |  1996-04-03  |  3KB  |  94 lines

  1. ; Author: Phil Hord (frame lifted from FlexiCD.INF)
  2. ; installs ShoveIt and sets up for Uninstall
  3.  
  4. [DefaultInstall]
  5. CopyFiles=ShoveIt.copy.prog, ShoveIt.copy.hlp, ShoveIt.copy.win, ShoveIt.copy.sys, ShoveIt.copy.inf
  6. UpdateInis=ShoveIt.Links
  7. AddReg=ShoveIt.reg, ShoveIt.Run
  8. Uninstall=ShoveIt_remove
  9.  
  10. [ShoveItInstall]
  11. CopyFiles=ShoveIt.copy.prog, ShoveIt.copy.hlp, ShoveIt.copy.win, ShoveIt.copy.sys, ShoveIt.copy.inf
  12. UpdateInis=ShoveIt.Links
  13. AddReg=ShoveIt.reg, ShoveIt.Run
  14. Uninstall=ShoveIt_remove
  15.  
  16. [ShoveIt_remove]
  17. DelFiles = ShoveIt.copy.prog, ShoveIt.copy.hlp, ShoveIt.copy.win, ShoveIt.copy.sys, ShoveIt.copy.inf
  18. DelReg = ShoveIt.reg.remove, ShoveIt.Run
  19. UpdateInis = ShoveIt.Links.Remove
  20.  
  21. [version]
  22. signature="$CHICAGO$"
  23.  
  24. ; F i l e   c o p y i n g   s e c t i o n s (where the go to).
  25. [DestinationDirs]
  26. ShoveIt.copy.sys=11
  27. ShoveIt.copy.hlp=18
  28. ShoveIt.copy.prog=24,%PROGRAMF%\%ShoveItPROG%
  29. ShoveIt.copy.win=25
  30. ShoveIt.copy.inf=17
  31. ShoveIt.copy.media=10,Media
  32.  
  33. ; w h a t   f i l e s   a r e   c o p i e d   w h e r e
  34. [ShoveIt.copy.prog]
  35.  
  36. [ShoveIt.copy.win]
  37. ShoveIt.exe
  38.  
  39. [ShoveIt.copy.sys]
  40.  
  41. [ShoveIt.copy.hlp]
  42.  
  43. [ShoveIt.copy.inf]
  44. ShoveIt.inf
  45.  
  46. [ShoveIt.copy.media]
  47. Shove*.wav
  48.  
  49. ; W h e r e   t h e   f i l e s   c o m e   f r o m
  50. [SourceDisksNames]
  51. 55="ShoveIt","",1
  52.  
  53. [SourceDisksFiles]
  54. ShoveIt.exe=55
  55. ShoveIt.Inf=55
  56.  
  57. ; L o c a l i s e d   s t u f f 
  58. [Strings]
  59. PROGRAMF     = "Progra~1"
  60. ShoveItPROG      = "ShoveIt"             ;
  61. ShoveItPROG_LOCN = "Accessories\System~1"   ; shortcut location
  62. ShoveIt_Desc     = "ShoveIt"             ; shortcut name
  63. ShoveIt_ShortDesc= "Window captions and taskbar fight arbitration" ; details view
  64. StartUp_DESC       = "Startup"
  65.  
  66.  
  67. ; L i n k s   /   S h o r t c u t s
  68. [ShoveIt.Links]
  69. setup.ini, progman.groups,,"group55=%ShoveItPROG_LOCN%"
  70. setup.ini, group55,,"""%ShoveIt_Desc%"", ""%25%\ShoveIt.Exe"",,,,,%ShoveIt_ShortDesc%"
  71. setup.ini, progman.groups,, "group1=%StartUp_DESC%"
  72. setup.ini, group1,, """%ShoveIt_Desc%"", ""%25%\ShoveIt.Exe"",,,,,%ShoveIt_ShortDesc%"
  73.  
  74. ; L i n k s   /   S h o r t c u t s - Removal.
  75. [ShoveIt.Links.Remove]
  76. setup.ini, progman.groups,,"group55=%ShoveItPROG_LOCN%"
  77. setup.ini, group55,,"""%ShoveIt_Desc%""
  78. setup.ini, progman.groups,, "group1=%StartUp_DESC%"
  79. setup.ini, group1,, """%ShoveIt_Desc%""
  80.  
  81. ; D e f a u l t   r e g i s t r y   d a t a
  82. [ShoveIt.reg]
  83. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ShoveIt,DisplayName,,"%ShoveIt_DESC%"
  84. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ShoveIt,UninstallString,,"RunDll setupx.dll,InstallHinfSection ShoveIt_remove 4 ShoveIt.inf"
  85.  
  86. [ShoveIt.reg.remove]
  87. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ShoveIt,DisplayName,,"%ShoveIt_DESC%"
  88. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ShoveIt,UninstallString,,"RunDll setupx.dll,InstallHinfSection ShoveIt_remove 4 ShoveIt.inf"
  89.  
  90.  
  91. ; R u n   o n c e   i n s t a l l e d
  92. [ShoveIt.run]
  93. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,foo,,"%10%\ShoveIt.exe"
  94.