home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.11 / 1999-05_Disc_4.11.bin / ELINK / SHOCKIE / SWDIR.INF < prev    next >
Windows Setup INFormation  |  1997-11-04  |  6KB  |  188 lines

  1. ;    10/30/97  Mod by Matt Abarbanel        deleted the extra subdirectory on the unistall keys so that we now show up in the add\remove programs menu     
  2. ;    10/03/97  Mod by Matt Abarbanel        added m5if32.dll & m5drvr32.exe DUMMY files for encarta
  3. ;    08/15/97  Mod by Matt Abarbanel        added new reg keys & strings for the win98 cd installer
  4. ;    07/23/97  Mod by Matt Abarbanel        added new IE 4 keys and uninstall sections and added coments
  5. ;    ???      Mod by Matt Abarbanel        added deletion of old elmo files
  6. ;    ???      Created by Lisa Gelobter                
  7. ;                        
  8. ;            General notes
  9. ;    11 = the windows\system directory read in from the currentVersion key
  10. ;    17 = Windows\inf directory
  11.  
  12.  
  13. [Version] 
  14. Signature="$Chicago$" 
  15. AdvancedINF=2.5
  16.  
  17. [DefaultInstall]
  18. ;    Copy the files
  19. ;    delete the old elmo files
  20. ;    add new registry keys
  21. ;    register the OCX
  22.  
  23. CopyFiles=SWFiles, xtrafiles, inffile
  24. ; Should delete OldElmoFiles and HopperFiles in final version
  25. Delfiles=OldHopperFiles, OldHopperXtraFiles, OldElmoFiles
  26. AddReg=SW.AddReg
  27. RegisterOCXs=RegisterOCXSection
  28.  
  29.  
  30.  
  31. [DefaultUninstall]
  32. ;    call cleanup=1 to have the inf file deleted after the unistall is run
  33. ;    delete the files that were added during the install.  Do not include the inf section
  34. ;    Delete the key that were added to the registry during the install
  35. ;    unregister the OCX
  36.  
  37. cleanup=1
  38. Delfiles=SWFiles, xtrafiles
  39. delreg=SW.DelReg
  40. UnRegisterOCXs=UnRegisterOCXSection
  41.  
  42.  
  43.  
  44. [strings]
  45. ;    define strings used in the INF
  46. ;    productname= is used for naming the install when called from IE
  47. ;    this is also what sholud be localized if necessary
  48.  
  49. productname   =   "Shockwave Director 6.0.1"
  50. GUID          =   "{166B1BCA-3F9C-11CF-8075-444553540000}"
  51. GUID2          =      "{2A202491-F00D-11cf-87CC-0020AFEECF20}"
  52. DefaultName   =   "Macromedia Shockwave Director 6.0.1"
  53. ComponentID   =   "Director"
  54. VersionNumber =   "6,0,1,6118"
  55. LocaleID      =   "EN"
  56.  
  57.  
  58. [RegisterOCXSection]
  59. %11%\macromed\director\SwDir.dll
  60.  
  61. [UnRegisterOCXSection]
  62. %11%\macromed\director\SwDir.dll
  63.  
  64.  
  65. [SW.AddReg]
  66. ;             just shockwave is used here the sync with the currently used CIF files on www.microsoft.com
  67. ;            if we used shockwave for director then durring the IE4 uninstall we would not get uninstalled
  68. ;             
  69. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave,"QuietDisplayName",,"%ProductName%"
  70. ;    add the 5 after uninstall for the silent mode
  71. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\swdir.inf,DefaultUninstall,5"
  72. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave,"RequiresIESysFile",,"4.70.0.1155"
  73.  
  74. ;    these were added for the win 98 CD
  75. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%",,,"%DefaultName%"
  76. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","ComponentID",,"%ComponentID%"
  77. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",1,01,00,00,00
  78. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VersionNumber%"
  79. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LocaleID%"
  80.  
  81.  
  82. ;    these keys were added to sync with the incorrect guid used on the microsoft CIFs
  83. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID2%",,,"%DefaultName%"
  84. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID2%","ComponentID",,"%ComponentID%"
  85. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID2%","IsInstalled",1,01,00,00,00
  86. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID2%","Version",,"%VersionNumber%"
  87. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID2%","Locale",,"%LocaleID%"
  88.  
  89.  
  90.  
  91.  
  92.  
  93. [SW.DelReg]
  94. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave,"QuietDisplayName",,"%ProductName%"
  95. ;    add the 5 after uninstall for the silent mode
  96. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\swdir.inf,DefaultUninstall,5"
  97. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave,"RequiresIESysFile",,"4.70.0.1155"
  98.  
  99. ;    these were added for the win 98 CD
  100. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%",,,"%DefaultName%"
  101. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","ComponentID",,"%ComponentID%"
  102. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",1,01,00,00,00
  103. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VersionNumber%"
  104. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LocaleID%"
  105.  
  106.  
  107. ;    these keys were added to sync with the incorrect guid used on the microsoft CIFs
  108. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID2%",,,"%DefaultName%"
  109. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID2%","ComponentID",,"%ComponentID%"
  110. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID2%","IsInstalled",1,01,00,00,00
  111. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID2%","Version",,"%VersionNumber%"
  112. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID2%","Locale",,"%LocaleID%"
  113.  
  114.  
  115.  
  116. [SourceDisksNames]
  117. 1="Shockwave Files","swdir.cab",1
  118.  
  119. [SourceDisksFiles]
  120. SwDir.dll=1
  121. Dirapi.dll=1
  122. Idle32.exe=1
  123. Iml32.dll=1
  124. Swadcmpr.x32=1
  125. Swastrm.x32=1
  126. M5if32.dll=1
  127. M5drvr32.exe=1
  128.  
  129. [SWFiles]
  130. SwDir.dll
  131. Dirapi.dll
  132. Idle32.exe
  133. Iml32.dll
  134. M5if32.dll
  135. M5drvr32.exe
  136.  
  137. [xtrafiles]
  138. Swadcmpr.x32
  139. Swastrm.x32
  140.  
  141. [inffile]
  142. swdir.inf
  143.  
  144. [OldElmoFiles]
  145. ie32dsw.ocx
  146. xobglu32.dll
  147. xobglu16.dll
  148. m5if32.dll
  149. m5drvr32.exe
  150. m5drvr32.rsr
  151. asifont.map
  152. asiport.rsr
  153. swadcmpr.x32
  154. swastrm.x32
  155. intro.dcr
  156. ie32dsw.txt
  157.  
  158. [OldHopperFiles]
  159. IE32DSW.ocx
  160. ie32dsw.txt
  161. xobglu32.dll
  162. xobglu16.dll
  163. m5if32.dll
  164. m5drvr32.exe
  165. m5drvr32.rsr
  166. asifont.map
  167. asiport.rsr
  168. D60Xtra.MCH
  169.  
  170. [OldHopperXtraFiles]
  171. Brwsserv.x32
  172. GIFImpor.x32
  173. JPEGImpo.x32
  174. Mix32.x32
  175. Netfile.x32
  176. Netlingo.x32
  177. SoundImp.x32
  178. Swadcmpr.x32
  179. Swastrm.x32
  180.  
  181. [DestinationDirs]
  182. OldElmoFiles=11
  183. SWFiles=11, Macromed\Director
  184. OldHopperFiles=11, Macromed\Director
  185. xtrafiles=11, Macromed\Director\Xtras
  186. OldHopperXtraFiles=11, Macromed\Director\Xtras
  187. inffile=17
  188.