home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 February / VPR0002A.BIN / MSIE_50 / mswallet.cab / cabpayie.inf < prev    next >
INI File  |  1998-11-13  |  4KB  |  150 lines

  1. ; This is IE5 cabpayie.inf
  2. ; recent changes on 2/23/98 Removed JCB.DLL and DSCVR.DLL and added setpib.dll
  3. ; 8/26/98 - removed copy lang.  We are not putting MSWLTRES.DLL in a MUI dir anymore
  4. ;
  5. ;
  6. [Setup Hooks]
  7. hook1=hook1
  8.  
  9. [hook1]
  10. InfSection=DefaultInstall
  11.  
  12. [Version]
  13. Signature="$Chicago$" 
  14. AdvancedINF=2.5
  15.  
  16. [SourceDisksNames]
  17. 1="ActivePayment Files",mswallet.cab,1
  18.  
  19. [SourceDisksFiles]
  20. actpmnt.ocx=1
  21. wltsecur.dll=1
  22. wltmime.exe=1
  23. mswallet.chm=1
  24. cabpayie.inf=1
  25. mswltres.dll=1
  26. wltunins.exe=1
  27.  
  28.  
  29. [DefaultInstall]
  30. CheckAdminRights=1
  31. CopyFiles=CopyActpmnt, CopyInf, CopyHelp
  32. RegisterOCXs=RegisterOCXSection
  33. AddReg=MimeReg, ActPmntReg
  34. DelReg=DelJCB
  35. DelFiles=DelOnUpgrade,CopyDelData
  36. UpdateINIs=ActpmntInis
  37.  
  38.  
  39. [DelJCB]
  40. HKLM,"SOFTWARE\Microsoft\Internet Shopper\Plugins\CreditCard", "OtherInit"
  41.  
  42.  
  43. [DefaultInstall.NT]
  44. CheckAdminRights=1
  45. CopyFiles=CopyActpmnt, CopyInf, CopyHelp
  46. RegisterOCXs=RegisterOCXSection
  47. AddReg=MimeReg, ActPmntReg
  48. DelReg=DelJCB
  49. DelFiles=DelOnUpgrade,CopyDelData
  50. UpdateINIs=ActpmntInis
  51.  
  52.  
  53. [Uninstall]
  54. UnRegisterOCXs=RegisterOCXSection
  55. DelFiles=CopyActpmnt, CopyHelp
  56. DelReg=ActPmntReg, DelUninstallKey
  57.  
  58.  
  59. [DestinationDirs]
  60. CopyActpmnt=11
  61. DelOnUpgrade=11
  62. CopyInf=17
  63. CopyDelData=25
  64. copyHelp=18
  65.  
  66.  
  67. [DelOnUpgrade]
  68. jcb.dll
  69. dscvr.dll
  70.  
  71.  
  72. [CopyActpmnt]
  73. actpmnt.ocx
  74. wltsecur.dll
  75. wltmime.exe
  76. wltunins.exe
  77. mswltres.dll
  78.  
  79. [CopyHelp]
  80. mswallet.chm
  81.  
  82.  
  83. [CopyInf]
  84. cabpayie.inf
  85.  
  86. [CopyDelData]
  87. addrmru.dat
  88. paymru.dat
  89. actpmnt.bak
  90.  
  91.  
  92. [MyUninstall]
  93. DelFiles=CopyLocal,CopyDelData,CopyHelp
  94. UpdateINIs=DelActpmntInis
  95.  
  96. [DelActpmntInis]
  97. setup.ini, progman.groups,, "actpmnt="""            ;creates Wallet folder
  98. setup.ini, actpmnt,, """%MSActivePayment%"""
  99.  
  100. [DelOldActpmntInis]
  101. setup.ini, progman.groups,, "actpmnt="""            ;creates Wallet folder
  102. setup.ini, actpmnt,, """%MSOLDActivePayment%"""
  103.  
  104.  
  105. [RegisterOCXSection]
  106. %11%\actpmnt.ocx
  107. %11%\wltsecur.dll
  108.  
  109. [MimeReg]
  110. HKCR,"MIME\Database\Content Type\application/set-payment-initiation","Extension",,".setpay"
  111. HKCR,"MIME\Database\Content Type\application/set-registration-initiation","Extension",,".setreg"
  112. HKCR,".setpay","",,"setpayfile"
  113. HKCR,".setpay","Content Type",,"application/set-payment-initiation"
  114. HKCR,".setreg", "",,"setregfile"
  115. HKCR,".setreg","Content Type",,"application/set-registration-initiation"
  116. HKCR,"setpayfile\Shell\Open\Command","",,"%11%\wltmime.exe %1"
  117. HKCR,"setregfile\Shell\Open\Command","",,"%11%\wltmime.exe %1"
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124. [ActPmntReg]
  125. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet,"RequiresIESysFile",,"4.71"
  126. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet,"DisplayName",,%Description%
  127. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet,"UninstallString",,"wltunins.exe"
  128. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet,"QuietUninstallString",,"wltunins.exe -n"
  129. HKLM,SOFTWARE\Microsoft\Internet Shopper,"IEInstall",,"Yes"
  130. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSWALLET",,,""
  131. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{1CDEE860-E95B-11CF-B1B0-00AA00BBAD66}","IsInstalled",1,01,00,00,00
  132.  
  133.  
  134. [DelUninstallKey]
  135. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet
  136.  
  137. [Strings]
  138. PROGRAMF          = "Progra~1"
  139. ACTIVEP           = "MSWallet"
  140. ActivePayment     = "MSWallet"
  141. MSActivePayment   = "Microsoft Wallet"
  142. MSWallet          = "Microsoft Wallet"
  143. MSOLDActivePayment   = "Microsoft Payment And Address Selector Wallet"
  144. MSOLDWallet          = "Manage Microsoft Payment And Address Selector Wallet"
  145. Description       = "Microsoft Wallet"
  146.  
  147.  
  148.  
  149.  
  150.