swflsh16.inf Driver File Contents (polaroidpdc3035driver.zip)

[Version]
Signature="$Chicago$"
SetupClass  = BASE	; allow INF to be loaded during Win98 Setup
LayoutFile  = layout.inf, layout1.inf, layout2.inf	; instead of SourceDisks* sections for file locations in the CABs
;;;AdvancedINF = 2.5	; not supported, but ignored


; Win98Setup entrypoint
[BaseWinOptions]
   ; list the section(s) to be installed during Setup
SwFlash.Base

[SwFlash.Base]
AddReg    = Register_SwFlash.AddReg
DelReg    = Register_SwFlash.DelReg
CopyFiles = Register_SwFlash.CopyInf

; entrypoint for Right-Click, Install
[DefaultInstall]
AddReg    = Register_SwFlash.AddReg
DelReg    = Register_SwFlash.DelReg
CopyFiles = Register_SwFlash.CopyInf

[Register_SwFlash.CopyInf]
swflsh16.inf

[Register_SwFlash.AddReg]
; set up the optional component in the registry - initialize to uninstalled
HKLM,%KEY_OPTIONAL%,%OCsection%,,%OCsection%
HKLM,%KEY_OPTIONAL%\%OCsection%,INF,,"swflsh16.inf"
HKLM,%KEY_OPTIONAL%\%OCsection%,Section,,%OCsection%
HKLM,%KEY_OPTIONAL%\%OCsection%,Installed,,"0"

[Register_SwFlash.DelReg]
HKLM,%KEY_UNINSTALL%\Shockwave\Flash

[Optional Components]
SwFlash

[SwFlash]
OptionDesc  = %SWFLASH_DESC%
Tip         = %SWFLASH_TIP%
Parent      = MultiM   ; InternetTop = Internet Tools ... MultiM = Multimedia
CopyFiles   = SWFiles
AddReg      = SW.AddReg, RegisterOCXSection.addreg, SwFlash.OCinstalled.addreg
InstallType = 10            ; 1 = Compact, 2 = Typical, 4 = Portable, 8 = Custom
IconIndex   = 35            ; icon index into setupx.dll
Uninstall   = SwFlash.Uninstall

[SwFlash.OCinstalled.addreg]
HKLM,%KEY_OPTIONAL%\%OCsection%,Installed,,"1"

[SwFlash.OCuninstalled.addreg]
HKLM,%KEY_OPTIONAL%\%OCsection%,Installed,,"0"

[RegisterOCXSection.addreg]
   ; add runonce item to be run on 1st/2nd boot
HKLM,%KEY_RUNONCE%,"Register_SwFlash_OCX",,"%11%\regsvr32.exe /s %11%\macromed\Flash\swflash.OCX"

[SwFlash.Uninstall]
;	delete the files that were added during the install.  Do not include the inf section
;	Delete the key that were added to the registry during the install
;	unregister the OCX
Delreg   = SW.DelReg
AddReg   = UnRegisterOCXSection.addreg, SwFlash.OCuninstalled.addreg

[UnRegisterOCXSection.addreg]
   ; add runonce item to be run on 1st/2nd boot
HKLM,%KEY_RUNONCE%,"UnRegister_SwFlash_OCX",,"%11%\regsvr32.exe /s /u %11%\macromed\flash\swflash.OCX"

[SW.AddReg]
;	These uninstall keys are not needed for Win98... apparently
;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Flash,"QuietDisplayName",,"%ProductName%"
;	add the 5 after uninstall for the silent mode
;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Flash,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\swflash.inf,DefaultUninstall,5"
;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Flash,"RequiresIESysFile",,"4.70.0.1155"

;	these were added for the win 98 CD
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",1,01,00,00,00
HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VersionNumber%"
HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LocaleID%"

; 9/10/98  smp  added key for win98 uninstall from control panel...
HKLM, "Software\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\SwFlash","Installed",,1

[SW.DelReg]
;	These uninstall keys are not needed for Win98... apparently
;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Flash,"QuietDisplayName",,"%ProductName%"
;	add the 5 after uninstall for the silent mode
;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Flash,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\swflash.inf,DefaultUninstall,5"
;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Flash,"RequiresIESysFile",,"4.70.0.1155"

;	these were added for the win 98 CD
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",1,01,00,00,00
HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VersionNumber%"
HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LocaleID%"

; 9/10/98  smp  added key for win98 uninstall from control panel...
HKLM, "Software\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\SwDir","Installed",,0

[SWFiles]
swflash.ocx,,,33

[DestinationDirs]
SWFiles=11, Macromed\Flash
Register_SwFlash.CopyInf = 17	; LDID_INF

[strings]
;	define strings used in the INF
;	productname= is used for naming the install when called from IE
;	this is also what sholud be localized if necessary


;Non-Localizable strings:
KEY_OPTIONAL   = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
KEY_RUNONCE    = "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
KEY_UNINSTALL  = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"

OCsection      = "SwFlash"
SWFLASH_DESC     = "Macromedia Shockwave Flash"
SWFLASH_TIP      = "Macromedia Shockwave plays Flash files."

productname="Shockwave Flash"
GUID = "{D27CDB6E-AE6D-11cf-96B8-444553540000}"
DefaultName = "Macromedia Shockwave Flash"
ComponentID = "Flash"
VersionNumber = "3,0,18,0"
LocaleID = "EN"
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: ftp, load: 2.60