home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 November / PCWNOV07.iso / shared / agentupd.cab / agentupd.inf next >
Encoding:
Windows Setup INFormation  |  2005-07-06  |  787 b   |  39 lines

  1. [Version]
  2. Signature="$Chicago$"
  3. AdvancedINF=2.5
  4. LayoutFile=agentupd.inf
  5.  
  6. [DefaultInstall]
  7. CopyFiles=FileList, InfoList
  8.  
  9. [DefaultUninstall]
  10. cleanup=1
  11. Delfiles=FileList, InfoList, OldFiles
  12.  
  13. [SourceDisksNames]
  14. ; This section specifies that all sources are in the "default" location.
  15. 1="Agent Files","",1
  16.  
  17. [DestinationDirs]   
  18. ; Destination Directories for CopyFiles/Delfiles Sections.
  19. ; 10 indicates LDID_WIN - windows directory   
  20. FileList=45000
  21. InfoList=46000
  22. OldFiles=45000
  23.  
  24. [FileList]
  25. ; ,,,32 - Suppress version conflict dialog and don't overwrite newer DLLs
  26. mcupdmgr.exe,,,65568
  27. mcupdui.exe,,,65568
  28. agentupd.inf,,,65568
  29.  
  30. [InfoList]
  31. mcinfo.exe,,,65568
  32.  
  33. [RegisterActiveXList]
  34. %46000%\mcinfo.exe
  35. %45000%\mcupdmgr.exe
  36.  
  37. [OldFiles]
  38. McSubInf.dll,,,65568
  39.