home *** CD-ROM | disk | FTP | other *** search
/ Hráč 1997 December / Hrac_16_1997-12_cd.bin / UTILS / Ie40 / swdir.cab / swdir.inf < prev    next >
Windows Setup INFormation  |  1997-07-24  |  3KB  |  141 lines

  1. ;    ???      Created by Lisa Gelobter                
  2. ;    ???      Mod by Matt Abarbanel        added deletion of old elmo files
  3. ;    07/23/97  Mod by Matt Abarbanel        added new IE 4 keys and uninstall sections
  4. ;                        and added coments
  5. ;            General notes
  6. ;    11 = the windows\system directory read in from the currentVersion key
  7. ;    17 = Windows\inf directory
  8.  
  9.  
  10. [Version] 
  11. Signature="$Chicago$" 
  12. AdvancedINF=2.5
  13.  
  14. [DefaultInstall]
  15. ;    Copy the files
  16. ;    delete the old elmo files
  17. ;    add new registry keys
  18. ;    register the OCX
  19.  
  20. CopyFiles=SWFiles, xtrafiles, inffile
  21. Delfiles=OldElmoFiles
  22. AddReg=SW.AddReg
  23. RegisterOCXs=RegisterOCXSection
  24.  
  25.  
  26.  
  27. [DefaultUninstall]
  28. ;    call cleanup=1 to have the inf file deleted after the unistall is run
  29. ;    delete the files that were added during the install.  Do not include the inf section
  30. ;    Delete the key that were added to the registry during the install
  31. ;    unregister the OCX
  32.  
  33. cleanup=1
  34. Delfiles=SWFiles, xtrafiles
  35. delreg=SW.DelReg
  36. UnRegisterOCXs=UnRegisterOCXSection
  37.  
  38.  
  39.  
  40. [strings]
  41. ;    define strings used in the INF
  42. ;    productname= is used for naming the install when called from IE
  43. ;    this is also what sholud be localized if necessary
  44.  
  45. productname="Shockwave for Director"
  46.  
  47.  
  48. [RegisterOCXSection]
  49. %11%\macromed\director\ie32dsw.ocx
  50.  
  51. [UnRegisterOCXSection]
  52. %11%\macromed\director\ie32dsw.ocx
  53.  
  54.  
  55. [SW.AddReg]
  56. ;HKLM,"SOFTWARE\Microsoft\Active Setup\Installed ;Components\{2A202491-F00D-11cf-87CC-0020AFEECF20}",,0,"MacroMedia ;ShockWave ActiveX ;Control"
  57.  
  58. ;HKLM,"SOFTWARE\Microsoft\Active Setup\Installed ;Components\{2A202491-F00D-11cf-87CC-0020AFEECF20}","Version",1,05,00,00,00;,01,00,3D,00
  59.  
  60. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Director,"QuietDisplayName",,"%ProductName%"
  61.  
  62. ;    add the 5 after uninstall for the silent mode
  63.  
  64. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Director,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\swdir.inf,DefaultUninstall,5"
  65.  
  66. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Director,"RequiresIESysFile",,"4.70.0.1155"
  67.  
  68. [SW.DelReg]
  69. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Director,"QuietDisplayName",,"%ProductName%"
  70.  
  71. ;    add the 5 after uninstall for the silent mode
  72.  
  73. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Director,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\swdir.inf,DefaultUninstall,5"
  74.  
  75. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Director,"RequiresIESysFile",,"4.70.0.1155"
  76.  
  77. [SourceDisksNames]
  78. 1="Shockwave Files","swdir.cab",1
  79.  
  80. [SourceDisksFiles]
  81. ie32dsw.ocx=1
  82. xobglu32.dll=1
  83. xobglu16.dll=1
  84. m5if32.dll=1
  85. m5drvr32.exe=1
  86. m5drvr32.rsr=1
  87. asifont.map=1
  88. asiport.rsr=1
  89. Brwsserv.x32=1
  90. GIFImpor.x32=1
  91. JPEGImpo.x32=1
  92. Mix32.x32=1
  93. Netfile.x32=1
  94. Netlingo.x32=1
  95. SoundImp.x32=1
  96. Swadcmpr.x32=1
  97. Swastrm.x32=1
  98.  
  99. [SWFiles]
  100. IE32DSW.ocx
  101. xobglu32.dll
  102. xobglu16.dll
  103. m5if32.dll
  104. m5drvr32.exe
  105. m5drvr32.rsr
  106. asifont.map
  107. asiport.rsr
  108.  
  109. [xtrafiles]
  110. Brwsserv.x32
  111. GIFImpor.x32
  112. JPEGImpo.x32
  113. Mix32.x32
  114. Netfile.x32
  115. Netlingo.x32
  116. SoundImp.x32
  117. Swadcmpr.x32
  118. Swastrm.x32
  119.  
  120. [inffile]
  121. swdir.inf
  122.  
  123. [OldElmoFiles]
  124. ie32dsw.ocx
  125. xobglu32.dll
  126. xobglu16.dll
  127. m5if32.dll
  128. m5drvr32.exe
  129. m5drvr32.rsr
  130. asifont.map
  131. asiport.rsr
  132. swadcmpr.x32
  133. swastrm.x32
  134. intro.dcr
  135. ie32dsw.txt
  136.  
  137. [DestinationDirs]
  138. OldElmoFiles=11
  139. SWFiles=11, Macromed\Director
  140. xtrafiles=11, Macromed\Director\Xtras
  141. inffile=17