home *** CD-ROM | disk | FTP | other *** search
/ PC Treasures, Inc. / pctreasures.mdf / IELPKAD.CAB / ad.inf next >
INI File  |  1998-12-22  |  2KB  |  62 lines

  1. ; Internet Explorer language support Kit installation inf - Encoding Auto-Detection
  2. ; Copyright (c) 1998 Microsoft Corporation
  3. ; Author: Kevin Gjerstad
  4.  
  5. [version]
  6. Signature="$Chicago$" 
  7. SetupClass=BASE
  8. AdvancedINF=2.5
  9.  
  10.  
  11. [SourceDisksNames]
  12. 55="Auto-Detection Support","",0
  13.  
  14.  
  15. [SourceDisksFiles]
  16. ad.inf=55
  17. mlang.dat=55
  18.  
  19.  
  20. [DefaultInstall]
  21. CopyFiles=CopyDat.File,Copy.Inf
  22. AddReg=IEIntl.Add.Reg
  23.  
  24.  
  25. [Uninstall]
  26. DelFiles=CopyDat.File,Copy.Inf
  27. DelReg=IEIntl.Del.Reg,DelUninstallKey
  28.  
  29. [CopyDat.File]
  30. mlang.dat
  31.  
  32. [Copy.Inf]
  33. AD.inf
  34.  
  35.  
  36. [DestinationDirs]
  37. Copy.Inf=17
  38. CopyDat.File=11
  39.  
  40.  
  41. [DelUninstallKey] 
  42. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ADIELangPack
  43.  
  44.  
  45. [IEIntl.Del.Reg]
  46. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{76C19B50-F0C8-11cf-87CC-0020AFEECF20}"
  47.  
  48.  
  49. [IEIntl.Add.Reg]
  50. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{76C19B50-F0C8-11cf-87CC-0020AFEECF20}",,0,%DISPLAY_NAME%
  51. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ADIELangPack,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\AD.inf, Uninstall"
  52. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ADIELangPack,"QuietUninstallString",,"rundll32 advpack.dll,LaunchINFSection %17%\AD.inf,Uninstall"
  53. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ADIELangPack,"RequiresIESysFile",,"5.00"
  54.  
  55.  
  56. [Strings]
  57. BEGIN_UNINSTALL_PROMPT="Do you want to uninstall Microsoft Internet Explorer Language Auto-Detection?
  58. BEGIN_UNINSTALL_TITLE="Microsoft Language Auto-Detection"
  59. DISPLAY_NAME="Language Auto-Detection"
  60.  
  61.  
  62.