Jump to content

Recommended Posts

Posted

Could someone edit the ini so that we can unattend the latest version of flash with this service pack because it comes with flash 6 by default. I can paste the contents of the ini to make it easier

[Version]
signature="$Windows NT$"
ClassGUID={00000000-0000-0000-0000-000000000000}
SetupClass=Base
LayoutFile=layout.inf
DriverVer=07/01/2001,5.1.2600.2180

[DefaultInstall]
CopyFiles = SWFiles
AddReg = SW.AddReg
RegisterDlls = Base.RegSvr

[UpdateInstall]
AddReg = SW.AddReg
RegisterOCXs=Base.RegSvr.Update

[SW.AddReg]
HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%",,,"%DefaultName%"
HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","ComponentID",,"%ComponentID%"
HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",0x00010001,1
HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VersionNumber%"
HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LocaleID%"

HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUIDFACT%",,,"%DefaultName%"
HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUIDFACT%","ComponentID",,"%ComponentID%"
HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUIDFACT%","IsInstalled",0x00010001,1
HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUIDFACT%","Version",,"%VersionNumber%"
HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUIDFACT%","Locale",,"%LocaleID%"

HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Accepted Documents","flash",,"application/x-shockwave-flash"

[SWFiles]
flash.ocx

[DestinationDirs]
SWFiles=11, Macromed\Flash

[Base.RegSvr]
11,macromed\flash,flash.ocx,1

[Base.RegSvr.Update]
%11%\macromed\flash\flash.ocx


[strings]
productname="Shockwave Flash"
GUID = "{D27CDB6E-AE6D-11cf-96B8-444553540000}"
GUIDFACT = "{D27CDB6E-AE6D-11cf-96B8-444553540000}"
DefaultName = "Macromedia Shockwave Flash"
ComponentID = "Flash"
VersionNumber = "6,0,79,0"
LocaleID = "EN"

The actual OCX file is included in a file called flash instead of swflash like before


  • 2 weeks later...
Posted

Looks good, but isn't that the included version 6 that is being installed on SP2 anyways?

[strings]
productname="Shockwave Flash"
GUID = "{D27CDB6E-AE6D-11cf-96B8-444553540000}"
GUIDFACT = "{D27CDB6E-AE6D-11cf-96B8-444553540000}"
DefaultName = "Macromedia Shockwave Flash"
ComponentID = "Flash"
VersionNumber = >>>"6,0,79,0"<<<
LocaleID = "EN"

Also, what about the shockwave player, is that also being installed?

Posted

@DisabledTrucker: If you look at the downloaded swflash.in_ file, you'll notice that this installs v7.0.19.0. The quote your refering to is the ORIGINAL file on the CD.

@war59312: Yep! :P

Posted

:( Installing flash 7 didn't work here, XP keeps asking to install flash, when entering a flash site the first time :(

Also tried LocaleID = "DE", but this didn't help :(

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...