home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 November (Bonus) / GAMESTAR11B.ISO / AAMSSTP / SW61INST.EXE / RCDATA / CABINET / SwDir.inf < prev    next >
Windows Setup INFormation  |  1998-07-07  |  7KB  |  192 lines

  1. ;    7/7/97  smp  added key for win98 uninstall from control panel...
  2. ;    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     
  3. ;    10/03/97  Mod by Matt Abarbanel        added m5if32.dll & m5drvr32.exe DUMMY files for encarta
  4. ;    08/15/97  Mod by Matt Abarbanel        added new reg keys & strings for the win98 cd installer
  5. ;    07/23/97  Mod by Matt Abarbanel        added new IE 4 keys and uninstall sections and added coments
  6. ;    ???      Mod by Matt Abarbanel        added deletion of old elmo files
  7. ;    ???      Created by Lisa Gelobter                
  8. ;                        
  9. ;            General notes
  10. ;    11 = the windows\system directory read in from the currentVersion key
  11. ;    17 = Windows\inf directory
  12.  
  13.  
  14. [Version] 
  15. Signature="$Chicago$" 
  16. AdvancedINF=2.5
  17. LayoutFile=SwDir.inf
  18.  
  19. [DefaultInstall]
  20. ;    Copy the files
  21. ;    delete the old elmo files
  22. ;    add new registry keys
  23. ;    register the OCX
  24.  
  25. CopyFiles=SWFiles, xtrafiles, inffile
  26. ; Should delete OldElmoFiles and HopperFiles in final version
  27. Delfiles=OldHopperFiles, OldHopperXtraFiles, OldElmoFiles
  28. AddReg=SW.AddReg
  29. RegisterOCXs=RegisterOCXSection
  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,6121"
  55. LocaleID      =   "EN"
  56.  
  57. [RegisterOCXSection]
  58. %11%\macromed\director\SwDir.dll
  59.  
  60. [UnRegisterOCXSection]
  61. %11%\macromed\director\SwDir.dll
  62.  
  63.  
  64. [SW.AddReg]
  65. ;             just shockwave is used here the sync with the currently used CIF files on www.microsoft.com
  66. ;            if we used shockwave for director then durring the IE4 uninstall we would not get uninstalled
  67. ;             
  68. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave,"QuietDisplayName",,"%ProductName%"
  69. ;    add the 5 after uninstall for the silent mode
  70. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\swdir.inf,DefaultUninstall,5"
  71. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave,"RequiresIESysFile",,"4.70.0.1155"
  72.  
  73. ;    these were added for the win 98 CD
  74. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%",,,"%DefaultName%"
  75. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","ComponentID",,"%ComponentID%"
  76. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",1,01,00,00,00
  77. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VersionNumber%"
  78. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LocaleID%"
  79.  
  80. ; 7/7/97  smp  added key for win98 uninstall from control panel...
  81. HKLM, "Software\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\SwDir","Installed",,1
  82.  
  83. ;    these keys were added to sync with the incorrect guid used on the microsoft CIFs
  84. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID2%",,,"%DefaultName%"
  85. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID2%","ComponentID",,"%ComponentID%"
  86. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID2%","IsInstalled",1,01,00,00,00
  87. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID2%","Version",,"%VersionNumber%"
  88. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID2%","Locale",,"%LocaleID%"
  89.  
  90.  
  91. [SW.DelReg]
  92. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave,"QuietDisplayName",,"%ProductName%"
  93. ;    add the 5 after uninstall for the silent mode
  94. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\swdir.inf,DefaultUninstall,5"
  95. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave,"RequiresIESysFile",,"4.70.0.1155"
  96.  
  97. ;    these were added for the win 98 CD
  98. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%",,,"%DefaultName%"
  99. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","ComponentID",,"%ComponentID%"
  100. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",1,01,00,00,00
  101. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VersionNumber%"
  102. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LocaleID%"
  103.  
  104. ; 7/7/97  smp  added key for win98 uninstall from control panel...
  105. HKLM, "Software\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\SwDir","Installed",,0
  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. ; this added for win98 compatibility
  115. HKLM, "Software\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\SwDir\Installed",,,0
  116.  
  117. [SourceDisksNames]
  118. 1="Shockwave Files","swdir.cab",0
  119.  
  120. [SourceDisksFiles]
  121. SwDir.dll=1
  122. Dirapi.dll=1
  123. Idle32.exe=1
  124. Iml32.dll=1
  125. Swadcmpr.x32=1
  126. Swastrm.x32=1
  127. M5if32.dll=1
  128. M5drvr32.exe=1
  129. Flashass.x32=1
  130.  
  131. [SWFiles]
  132. SwDir.dll,,,33
  133. Dirapi.dll,,,33
  134. Idle32.exe,,,33
  135. Iml32.dll,,,33
  136. M5if32.dll,,,33
  137. M5drvr32.exe,,,33
  138.  
  139. [xtrafiles]
  140. Swadcmpr.x32,,,33
  141. Swastrm.x32,,,33
  142. Flashass.x32,,,33
  143.  
  144. [inffile]
  145. swdir.inf,,,33
  146.  
  147.  
  148. [OldElmoFiles]
  149. ie32dsw.ocx
  150. xobglu32.dll
  151. xobglu16.dll
  152. m5if32.dll
  153. m5drvr32.exe
  154. m5drvr32.rsr
  155. asifont.map
  156. asiport.rsr
  157. swadcmpr.x32
  158. swastrm.x32
  159. intro.dcr
  160. ie32dsw.txt
  161.  
  162. [OldHopperFiles]
  163. IE32DSW.ocx
  164. ie32dsw.txt
  165. xobglu32.dll
  166. xobglu16.dll
  167. m5if32.dll
  168. m5drvr32.exe
  169. m5drvr32.rsr
  170. asifont.map
  171. asiport.rsr
  172. D60Xtra.MCH
  173.  
  174. [OldHopperXtraFiles]
  175. Brwsserv.x32
  176. GIFImpor.x32
  177. JPEGImpo.x32
  178. Mix32.x32
  179. Netfile.x32
  180. Netlingo.x32
  181. SoundImp.x32
  182. Swadcmpr.x32
  183. Swastrm.x32
  184.  
  185. [DestinationDirs]
  186. OldElmoFiles=11
  187. SWFiles=11, Macromed\Director
  188. OldHopperFiles=11, Macromed\Director
  189. xtrafiles=11, Macromed\Director\Xtras
  190. OldHopperXtraFiles=11, Macromed\Director\Xtras
  191. inffile=17
  192.