predrv.inf Driver File Contents (polaroidpdc3035driver.zip)

; Destination directory
;
; all files will go into one directory
;

[version]
LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
signature="$CHICAGO$"
SetupClass=BASE

[DestinationDirs]
DefaultDestDir           = 11,Precopy    ; LDID_SYS\Precopy
CleanSys.CopyFiles       = 11
CleanVmm32.CopyFiles     = 22
CleanFonts.CopyFiles     = 20
Always.Del.Files         = 11,Precopy
Dell.Cmos.copy           = 11
Dell.Cmos.del            = 11

;
; GenInstall-able sections
;

[AlwaysInstall]
AddReg    = Always.AddReg

[BaseCabInstall]
CopyFiles = BaseCab.CopyFiles

[NetCabInstall]
CopyFiles = NetCab.CopyFiles

[DriverCabInstall]
CopyFiles = DriverCab.CopyFiles

[BaseClassWithoutNet]
AddReg = BaseClassWithoutNet.AddReg

[BaseClassWithNet]
AddReg    = BaseClassWithNet.AddReg

[BaseAndDriverWithoutNet]
AddReg = BaseAndDriverWithoutNet.AddReg

[UpgradeInstall]
AddReg    = Upgrade.AddReg

[CleanInstall]
CopyFiles = CleanSys.CopyFiles, CleanVmm32.CopyFiles, CleanFonts.CopyFiles
DelReg    = Clean.DelReg

;
; Copy Files sections
;

; list files always copied
[BaseCab.CopyFiles]
catalog3.cab
base4.cab
base5.cab
base6.cab




; list files always copied for net support
[NetCab.CopyFiles]
Net7.CAB
Net8.CAB
Net9.CAB
Net10.CAB





;list of driver cabs
[DriverCab.CopyFiles]
Driver11.CAB
Driver12.CAB
Driver13.CAB
Driver14.CAB
Driver15.CAB
Driver16.CAB
Driver17.CAB
Driver18.CAB
Driver19.CAB
Driver20.CAB

[Always.AddReg]
HKLM,SYSTEM\CurrentControlSet\Services\VxD\NDIS,StaticVxD,,"ndis.vxd,ndis2sup.vxd"
HKLM,SYSTEM\CurrentControlSet\Services\VxD\NDIS,Start,1,00
HKLM,SYSTEM\CurrentControlSet\Services\VxD\NDIS,NetClean,1,1
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce,ICMUPG,,"rundll32 icmupg.dll,UpgradeICM"
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup,Upgrade,1,00

; list files copied for clean install
[CleanSys.CopyFiles]
keyboard.drv
mouse.drv
msmouse.vxd
vga.drv
vgafull.3gr
supervga.drv
framebuf.drv
framebuf.dll
ndis.vxd
ndis2sup.vxd

[CleanVmm32.CopyFiles]
vkd.vxd
vmouse.vxd
vdd.vxd
vflatd.vxd

[CleanFonts.CopyFiles]
vga850.fon

[Clean.DelReg]
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce,ICMUPG

[Upgrade.AddReg]
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup,Upgrade,1,01
  ; allow Inbox icon to be deleted from the desktop
HKCR,"CLSID\{00020D75-0000-0000-C000-000000000046}\ShellFolder",Attributes,1,70,00,00,00

[BaseClassWithoutNet.AddReg]
HKLM,%KEY_SETUP%,%REGVAL_PREINSTALL%,,%REGSZ_CLASSLIST_WITHOUT_NET%

[BaseClassWithNet.AddReg]
HKLM,%KEY_SETUP%,%REGVAL_PREINSTALL%,,%REGSZ_CLASSLIST_WITH_NET%

[BaseAndDriverWithoutNet.AddReg]
HKLM,%KEY_SETUP%,%REGVAL_PREINSTALL%,,%REGSZ_CLASS_DRIVER_LIST_WO_NET%

;
; My Documents and Public Documetns installation sections
;
; these are installed via setup if the structure hasn't been set up by Office
;

[RemoveMyDocs]
AddReg     = RemoveMyDocs.AddReg
DelReg     = RemoveMyDocs.DelReg
UpdateInis = RemoveMyDocs.Inis

[RemoveMyDocs.AddReg]
   ; Rename MyDocs
HKLM,%KEY_RENAME%\MyDocs,,,%25%\%Desktop%
HKLM,%KEY_RENAME%\MyDocs,%MyDocsShort%,,"!$!$.MYD"
HKLM,%KEY_RENAME%\MyDocs,"!$!$.MYD",,%ObsoleteMyDocs%
   ; Rename PubDocs
HKLM,%KEY_RENAME%\PubDocs,,,%30%
HKLM,%KEY_RENAME%\PubDocs,%PubDocsShort%,,"!$!$.PUB"
HKLM,%KEY_RENAME%\PubDocs,"!$!$.PUB",,%ObsoletePubDocs%

[RemoveMyDocs.DelReg]
   ; Remove Personal folder entries
HKLM,%KEY_EXPLORER%\%KEY_USER_SF%,%VAL_PERSONAL%
HKCU,%KEY_EXPLORER%\%KEY_USER_SF%,%VAL_PERSONAL%
HKCU,%KEY_EXPLORER%\%KEY_SF%,%VAL_PERSONAL%

[RemoveMyDocs.Inis]
   ; delete link to Public Docs
