home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / INTERNET / PIE5.0 / MSWALLET.CAB / cabpayie.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-04-24  |  3.7 KB  |  154 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. ;
  4. ;
  5. [Setup Hooks]
  6. hook1=hook1
  7.  
  8. [hook1]
  9. InfSection=DefaultInstall
  10.  
  11. [Version]
  12. Signature="$Chicago$" 
  13. AdvancedINF=2.5
  14.  
  15. [SourceDisksNames]
  16. 1="ActivePayment Files",mswallet.cab,1
  17.  
  18. [SourceDisksFiles]
  19. actpmnt.ocx=1
  20. wltsecur.dll=1
  21. wltmime.exe=1
  22. mswallet.chm=1
  23. cabpayie.inf=1
  24. wlteula.dat=1
  25. mswltres.dll=1
  26. wltunins.exe=1
  27.  
  28.  
  29. [DefaultInstall]
  30. CheckAdminRights=1
  31. CopyFiles=CopyActpmnt, CopyInf, CopyHelp, copylang
  32. RegisterOCXs=RegisterOCXSection
  33. AddReg=MimeReg, ActPmntReg
  34. DelReg=DelJCB
  35. DelFiles=DelOnUpgrade,CopyDelData
  36. UpdateINIs=ActpmntInis
  37. RunPostSetupCommands=RunPostSetupCommandsSection
  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, copylang
  46. RegisterOCXs=RegisterOCXSection
  47. AddReg=MimeReg, ActPmntReg
  48. DelReg=DelJCB
  49. DelFiles=DelOnUpgrade,CopyDelData
  50. UpdateINIs=ActpmntInis
  51. RunPostSetupCommands=RunPostSetupCommandsSection
  52.  
  53. [Uninstall]
  54. UnRegisterOCXs=RegisterOCXSection
  55. DelFiles=CopyActpmnt, CopyHelp, copylang
  56. DelReg=ActPmntReg, DelUninstallKey
  57.  
  58. [RunPostSetupCommandsSection]
  59. %11%\wltmime.exe  -regserver
  60.  
  61. [DestinationDirs]
  62. CopyActpmnt=11
  63. DelOnUpgrade=11
  64. CopyInf=17
  65. CopyDelData=25
  66. copyHelp=18
  67. copylang=11,%WLT_LANG%
  68.  
  69. [copylang]
  70. mswltres.dll
  71.  
  72. [DelOnUpgrade]
  73. jcb.dll
  74. dscvr.dll
  75.  
  76.  
  77. [CopyActpmnt]
  78. actpmnt.ocx
  79. wltsecur.dll
  80. wltmime.exe
  81. wltunins.exe
  82.  
  83. [CopyHelp]
  84. mswallet.chm
  85. wlteula.dat
  86.  
  87.  
  88. [CopyInf]
  89. cabpayie.inf
  90.  
  91. [CopyDelData]
  92. addrmru.dat
  93. paymru.dat
  94.  
  95.  
  96. [MyUninstall]
  97. DelFiles=CopyLocal,CopyDelData,CopyHelp
  98. UpdateINIs=DelActpmntInis
  99.  
  100. [DelActpmntInis]
  101. setup.ini, progman.groups,, "actpmnt="""            ;creates Wallet folder
  102. setup.ini, actpmnt,, """%MSActivePayment%"""
  103.  
  104. [DelOldActpmntInis]
  105. setup.ini, progman.groups,, "actpmnt="""            ;creates Wallet folder
  106. setup.ini, actpmnt,, """%MSOLDActivePayment%"""
  107.  
  108.  
  109. [RegisterOCXSection]
  110. %11%\actpmnt.ocx
  111. %11%\wltsecur.dll
  112.  
  113. [MimeReg]
  114. HKCR,"MIME\Database\Content Type\application/set-payment-initiation","Extension",,".setpay"
  115. HKCR,"MIME\Database\Content Type\application/set-registration-initiation","Extension",,".setreg"
  116. HKCR,".setpay","",,"setpayfile"
  117. HKCR,".setpay","Content Type",,"application/set-payment-initiation"
  118. HKCR,".setreg", "",,"setregfile"
  119. HKCR,".setreg","Content Type",,"application/set-registration-initiation"
  120. HKCR,"setpayfile\Shell\Open\Command","",,"%11%\wltmime.exe %1"
  121. HKCR,"setregfile\Shell\Open\Command","",,"%11%\wltmime.exe %1"
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128. [ActPmntReg]
  129. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet,"RequiresIESysFile",,"4.71"
  130. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet,"DisplayName",,%Description%
  131. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet,"UninstallString",,"wltunins.exe"
  132. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet,"QuietUninstallString",,"wltunins.exe -n"
  133. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSWALLET",,,""
  134. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{1CDEE860-E95B-11CF-B1B0-00AA00BBAD66}","IsInstalled",1,01,00,00,00
  135.  
  136.  
  137. [DelUninstallKey]
  138. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet
  139.  
  140. [Strings]
  141. PROGRAMF          = "Progra~1"
  142. ACTIVEP           = "MSWallet"
  143. ActivePayment     = "MSWallet"
  144. MSActivePayment   = "Microsoft Wallet"
  145. MSWallet          = "Microsoft Wallet"
  146. MSOLDActivePayment   = "Microsoft Payment And Address Selector Wallet"
  147. MSOLDWallet          = "Manage Microsoft Payment And Address Selector Wallet"
  148. Description       = "Microsoft Wallet"
  149. WLT_LANG    = "0009"
  150.  
  151.  
  152.  
  153.  
  154.