home *** CD-ROM | disk | FTP | other *** search
- ; Application: INF-Tool Demo script
- ; Version : 1.0
- ; Author : Albert Einstein
- ; Copyright : ⌐ 1998 by Albert Einstein
- ; History :
- ; Created by : the UNREGISTERED VERSION of INF-Tool Installation Script Generator
- ; [Version 3.4 * 15.03.98] from www.user.xpoint.at/r.fellner/
- ; Please note: The registered version creates really professional setup packages
- ; supporting Uninstall functionality, Long File Names, Start Menu
- ; Groups, unlimited files, a small (4 KB!) Setup.exe utility for
- ; your scripts and more ....
- ; Save resources and use INF-Tool instead of huge Installers !
- ; ---------------------------------------------------------------------------
-
- [Version]
- Signature=$Chicago$
- Provider=%Author%
- SetupClass=BASE
- Class=NoDriver
- [Strings]
- Product="INF-Tool Demo script"
- Version="1.0"
- Info="This easy example script would copy 2 files to the subdirectory "INF-Test" of your Windows directory. Will not modify anything else."
- Author="Albert Einstein"
- Copyright="⌐ 1998 by Albert Einstein"
- DiskName="INF-Tool Demo script, Setup Disk #1"
- [SourceDisksNames]
- 1=%DiskName%,"Setup1",1
- [SourceDisksFiles]
- NOTEPAD.EXE=1
- WRITE.EXE=1
- [DestGrp]
- NOTEPAD.EXE
- WRITE.EXE
- [DestinationDirs]
- DestGrp=10,INF-Test
- [DefaultInstall]
- Copyfiles=DestGrp
-
-