home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-06-18 | 2.4 KB | 117 lines |
- [Setup Hooks]
- hook1=hook1
-
- [hook1]
- InfSection=DefaultInstall
-
- [Version]
- Signature="$Chicago$"
- AdvancedINF=2.5
-
- [SourceDisksNames]
- 1="ActivePayment Files",mswallet.cab,1
-
- [SourceDisksFiles]
- actpmnt.ocx=1
- dscvr.dll=1
- jcb.dll=1
- wltunins.exe=1
- mswallet.chm=1
- mswallet.hhc=1
- cabpayie.inf=1
- wlteula.dat=1
-
-
- [DefaultInstall]
- CheckAdminRights=1
- CopyFiles=CopyActpmnt, CopyInf, CopyHelp
- RegisterOCXs=RegisterOCXSection
- AddReg=ActPmntReg
- DelReg=DelJCB
- UpdateINIs=ActpmntInis
-
- [DelJCB]
- HKLM,"SOFTWARE\Microsoft\Internet Shopper\Plugins\CreditCard", "OtherInit"
-
-
- [DefaultInstall.NT]
- CheckAdminRights=1
- CopyFiles=CopyActpmnt, CopyInf, CopyHelp
- RegisterOCXs=RegisterOCXSection
- AddReg=ActPmntReg
- DelReg=DelJCB
- UpdateINIs=ActpmntInis
-
- [Uninstall]
- UnRegisterOCXs=RegisterOCXSection
- DelFiles=CopyActpmnt, CopyHelp
- DelReg=ActPmntReg, DelUninstallKey
-
- [DestinationDirs]
- CopyActpmnt=11
- CopyInf=17
- CopyDelData=25
- copyHelp=18
-
-
- [CopyActpmnt]
- actpmnt.ocx
- dscvr.dll
- jcb.dll
- wltunins.exe
-
- [CopyHelp]
- mswallet.chm
- mswallet.hhc
- wlteula.dat
-
-
- [CopyInf]
- cabpayie.inf
-
- [CopyDelData]
- addrmru.dat
- paymru.dat
-
-
- [MyUninstall]
- DelFiles=CopyLocal,CopyDelData,CopyHelp
- UpdateINIs=DelActpmntInis
-
- [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%"""
-
-
- [RegisterOCXSection]
- %11%\actpmnt.ocx
- %11%\dscvr.dll
- %11%\jcb.dll
-
-
-
- [ActPmntReg]
- HKLM,"SOFTWARE\Microsoft\Internet Shopper","LocalizedHTTP",,"http://www.microsoft.com/commerce/wallet/lang.htm"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet,"RequiresIESysFile",,"0"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet,"DisplayName",,%Description%
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet,"UninstallString",,"wltunins.exe"
-
- [DelUninstallKey]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet
-
- [Strings]
- 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"
-
-
-