home *** CD-ROM | disk | FTP | other *** search
/ The Net Power 1997 February / NetPower_2-97.mdf / eng / extras / controls / ncompass / nboard.cab / nboard.inf < prev    next >
INI File  |  1996-08-10  |  843b  |  34 lines

  1. ; Destdir=10    -- put in windows directory
  2. ; DestDir=11    -- put in windows\system directory
  3. ; DestDir=0 or not specified -- put in "ocxcache" directroy as specified in registry
  4.  
  5.  
  6. ; file=URL    -- get file from URL
  7. ; file=    (blank)    -- only bother to install if the file is already on the system
  8. ;             i.e. don't bother downloading this file just make sure it already exists.
  9.  
  10. ; FileVersion    -- if not specified, then any version already on target system will do the trick.
  11.  
  12. [Add.Code]
  13. nboard.ocx=nboard.ocx
  14. bmaker.dll=bmaker.dll
  15. rlloader.dll=rlloader.dll
  16.  
  17. [nboard.ocx]
  18. file=thiscab
  19. clsid={6059B947-EC52-11cf-B509-00A024488F73}
  20. FileVersion=5,0,0,0
  21. RegisterServer=yes
  22.  
  23. [bmaker.dll]
  24. file=thiscab
  25. FileVersion=2,0,0,0
  26. DestDir=11
  27. RegisterServer=no
  28.  
  29. [rlloader.dll]
  30. file=thiscab
  31. FileVersion=1,0,0,1
  32. DestDir=11
  33. RegisterServer=no
  34.