home *** CD-ROM | disk | FTP | other *** search
- ; SRCDIR is the directory on the setup disk
- ; DESTDIR is the directory the files to be copied to.
- ; Note : the user may specify a destination directory, so DESTDIR
- ; is the relative directory.
- [INITIAL]
- APPNAME=ADE VB Custom Control
- APPDIR = C:\ADE
- ;space needed for all file copied to windows directory
- SYSNEEDED=100000
- ; space needed for all other files.
- OTHERNEEDED=950000
- ODBC=1
-
- [CONTROL]
- ; this section contains all the file groups need to be installed
- FILECOUNT=2
- FILE1=ADEVBX
- FILE2=ODBC
-
- [ADEVBX]
- DESTDIR=THEPATH\
- DISK=1
- ; id file must ended with _ if the file is compressed.
- IDFILE=VBRUN300.DL_
- FILECOUNT=16
- FILE1=ADEVBX.HLP
- FILE2=BTTNCUR.DLL
- FILE3=GIZMOBAR.DLL
- FILE4=ADEDIB.DLL
- FILE5=ADEBMP.DLL
- FILE6=LOGIC.DLL
- FILE7=DBDATA.DLL
- FILE8=REPORT.DLL
- FILE9=TOOLAPI.DLL
- FILE10=GRIDAPI.DLL
- FILE11=ADEGRID.VBX
- FILE12=README.TXT
- FILE13=SVRAPI.DLL
- FILE14=GRIDAPI.DLL
- FILE15=ADEVBX.DLL
- FILE16=DATAAPI.DLL
-
- [ODBC]
- DESTDIR=SYSTEM
- DISK=1
- ; id file must ended with _ if the file is compressed.
- IDFILE=VBRUN300.DL_
- FILECOUNT=4
- FILE1=ODBC.DLL
- FILE2=ODBCINST.DLL
- FILE3=ODBCCURS.DLL
- FILE4=CTL3DV2.DLL
-
- ; files to be deleted after setup
- [DELFILE]
- FILECOUNT=3
- FILE1=c:\windows\ade.lst
- FILE2=c:\windows\msetup.exe
- FILE3=c:\windows\setupkit.dll
-
- ; files to be executed after setup
- [EXEFILE]
- FILECOUNT=1
- FILE1=notepad.exe THEPATH\readme.txt
-