wininit.ini,NUL,,"%25%\%Desktop%\%MyDocsShort%\%PubDocsLnkShort%=1"
wininit.ini,NUL,,"%25%\%Desktop%\%ObsMyDocsShort%\%PubDocsLnkShort%=1"


;
; Install sections for Legacy Toshiba USB devices
;
; This install section is called directly by Setup
;

[Legacy.USB.Toshiba]
AddReg = Legacy.USB.Toshiba.addreg

[Legacy.USB.Toshiba.addreg]
HKLM,System\CurrentControlSet\Services\USB,LegacyToshibaUSB,1,01,00,00,00


; This install section is called directly by Setup
[DisableUDF]
AddReg=DisableUDF.reg
DelReg=MKEAppCompat.delreg

; This install section is called directly by Setup
[AddMKEAppCompat]
AddReg=MKEAppCompat.addreg

[DisableUDF.reg]
HKLM,"System\CurrentControlSet\control\FileSystem\UDF",ControlFlag,0x10001,512

[MKEAppCompat.addreg]
HKLM,%KEY_BADAPP%\setup.exe,MKEUDF.VXD,,10018 
HKLM,%KEY_BADAPP%\setup.exe,VersionMKEUDF.VXD,1,00,00,03,00,00,00,60,00  
HKLM,%KEY_BADAPP%\setup.exe,FlagsMKEUDF.VXD,,M 
HKLM,%KEY_BADAPP%\setup.exe,MKEDVMC.INI,,10018 
HKLM,%KEY_BADAPP%\setup.exe,VersionMKEDVMC.INI,1,00,00,03,00,00,00,6b,00
HKLM,%KEY_BADAPP%\setup.exe,FlagsMKEDVMC.INI,,M 
HKLM,%KEY_BADAPP%\CTPCDVD.EXE,MKEDVMC.INI,,10018 
HKLM,%KEY_BADAPP%\CTPCDVD.EXE,VersionMKEDVMC.INI,1,00,00,01,00,01,00,00,00
HKLM,%KEY_BADAPP%\CTPCDVD.EXE,FlagsMKEDVMC.INI,,M 
HKLM,%KEY_BADAPP%\MKEDVD.EXE,MKEDVAC.DLL,,10018 
HKLM,%KEY_BADAPP%\MKEDVD.EXE,VersionMKEDVAC.DLL,1,00,00,01,00,01,00,00,00
HKLM,%KEY_BADAPP%\MKEDVD.EXE,FlagsMKEDVAC.DLL,,M 

[MKEAppCompat.delreg]
HKLM,%KEY_BADAPP%\setup.exe,MKEUDF.VXD
HKLM,%KEY_BADAPP%\setup.exe,VersionMKEUDF.VXD
HKLM,%KEY_BADAPP%\setup.exe,FlagsMKEUDF.VXD
HKLM,%KEY_BADAPP%\setup.exe,MKEDVMC.INI
HKLM,%KEY_BADAPP%\setup.exe,VersionMKEDVMC.INI
HKLM,%KEY_BADAPP%\setup.exe,FlagsMKEDVMC.INI
HKLM,%KEY_BADAPP%\CTPCDVD.EXE
HKLM,%KEY_BADAPP%\MKEDVD.EXE

; Install sections for Dell CMOS.VXD
;
; This install section is called directly by Setup
;

[Dell.Cmos]
CopyFiles = Dell.Cmos.copy
DelFiles = Dell.Cmos.del

[Dell.Cmos.copy]
CMOS.VXD

[Dell.Cmos.del]
CMOS.VXD

;
; Strings section
;
[Strings]
; Non localizable
KEY_RENAME   = "Software\Microsoft\Windows\CurrentVersion\RenameFiles"
KEY_EXPLORER = "Software\Microsoft\Windows\CurrentVersion\Explorer"
KEY_SETUP    = "Software\Microsoft\Windows\CurrentVersion\Setup"
KEY_BADAPP	 = "System\CurrentControlSet\Control\SessionManager\CheckBadApps"
KEY_SF       = "Shell Folders"
KEY_USER_SF  = "User Shell Folders"
REGVAL_PREINSTALL = "InstallClasses"
REGSZ_CLASSLIST_WITH_NET    = "System,hdc,fdc,CDROM,Net,NetTrans,NetClient,NetService,MultiFunction,PCMCIA,SCSIAdapter,Adapter,USB,HID,Mouse,Keyboard"
REGSZ_CLASSLIST_WITHOUT_NET = "System,hdc,fdc,CDROM,PCMCIA,MultiFunction,SCSIAdapter,Adapter,USB,HID,Mouse,Keyboard"
REGSZ_CLASS_DRIVER_LIST_WO_NET = "System,hdc,fdc,CDROM,PCMCIA,MultiFunction,SCSIAdapter,Adapter,USB,HID,Mouse,Keyboard,Media"
VAL_PERSONAL = "Personal"

; Localizable
Desktop         = "Desktop"
MyDocsShort     = "MyDocu~1"
PubDocsShort    = "Public~1"
PubDocsLnkShort = "Public~1.lnk"
ObsMyDocsShort  = "Obsole~1"
ObsoleteMyDocs  = "Obsolete Desktop My Documents Folder"
ObsoletePubDocs = "Obsolete Public Documents Folder"

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: web5, load: 0.87