home *** CD-ROM | disk | FTP | other *** search
- ; $VER: 5
-
- (delopts "oknodelete" "force" "askuser")
- (complete 0)
-
- (if (exists "GOLDED:" (NOREQ))
-
- (
- (set vernum (getversion "golded:golded"))
-
- (set ver (/ vernum 65536))
- (set rev (- vernum (* ver 65536)))
-
- (set version (+ (* 10 ver) rev))
-
- (if (< version 47)
-
- (
- (message "\nSorry, GoldED Release 4.7.0 or better required")
- (exit (quiet))
- )
- )
-
- (message (cat "\n"
-
- " GoldED 4 · Service Pack 4.7.1 \n"
- " \n"
- " Upgrades GoldED 4.7.0 to GoldED 4.7.1 \n"
- " \n"
- " GoldED is not freely distributable. \n"
- " Distribution on CD-ROM not permitted. \n"
- " A GoldED distribution licence can be \n"
- " purchased from the copyright owner(s). \n"
- " Please read the licence file before \n"
- " you install the software. \n"
- " \n"
- " ©1997 Dietmar Eilert · All Rights Reserved. \n"
-
- ))
-
- ; check installation
-
- (run "bin/checksetup")
-
- ; don't install over OEM version (unless registered)
-
- (if (exists "t:setup.inf")
-
- (message (cat "\n"
-
- " This update should not be installed over the un- \n"
- " registered OEM version you are using. Return \n"
- " the registration card and install your personal \n"
- " keyfile before you proceed. \n"
- " \n"
- " You may continue installation at this point \n"
- " without registration. However, the update will \n"
- " then install as restricted trial version only. \n"
- ))
- )
-
- (copyfiles
-
- (source "golded" )
- (dest "golded:")
- (infos)
- (all)
- (nogauge)
- )
-
- (delete "golded:.info")
-
- (complete 100)
-
- (message "\nInstallation complete.")
- )
-
- (message (cat "\n"
-
- "Please install GoldED before attempting to\n"
- "install this client. \n"
- ))
- )
-
- (exit (quiet))
-
- (welcome)
-