home *** CD-ROM | disk | FTP | other *** search
- [Version]
- Signature = "$Chicago$"
- SetupClass = BASE
- LayoutFile = layout.inf, layout1.inf, layout2.inf
-
- [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"
-
- [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
- AddReg = RegOCX, ActPmntReg, Wallet.IsInstalled, Wallet.OC.Installed
- DelReg = DelJCB
- UpdateINIs = ActpmntInis
- InstallType = 0
- IconIndex = 68
- Uninstall = Wallet.Uninstall
-
- [DelJCB]
- HKLM,"SOFTWARE\Microsoft\Internet Shopper\Plugins\CreditCard", "OtherInit"
-
- [Wallet.Uninstall]
- DelFiles = DelActpmnt, CopyHelp, CopyDelData
- AddReg = Wallet.OC.NotInstalled
- DelReg = UnregOCX, ActPmntReg, Wallet.IsInstalled, DelUninstallKey
- UpdateINIs = DelActpmntInis, DelOldActpmntInis
-
- [DestinationDirs]
- Register_Wallet.Copy = 17
- CopyActpmnt = 11
- CopyDelData = 25
- CopyHelp = 18
-
- [CopyActpmnt]
- actpmnt.ocx
- dscvr.dll
- jcb.dll
- wltunins.exe
-
- [CopyHelp]
- mswallet.chm
- wlteula.dat
-
- [CopyDelData]
- addrmru.dat
- paymru.dat
-
- [DelActpmnt]
- actpmnt.ocx,,1
- dscvr.dll,,1
- jcb.dll,,1
- wltunins.exe,,1
-
- [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%","DSCVR",0,"%11%\REGSVR32.EXE /S %11%\dscvr.dll"
- HKLM,"%KEY_RUNONCE%","JCB",0,"%11%\REGSVR32.EXE /S %11%\jcb.dll"
-
- [UnregOCX]
- HKLM,"%KEY_RUNONCE%","ACTPMNT",0,"%11%\REGSVR32.EXE /U /S %11%\actpmnt.ocx"
- HKLM,"%KEY_RUNONCE%","DSCVR",0,"%11%\REGSVR32.EXE /U /S %11%\dscvr.dll"
- HKLM,"%KEY_RUNONCE%","JCB",0,"%11%\REGSVR32.EXE /U /S %11%\jcb.dll"
-
- [Wallet.IsInstalled]
- HKLM,"%KEY_INSTALL%",,0,"%MSWallet%"
- HKLM,"%KEY_INSTALL%","Version",0,"%Version%"
- HKLM,"%KEY_INSTALL%","IsInstalled",1,00,00,00,01
- HKLM,"%KEY_INSTALL%","Locale",0,"%Locale%"
- HKLM,"%KEY_INSTALL%","ComponentID",0,"ActivePayment"
-
- [ActPmntReg]
- HKLM,"SOFTWARE\Microsoft\Internet Shopper","LocalizedHTTP",,"http://www.microsoft.com/commerce/wallet/lang.htm"
-
- [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 = "2,1,0,1274"
-
- ;Strings required by the Optional Components section
- WalletTip = "Microsoft Wallet provides a secure place to store private information for Internet shopping"
-