cabpayie.inf Driver File Contents (polaroidpdc3035driver.zip)

; This is the Fix for the year 2K date fix on 03/05/98 the fix is in actpmnt.ocx
[Version]
Signature  = "$Chicago$" 
SetupClass = BASE
LayoutFile = layout.inf, layout1.inf, layout2.inf
IEVersion="4.72.3110.0"

[BaseWinOptions]
Register_Wallet

[DefaultInstall]
AddReg    = Default.AddReg
CopyFiles = Register_Wallet.Copy

[Default.AddReg]
HKLM,%KEY_OPTIONAL%,"Wallet.Install",,"Wallet.Install"
HKLM,%KEY_OPTIONAL%\Wallet.Install,INF,,"cabpayie.inf"
HKLM,%KEY_OPTIONAL%\Wallet.Install,Section,,"Wallet.Install"
HKLM,%KEY_OPTIONAL%\Wallet.Install,Installed,2,"0"  ; only make entry if it's not already there

[Register_Wallet]
AddReg    = Register_Wallet.AddReg
CopyFiles = Register_Wallet.Copy

[Register_Wallet.AddReg]
;Create entries for Maint Mode Setup, set all initially to uninstalled:
HKLM,%KEY_OPTIONAL%,"Wallet.Install",,"Wallet.Install"
HKLM,%KEY_OPTIONAL%\Wallet.Install,INF,,"cabpayie.inf"
HKLM,%KEY_OPTIONAL%\Wallet.Install,Section,,"Wallet.Install"
HKLM,%KEY_OPTIONAL%\Wallet.Install,Installed,,"0"

[copyinf]
cabpayie.inf

[Register_Wallet.Copy]
cabpayie.inf

;For Memphis install: Wallet marks itself as optional and only installs if selected by the user.
[Optional Components]
Wallet.Install

[Wallet.Install]
OptionDesc  = %MSWallet%
Tip         = %WalletTip%
Parent      = InternetTop
CopyFiles   = CopyActpmnt, CopyHelp, copyInf
AddReg      = RegOCX, ActPmntReg, Wallet.IsInstalled, Wallet.OC.Installed
DelReg      = DelJCB
UpdateINIs  = ActpmntInis
InstallType = 0
IconIndex   = 68
Uninstall   = Wallet.Uninstall

[MimeReg]
HKCR,"MIME\Database\Content Type\application/set-payment-initiation","Extension",,".setpay"
HKCR,"MIME\Database\Content Type\application/set-registration-initiation","Extension",,".setreg"
HKCR,".setpay","",,"setpayfile"
HKCR,".setpay","Content Type",,"application/set-payment-initiation"
HKCR,".setreg", "",,"setregfile"
HKCR,".setreg","Content Type",,"application/set-registration-initiation"
HKCR,"setpayfile\Shell\Open\Command","",,"%11%\wltmime.exe %1"
HKCR,"setregfile\Shell\Open\Command","",,"%11%\wltmime.exe %1"

[DelJCB]
HKLM,"SOFTWARE\Microsoft\Internet Shopper\Plugins\CreditCard", "OtherInit"
;Cleanup the Installed/Uninstall components list on upgrade
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet


[Uninstalled.Reg]
HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","WLT_Uninstall_01",,"%11%\wltunins.exe -n"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSWALLET",,,""


[Wallet.Uninstall]
AddReg      = Uninstalled.Reg, Wallet.OC.NotInstalled
DelReg      = ActPmntReg, Wallet.IsInstalled, DelUninstallKey
UpdateINIs  = DelActpmntInis, DelOldActpmntInis
DelFiles    = CopyHelp, CopyDelData

[DestinationDirs]
Register_Wallet.Copy = 17
CopyInf = 17
CopyActpmnt          = 11
CopyDelData          = 25
CopyHelp             = 18


[CopyActpmnt]
actpmnt.ocx
wltsecur.dll
wltmime.exe
wltunins.exe
mswltres.dll

[CopyHelp]
mswallet.chm

[CopyDelData]
addrmru.dat
paymru.dat

[DelActpmnt]
actpmnt.ocx
wltsecur.dll
wltmime.exe
wltunins.exe
mswltres.dll

[DelActpmntInis]
setup.ini, progman.groups,, "actpmnt="""            ;creates Wallet folder
setup.ini, actpmnt,, """%MSActivePayment%"""

[DelOldActpmntInis]
setup.ini, progman.groups,, "actpmnt="""            ;creates Wallet folder
setup.ini, actpmnt,, """%MSOLDActivePayment%"""

[RegOCX]
HKLM,"%KEY_RUNONCE%","ACTPMNT",0,"%11%\REGSVR32.EXE /S %11%\actpmnt.ocx"
HKLM,"%KEY_RUNONCE%","WLTSECUR",0,"%11%\REGSVR32.EXE /S %11%\WLTSECUR.dll"

[UnregOCX]
HKLM,"%KEY_RUNONCE%","WLTSECUR",0,"%11%\REGSVR32.EXE /U  %11%\WLTSECUR.dll"
HKLM,"%KEY_RUNONCE%","ACTPMNT",0,"%11%\REGSVR32.EXE /U  %11%\actpmnt.ocx"



[Wallet.IsInstalled]
HKLM,"%KEY_INSTALL%",,0,"%MSWallet%"
HKLM,"%KEY_INSTALL%","Version",0,"%Version%"
HKLM,"%KEY_INSTALL%","Locale",0,"%Locale%"
HKLM,"%KEY_INSTALL%","ComponentID",0,"ActivePayment"

[ActPmntReg]
HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{1CDEE860-E95B-11CF-B1B0-00AA00BBAD66}","IsInstalled",1,01,00,00,00
HKLM,"SOFTWARE\Microsoft\Internet Shopper","LocalizedHTTP",,"http://www.microsoft.com/wallet/downloads/lang.asp"
HKLM,"SOFTWARE\Microsoft\Internet Shopper","IEInstall",,"Yes"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSWALLET",,,""

[Wallet.OC.Installed]
HKLM,%KEY_OPTIONAL%\Wallet.Install,Installed,,"1"

[Wallet.OC.NotInstalled]
HKLM,%KEY_OPTIONAL%\Wallet.Install,Installed,,"0"

[DelUninstallKey]
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet

[Strings]
KEY_RUNONCE        = "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
KEY_OPTIONAL       = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
KEY_INSTALL        = "SOFTWARE\Microsoft\Active Setup\Installed Components\{1CDEE860-E95B-11CF-B1B0-00AA00BBAD66}"
PROGRAMF           = "Progra~1"
ACTIVEP            = "MSWallet"
ActivePayment      = "MSWallet"
MSActivePayment    = "Microsoft Wallet"
MSWallet           = "Microsoft Wallet"
MSOLDActivePayment = "Microsoft Payment And Address Selector Wallet"
MSOLDWallet        = "Manage Microsoft Payment And Address Selector Wallet"
Description        = "Microsoft Wallet"
Locale             = "EN"
Version            = "3,0,0,1961"

;Strings required by the Optional Components section
WalletTip          = "Microsoft Wallet provides a secure place to store private information for Internet shopping"
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: web3, load: 4.38