home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 June / PCWorld_2002-06_cd.bin / Novinky / grada / MSagent / MSagent.exe / RCDATA / CABINET / AGT20.INF < prev    next >
Windows Setup INFormation  |  2000-02-11  |  2KB  |  98 lines

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