home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / exchange / webdata / usa / template.inf < prev   
Windows Setup INFormation  |  1997-08-25  |  4KB  |  120 lines

  1. [Version]
  2. Signature = "$Windows NT$"
  3. Provider = "Microsoft Corporation"
  4. AdvancedINF = 2.5, %AdvPackError%
  5.  
  6. [DefaultInstall]
  7. CopyFiles = BinFiles, ResFiles, InfFile, <CopyFiles Section>
  8. AddReg = InstallReg
  9. CustomDestination = ExchangeDirInstallSection
  10.  
  11. [Uninstall]
  12. BeginPrompt = UninstallBeginPromptSection
  13. EndPrompt = UninstallFinishPromptSection
  14. DelFiles = ResFiles, <DelFiles Section>
  15. AddReg = UninstallAddReg
  16. DelReg = UninstallDelReg
  17. CustomDestination = ExchangeDirUninstallSection
  18.  
  19. [UninstallBeginPromptSection]
  20. Prompt = %UninstallBeginPrompt%
  21. ButtonType = YESNO
  22. Title = %AppName%
  23.  
  24. [UninstallFinishPromptSection]
  25. Prompt = %UninstallFinishPrompt%
  26.  
  27. [InfFile]
  28. amlpk%ExLang%.inf
  29.  
  30. [BinFiles]
  31. AMHTML.dll
  32.  
  33. [ResFiles]
  34. aml%ExLang%.dll
  35.  
  36. <ScriptDirs Section>
  37.  
  38. [InstallReg]
  39. "HKLM", "SYSTEM\CurrentControlSet\Services\MSExchangeWEB\AcceptLanguage\<AcceptLang Section>
  40. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSExchangeAMLP-%ExLang%", "DisplayName", 0, "%AppName%"
  41. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSExchangeAMLP-%ExLang%", "UninstallString", 0, "rundll32 advpack.dll,LaunchINFSection %17%\AMLPK%ExLang%.inf, Uninstall"
  42. ;"HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSExchangeAMLP-%ExLang%", "AMHTML Dir", 0, "%49001%"
  43. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSExchangeAMLP-%ExLang%", "AMHTML Dir", 0, "%49100%\Bin"
  44. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSExchangeAMLP-%ExLang%", "Resource Dir", 0, "%49002%"
  45. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSExchangeAMLP-%ExLang%", "Install Dir", 0, "%49100%"
  46.  
  47. [UninstallAddReg]
  48. "HKLM", "SYSTEM\CurrentControlSet\Services\MSExchangeWEB\AcceptLanguage\<RevertAcceptLang Section = USA>
  49.  
  50. [UninstallDelReg]
  51. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSExchangeAMLP-%ExLang%"
  52.  
  53. [SourceDisksNames]
  54. 1 = %DiskID1%, , 0
  55.  
  56. [SourceDisksFiles]
  57. AMHTML.dll = 1
  58. aml%ExLang%.dll = 1
  59. <SourceDisksFiles Section = 1>
  60.  
  61. [DestinationDirs]
  62. InfFile = 17
  63. ;BinFiles = 49001
  64. BinFiles = 49100, "Bin\"
  65. ResFiles = 49002
  66. <DestinationDirs Section = 49100>
  67.  
  68. [ExchangeDirInstallSection]
  69. 49000 = ExchangeServerDir, 23
  70. ;49001 = ExchangeBinLDIDInstallSection, 7
  71. 49002 = ExchangeResLDIDInstallSection, 7
  72. 49100 = ExchangeASPLDIDInstallSection, 7
  73.  
  74. [ExchangeDirUninstallSection]
  75. 49002 = ExchangeResLDIDUninstallSection, 7
  76. 49100 = ExchangeASPLDIDUninstallSection, 7
  77.  
  78. [ExchangeServerDir]
  79. "HKLM", "SYSTEM\CurrentControlSet\Services\MSExchangeWEB\Parameters", "Server", "", ""
  80. "", "", "", "%FailInstall%", ""
  81.  
  82. ;[ExchangeBinLDIDInstallSection]
  83. ;"HKCR", "CLSID\{bc00f780-31ac-11d0-b5f1-00aa00bf3382}\InprocServer32", "", "", ""
  84. ;"", "", "", "%FailInstallBin%", ""
  85.  
  86. [ExchangeResLDIDInstallSection]
  87. "HKLM", "SYSTEM\CurrentControlSet\Services\MSExchangeWEB\Parameters", "Language Pack Directory", "", ""
  88. "", "", "", "%FailInstallRes%", ""
  89.  
  90. [ExchangeASPLDIDInstallSection]
  91. "HKLM", "SOFTWARE\Microsoft\Exchange\setup", "Web Connector", "", ""
  92. "", "", "", "%FailInstall%", ""
  93.  
  94. [ExchangeResLDIDUninstallSection]
  95. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSExchangeAMLP-%ExLang%", "Resource Dir", "", ""
  96. "", "", "", "%FailUninstallRes%", ""
  97.  
  98. [ExchangeASPLDIDUninstallSection]
  99. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MSExchangeAMLP-%ExLang%", "Install Dir", "", ""
  100. "", "", "", "%FailUninstallASP%", ""
  101.  
  102. [Strings]
  103. ExLang = <ExLang Section>
  104. LangIndex = <LangIndex Section>
  105. DefaultDir = "C:\ExchSrvr"
  106.  
  107. ; Following strings are localized:
  108. DiskID1 = "Microsoft Exchange Active Server Language Pack, Disk 1"
  109. PromptDir = "Where are the Microsoft Exchange Active Server scripts installed?"
  110. FailInstall = "You must have the Microsoft Exchange Active Server installed."
  111. FailInstallBin = "Error installing binaries."
  112. FailInstallRes = "Error installing resource files."
  113. FailInstallASP = "Error installing ASP scripts."
  114. FailUninstallRes = "Unable to find resource directory."
  115. FailUninstallASP = "Unable to find previous installation script directory."
  116. AdvPackError = "You need a newer version of advpack.dll."
  117. AppName = "Microsoft Exchange Active Server <PutLang Section> Language Pack."
  118. UninstallBeginPrompt = "Are you sure you want to remove the <PutLang Section> Active Server Language Pack?"
  119. UninstallFinishPrompt = "The Microsoft Exchange Active Server <PutLang Section> Language Pack has been removed."
  120.