home *** CD-ROM | disk | FTP | other *** search
/ TV Spiel Film 1999 January 1999 / tvspielfilm0199.bin / pc / cabpayie.inf < prev    next >
INI File  |  2002-03-07  |  3KB  |  117 lines

  1. [Setup Hooks]
  2. hook1=hook1
  3.  
  4. [hook1]
  5. InfSection=DefaultInstall
  6.  
  7. [Version]
  8. Signature="$Chicago$" 
  9. AdvancedINF=2.5
  10.  
  11. [SourceDisksNames]
  12. 1="ActivePayment Files",mswallet.cab,1
  13.  
  14. [SourceDisksFiles]
  15. actpmnt.ocx=1
  16. dscvr.dll=1
  17. jcb.dll=1
  18. wltunins.exe=1
  19. mswallet.chm=1
  20. cabpayie.inf=1
  21. wlteula.dat=1
  22. wltde.dll=1
  23.  
  24. [DefaultInstall]
  25. CheckAdminRights=1
  26. CopyFiles=CopyActpmnt, CopyInf, CopyHelp
  27. RegisterOCXs=RegisterOCXSection
  28. AddReg=ActPmntReg
  29. DelReg=DelJCB
  30. UpdateINIs=ActpmntInis
  31.  
  32. [DelJCB]
  33. HKLM,"SOFTWARE\Microsoft\Internet Shopper\Plugins\CreditCard", "OtherInit"
  34.  
  35.  
  36. [DefaultInstall.NT]
  37. CheckAdminRights=1
  38. CopyFiles=CopyActpmnt, CopyInf, CopyHelp
  39. RegisterOCXs=RegisterOCXSection
  40. AddReg=ActPmntReg
  41. DelReg=DelJCB
  42. UpdateINIs=ActpmntInis
  43.  
  44. [Uninstall]
  45. UnRegisterOCXs=RegisterOCXSection
  46. DelFiles=CopyActpmnt, CopyHelp
  47. DelReg=ActPmntReg, DelUninstallKey
  48.  
  49. [DestinationDirs]
  50. CopyActpmnt=11
  51. CopyInf=17
  52. CopyDelData=25
  53. copyHelp=18
  54.  
  55.  
  56. [CopyActpmnt]
  57. actpmnt.ocx
  58. dscvr.dll
  59. jcb.dll
  60. wltunins.exe
  61. wltde.dll
  62.  
  63. [CopyHelp]
  64. mswallet.chm
  65. wlteula.dat
  66.  
  67.  
  68. [CopyInf]
  69. cabpayie.inf
  70.  
  71. [CopyDelData]
  72. addrmru.dat
  73. paymru.dat
  74.  
  75.  
  76. [MyUninstall]
  77. DelFiles=CopyLocal,CopyDelData,CopyHelp
  78. UpdateINIs=DelActpmntInis
  79.  
  80. [DelActpmntInis]
  81. setup.ini, progman.groups,, "actpmnt="""            ;creates Wallet folder
  82. setup.ini, actpmnt,, """%MSActivePayment%"""
  83.  
  84. [DelOldActpmntInis]
  85. setup.ini, progman.groups,, "actpmnt="""            ;creates Wallet folder
  86. setup.ini, actpmnt,, """%MSOLDActivePayment%"""
  87.  
  88.  
  89. [RegisterOCXSection]
  90. %11%\actpmnt.ocx
  91. %11%\dscvr.dll
  92. %11%\jcb.dll
  93.  
  94.  
  95.  
  96. [ActPmntReg]
  97. HKLM,"SOFTWARE\Microsoft\Internet Shopper","LocalizedHTTP",,"http://www.microsoft.com/commerce/wallet/lang.htm"
  98. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet,"RequiresIESysFile",,"4.71"
  99. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet,"DisplayName",,%Description%
  100. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet,"UninstallString",,"wltunins.exe"
  101. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet,"QuietUninstallString",,"wltunins.exe -n"
  102.  
  103. [DelUninstallKey]
  104. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet
  105.  
  106. [Strings]
  107. PROGRAMF          = "Progra~1"
  108. ACTIVEP           = "MSWallet"
  109. ActivePayment     = "MSWallet"
  110. MSActivePayment   = "Microsoft Wallet"
  111. MSWallet          = "Microsoft Wallet"
  112. MSOLDActivePayment   = "Microsoft Payment And Address Selector Wallet"
  113. MSOLDWallet          = "Manage Microsoft Payment And Address Selector Wallet"
  114. Description       = "Microsoft Wallet"
  115.  
  116.  
  117.