home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / demo / adevbx / ade.txt next >
Encoding:
Text File  |  1994-12-21  |  1.4 KB  |  65 lines

  1. ; SRCDIR is the directory on the setup disk
  2. ; DESTDIR is the directory the files to be copied to.
  3. ; Note : the user may specify a destination directory, so DESTDIR
  4. ;                is the relative directory.
  5. [INITIAL]
  6. APPNAME=ADE VB Custom Control
  7. APPDIR = C:\ADE
  8. ;space needed for all file copied to windows directory
  9. SYSNEEDED=100000
  10. ; space needed for all other files.
  11. OTHERNEEDED=950000
  12. ODBC=1
  13.  
  14. [CONTROL]
  15. ; this section contains all the file groups need to be installed
  16. FILECOUNT=2
  17. FILE1=ADEVBX
  18. FILE2=ODBC
  19.  
  20. [ADEVBX]
  21. DESTDIR=THEPATH\
  22. DISK=1
  23. ; id file must ended with _ if the file is compressed.
  24. IDFILE=VBRUN300.DL_
  25. FILECOUNT=16
  26. FILE1=ADEVBX.HLP
  27. FILE2=BTTNCUR.DLL 
  28. FILE3=GIZMOBAR.DLL
  29. FILE4=ADEDIB.DLL
  30. FILE5=ADEBMP.DLL
  31. FILE6=LOGIC.DLL   
  32. FILE7=DBDATA.DLL
  33. FILE8=REPORT.DLL
  34. FILE9=TOOLAPI.DLL
  35. FILE10=GRIDAPI.DLL
  36. FILE11=ADEGRID.VBX
  37. FILE12=README.TXT
  38. FILE13=SVRAPI.DLL
  39. FILE14=GRIDAPI.DLL
  40. FILE15=ADEVBX.DLL
  41. FILE16=DATAAPI.DLL
  42.  
  43. [ODBC]
  44. DESTDIR=SYSTEM
  45. DISK=1
  46. ; id file must ended with _ if the file is compressed.
  47. IDFILE=VBRUN300.DL_
  48. FILECOUNT=4
  49. FILE1=ODBC.DLL
  50. FILE2=ODBCINST.DLL 
  51. FILE3=ODBCCURS.DLL
  52. FILE4=CTL3DV2.DLL
  53.  
  54. ; files to be deleted after setup
  55. [DELFILE]
  56. FILECOUNT=3
  57. FILE1=c:\windows\ade.lst
  58. FILE2=c:\windows\msetup.exe
  59. FILE3=c:\windows\setupkit.dll
  60.  
  61. ; files to be executed after setup
  62. [EXEFILE]
  63. FILECOUNT=1
  64. FILE1=notepad.exe THEPATH\readme.txt
  65.