home *** CD-ROM | disk | FTP | other *** search
INI File | 1992-04-01 | 1.0 KB | 39 lines |
- ;def section contains all default values to be installed
- ;defdir default is subdirectory name to be created under windows directory
- ;defgroup is Program Manager group name to be created
-
- [Def]
- defdir=dfreews
- defgroup=main
- defapp=DFREE for Windows Install
-
- ;GrpFiles section contains files and programs to be added to Program
- ;Manager group
-
- [GrpFiles]
- file 1=dfreews.exe
- file 2=dfreews.wri
- file 3=Order.txt
- file 4=EndMark
-
- ;systemfiles sections contains files to be copied windows system directory
- ;etc. DLL's and VBX's program need to acces during execution
- ;file 1 is now only commented so you can see an example
- ;you may need to copy VBRUN100.DLL, if the user already
- ;does not has it
- ;endmark is only mark that tells to install program's lastfile
-
- [SystemFiles]
- file 1=neodll1.dll
- file 2=EndMark
-
- ;files section contains files to be copied to subdirectory given by user
- ;endmark is only mark that tells to install program's lastfile
-
- [Files]
- file 1=dfreews.exe
- file 2=dfreews.hlp
- file 3=dfreews.wri
- file 4=order.txt
- file 5=EndMark
-