home *** CD-ROM | disk | FTP | other *** search
/ BUG 11 / BUGCD1998_02.ISO / email / outlook / acmeeng.cab / acmeeng.inf next >
INI File  |  1997-12-03  |  2KB  |  99 lines

  1. [Version]
  2. signature="$CHICAGO$"
  3. AdvancedINF=2.0
  4.  
  5. [DefaultInstall]
  6. AddReg = RegUninstall
  7. CopyFiles = CommonFiles, 95Files
  8. CustomDestination = InstDest
  9.  
  10. [DefaultInstall.NT]
  11. AddReg = RegUninstall
  12. CopyFiles = CommonFiles, NTFiles
  13. CustomDestination = InstDest
  14.  
  15. [Uninstall]
  16. DelReg = RegUninstallKey
  17. DelFiles=CommonFiles, 95Files
  18. CustomDestination = InstDest
  19.  
  20. [Uninstall.NT]
  21. DelReg = RegUninstallKey
  22. DelFiles=CommonFiles, NTFiles
  23. CustomDestination = InstDest
  24.  
  25. [RegUninstall]
  26. HKLM,%UninstallKey%%LongName%,"UninstallString",,"rundll32 advpack.dll,LaunchINFSection %49000%\%SetupDir%\acmeeng.inf, Uninstall"
  27. HKLM,%UninstallKey%%LongName%,"UninstallDisplayString",,"Removing ACME Engine"
  28. HKLM,%WinUninstallKey%%OutlookName%,"UninstallString",,"%49000%\%SetupDir%\olmaint.exe"
  29. HKLM,%WinUninstallKey%%OutlookName%,"DisplayName",,"%OutlookName%"
  30. HKLM,%IE4UninstallKey%,"%OutlookName%",,"%OutlookName%"
  31.  
  32. [RegUninstallKey]
  33. HKLM,%UninstallKey%%LongName%
  34. HKLM,%WinUninstallKey%%OutlookName%
  35. HKLM,%IE4UninstallKey%,"%OutlookName%"
  36. HKLM,%ActiveSetupKey%%InstalledComp%%AcmeEngGUID%
  37.  
  38. [SourceDisksNames] 
  39. 1="%LongName%",acmeeng.cab,0
  40.  
  41. [SourceDisksFiles]
  42. acmeeng.inf=1
  43. setup.tdf=1
  44. setup.ini=1
  45. wmsset32.nt=1
  46. wmsset32.95=1
  47. acmsetup.exe=1
  48. ol98cah.dll=1
  49. acmsetup.hlp=1
  50. mssetup.dll=1
  51. ffast_bb.dll=1
  52. olmaint.exe=1
  53. olmaint.inf=1
  54. outsetup.hlp=1
  55.  
  56. [DestinationDirs]
  57. CommonFiles=49000,%SetupDir%
  58. NTFiles=49000,%SetupDir%
  59. 95Files=49000,%SetupDir%
  60.  
  61. [CommonFiles]
  62. acmeeng.inf
  63. Setup.tdf
  64. Setup.ini
  65. acmsetup.exe
  66. ol98cah.dll
  67. acmsetup.hlp
  68. ffast_bb.dll
  69. olmaint.exe
  70. olmaint.inf
  71. mssetup.dll
  72. outsetup.hlp
  73.  
  74. [95Files]
  75. wmsset32.dll,wmsset32.95,,0
  76.  
  77. [NTFiles]
  78. wmsset32.dll,wmsset32.NT,,0
  79.  
  80. [InstDest]
  81. 49000=WhereToInstall,5            ;Check for Outlook install Dir.
  82.  
  83. [WhereToInstall]
  84. "HKLM","%InstallDirKey%","%OutlookDir%","","%DefaultLocation%"
  85.  
  86. [Strings]
  87. SetupDir="Office\Setup\Outlook"
  88. InstallDirKey="Software\Microsoft\Active Setup\OutlookInstallInfo"
  89. OutlookDir="Install Dir"
  90. DefaultLocation="C:\Program Files\Microsoft Office"
  91. LongName="Outlook Acme Engine Files"
  92. UninstallKey = "SOFTWARE\Microsoft\Active Setup\Outlook Uninstall\"
  93. WinUninstallKey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\"
  94. IE4UninstallKey = "SOFTWARE\Microsoft\IE4\DependentComponents"
  95. OutlookName = "Microsoft Outlook 98"
  96. ActiveSetupKey = "SOFTWARE\Microsoft\Active Setup\"
  97. InstalledComp = "Installed Components\"
  98. AcmeEngGUID = "{d8600590-1f91-11d1-a7e1-00609793926d}"
  99.