home *** CD-ROM | disk | FTP | other *** search
- ; $VER: Installer script for the ico.datatype v43, © 2000 by Stephan Rupprecht
-
- (set @default-dest "DEVS:Datatypes/")
-
- (copyfiles
- (source "")
- (dest @default-dest)
- (pattern "Windows Icon(.info|)")
- (help @copyfiles-help)
- (prompt "Copy descriptor file")
- (confirm)
- )
-
- ; copylib doesn`t work, wrong version is shown!
- (copyfiles
- (source "ico.datatype")
- (dest "SYS:Classes/datatypes/")
- (help @copyfiles-help)
- (prompt "Copy ico.datatype")
- (confirm)
- )
-