home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy3.cab / cabpayie.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-10-20  |  4.3 KB  |  138 lines

  1. [Version]
  2. Signature  = "$Chicago$" 
  3. SetupClass = BASE
  4. LayoutFile = layout.inf, layout1.inf, layout2.inf
  5.  
  6. [BaseWinOptions]
  7. Register_Wallet
  8.  
  9. [DefaultInstall]
  10. AddReg    = Default.AddReg
  11. CopyFiles = Register_Wallet.Copy
  12.  
  13. [Default.AddReg]
  14. HKLM,%KEY_OPTIONAL%,"Wallet.Install",,"Wallet.Install"
  15. HKLM,%KEY_OPTIONAL%\Wallet.Install,INF,,"cabpayie.inf"
  16. HKLM,%KEY_OPTIONAL%\Wallet.Install,Section,,"Wallet.Install"
  17. HKLM,%KEY_OPTIONAL%\Wallet.Install,Installed,2,"0"  ; only make entry if it's not already there
  18.  
  19. [Register_Wallet]
  20. AddReg    = Register_Wallet.AddReg
  21. CopyFiles = Register_Wallet.Copy
  22.  
  23. [Register_Wallet.AddReg]
  24. ;Create entries for Maint Mode Setup, set all initially to uninstalled:
  25. HKLM,%KEY_OPTIONAL%,"Wallet.Install",,"Wallet.Install"
  26. HKLM,%KEY_OPTIONAL%\Wallet.Install,INF,,"cabpayie.inf"
  27. HKLM,%KEY_OPTIONAL%\Wallet.Install,Section,,"Wallet.Install"
  28. HKLM,%KEY_OPTIONAL%\Wallet.Install,Installed,,"0"
  29.  
  30. [Register_Wallet.Copy]
  31. cabpayie.inf
  32.  
  33. ;For Memphis install: Wallet marks itself as optional and only installs if selected by the user.
  34. [Optional Components]
  35. Wallet.Install
  36.  
  37. [Wallet.Install]
  38. OptionDesc  = %MSWallet%
  39. Tip         = %WalletTip%
  40. Parent      = InternetTop
  41. CopyFiles   = CopyActpmnt, CopyHelp
  42. AddReg      = RegOCX, ActPmntReg, Wallet.IsInstalled, Wallet.OC.Installed
  43. DelReg      = DelJCB
  44. UpdateINIs  = ActpmntInis
  45. InstallType = 0
  46. IconIndex   = 68
  47. Uninstall   = Wallet.Uninstall
  48.  
  49. [DelJCB]
  50. HKLM,"SOFTWARE\Microsoft\Internet Shopper\Plugins\CreditCard", "OtherInit"
  51.  
  52. [Wallet.Uninstall]
  53. DelFiles    = DelActpmnt, CopyHelp, CopyDelData
  54. AddReg      = Wallet.OC.NotInstalled
  55. DelReg      = UnregOCX, ActPmntReg, Wallet.IsInstalled, DelUninstallKey
  56. UpdateINIs  = DelActpmntInis, DelOldActpmntInis
  57.  
  58. [DestinationDirs]
  59. Register_Wallet.Copy = 17
  60. CopyActpmnt          = 11
  61. CopyDelData          = 25
  62. CopyHelp             = 18
  63.  
  64. [CopyActpmnt]
  65. actpmnt.ocx
  66. dscvr.dll
  67. jcb.dll
  68. wltunins.exe
  69.  
  70. [CopyHelp]
  71. mswallet.chm
  72. wlteula.dat
  73.  
  74. [CopyDelData]
  75. addrmru.dat
  76. paymru.dat
  77.  
  78. [DelActpmnt]
  79. actpmnt.ocx,,1
  80. dscvr.dll,,1
  81. jcb.dll,,1
  82. wltunins.exe,,1
  83.  
  84. [DelActpmntInis]
  85. setup.ini, progman.groups,, "actpmnt="""            ;creates Wallet folder
  86. setup.ini, actpmnt,, """%MSActivePayment%"""
  87.  
  88. [DelOldActpmntInis]
  89. setup.ini, progman.groups,, "actpmnt="""            ;creates Wallet folder
  90. setup.ini, actpmnt,, """%MSOLDActivePayment%"""
  91.  
  92. [RegOCX]
  93. HKLM,"%KEY_RUNONCE%","ACTPMNT",0,"%11%\REGSVR32.EXE /S %11%\actpmnt.ocx"
  94. HKLM,"%KEY_RUNONCE%","DSCVR",0,"%11%\REGSVR32.EXE /S %11%\dscvr.dll"
  95. HKLM,"%KEY_RUNONCE%","JCB",0,"%11%\REGSVR32.EXE /S %11%\jcb.dll"
  96.  
  97. [UnregOCX]
  98. HKLM,"%KEY_RUNONCE%","ACTPMNT",0,"%11%\REGSVR32.EXE /U /S %11%\actpmnt.ocx"
  99. HKLM,"%KEY_RUNONCE%","DSCVR",0,"%11%\REGSVR32.EXE /U /S %11%\dscvr.dll"
  100. HKLM,"%KEY_RUNONCE%","JCB",0,"%11%\REGSVR32.EXE /U /S %11%\jcb.dll"
  101.  
  102. [Wallet.IsInstalled]
  103. HKLM,"%KEY_INSTALL%",,0,"%MSWallet%"
  104. HKLM,"%KEY_INSTALL%","Version",0,"%Version%"
  105. HKLM,"%KEY_INSTALL%","IsInstalled",1,00,00,00,01
  106. HKLM,"%KEY_INSTALL%","Locale",0,"%Locale%"
  107. HKLM,"%KEY_INSTALL%","ComponentID",0,"ActivePayment"
  108.  
  109. [ActPmntReg]
  110. HKLM,"SOFTWARE\Microsoft\Internet Shopper","LocalizedHTTP",,"http://www.microsoft.com/commerce/wallet/lang.htm"
  111.  
  112. [Wallet.OC.Installed]
  113. HKLM,%KEY_OPTIONAL%\Wallet.Install,Installed,,"1"
  114.  
  115. [Wallet.OC.NotInstalled]
  116. HKLM,%KEY_OPTIONAL%\Wallet.Install,Installed,,"0"
  117.  
  118. [DelUninstallKey]
  119. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MsWallet
  120.  
  121. [Strings]
  122. KEY_RUNONCE        = "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
  123. KEY_OPTIONAL       = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
  124. KEY_INSTALL        = "SOFTWARE\Microsoft\Active Setup\Installed Components\{1CDEE860-E95B-11CF-B1B0-00AA00BBAD66}"
  125. PROGRAMF           = "Progra~1"
  126. ACTIVEP            = "MSWallet"
  127. ActivePayment      = "MSWallet"
  128. MSActivePayment    = "Microsoft Wallet"
  129. MSWallet           = "Microsoft Wallet"
  130. MSOLDActivePayment = "Microsoft Payment And Address Selector Wallet"
  131. MSOLDWallet        = "Manage Microsoft Payment And Address Selector Wallet"
  132. Description        = "Microsoft Wallet"
  133. Locale             = "EN"
  134. Version            = "2,1,0,1274"
  135.  
  136. ;Strings required by the Optional Components section
  137. WalletTip          = "Microsoft Wallet provides a secure place to store private information for Internet shopping"
  138.