home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910A.BIN / WIN98SP1 / IE401.SP2 / msagent.exe / RCDATA / CABINET / agt20.inf < prev    next >
Windows Setup INFormation  |  1998-10-02  |  2KB  |  101 lines

  1. ;
  2. ; inf file for Agent 2.0
  3. ;
  4. ; derived from the original file written by Eric Moore, 7/29/97 by
  5. ; John Merrill (jmerrill) 3/18/1998.
  6. ;
  7.  
  8. [Version] 
  9. Signature=$CHICAGO$ 
  10. AdvancedINF=2.5,%ADVPKPRMPT%
  11.  
  12. [DestinationDirs] 
  13. LWVCopy = 25,msagent
  14. AgentCopy = 25,msagent
  15. AgentHLPCopy = 18 
  16. AgentIntlCopy = 25,msagent\intl
  17. AgentINFCopy = 17
  18.  
  19. [DefaultInstall] 
  20. CheckAdminRights=1
  21. CopyFiles = AgentCopy, AgentINFCopy, LWVCopy, AgentHLPCopy, AgentIntlCopy
  22. UpdateInis = UpdateWinIni
  23. RunPostSetupCommands = RunPostSetupCmds
  24.  
  25. [DefaultInstall.NT] 
  26. CheckAdminRights=1 
  27. CopyFiles = AgentCopy, AgentINFCopy, LWVCopy, AgentHLPCopy, AgentIntlCopy
  28. RunPostSetupCommands = RunPostSetupCmdsNT
  29.  
  30. [UpdateWinIni]
  31. win.ini,Compatibility95,,"AGENTSVR=0x00000002"
  32.  
  33. [RunPostSetupCmds]
  34. regsvr32 /s %25%\msagent\AgentCtl.dll
  35. regsvr32 /s %25%\msagent\AgentDPv.dll
  36. regsvr32 /s %25%\msagent\mslwvtts.dll
  37. regsvr32 /s %25%\msagent\AgentDP2.dll
  38. regsvr32 /s %25%\msagent\AgentMPx.dll
  39. regsvr32 /s %25%\msagent\AgentSR.dll
  40. regsvr32 /s %25%\msagent\AgentPsh.dll
  41. %25%\msagent\AgentSvr.exe /regserver
  42.  
  43. [RunPostSetupCmdsNT]
  44. ;These have to be triple-double quoted for NT cause of the spaces in the path...
  45. regsvr32 /s """%25%\msagent\AgentCtl.dll"""
  46. regsvr32 /s """%25%\msagent\AgentDPv.dll"""
  47. regsvr32 /s """%25%\msagent\mslwvtts.dll"""
  48. regsvr32 /s """%25%\msagent\AgentDP2.dll"""
  49. regsvr32 /s """%25%\msagent\AgentMPx.dll"""
  50. regsvr32 /s """%25%\msagent\AgentSR.dll"""
  51. regsvr32 /s """%25%\msagent\AgentPsh.dll"""
  52. """%25%\msagent\AgentSvr.exe""" /regserver
  53.  
  54. ; ***********************************************************
  55. ; here is the FILES SECTION.....
  56.  
  57. [LWVCopy]
  58. mslwvtts.dll,,,32
  59.  
  60. [AgentCopy]
  61. AgentCtl.dll,,,32
  62. AgentDPv.dll,,,32
  63. AgentDp2.dll,,,32
  64. AgentSvr.exe,,,32
  65. AgentMPx.dll,,,32
  66. AgentAnm.dll,,,32
  67. AgentSR.dll,,,32
  68. AgentPsh.dll,,,32
  69. AgtCtl15.tlb
  70.  
  71. [AgentINFCopy]
  72. agtinst.inf
  73.  
  74. [AgentHLPCopy] 
  75. Agt0409.hlp
  76.  
  77. [AgentIntlCopy]
  78. Agt0409.dll,,,96
  79.  
  80. [SourceDisksNames] 
  81. 1 = %DiskName%,agent,0
  82.  
  83. [SourceDisksFiles] 
  84. agtinst.inf = 1
  85. AgentSvr.exe = 1
  86. AgentCtl.dll = 1
  87. AgentDPv.dll = 1
  88. AgentDp2.dll = 1
  89. mslwvtts.dll = 1
  90. AgentMPx.dll = 1
  91. Agt0409.dll = 1
  92. AgentAnm.dll = 1
  93. AgentSR.dll = 1
  94. AgentPsh.dll = 1
  95. Agt0409.hlp = 1
  96.  
  97. [Strings] 
  98. ADVPKPRMPT = "The correct version of Advpack.dll was not found, installation halted."
  99. DiskName = "Microsoft Agent Installation Disk"
  100.  
  101.