home *** CD-ROM | disk | FTP | other *** search
- ; $VER: Install EnigmaII
- ;
- ; Installer script for EnigmaII.
- ;
-
- (complete 0)
- (welcome)
-
- (set #WrongKickStart "\nYou must be using at least KickStart 2.04 to use EnigmaII Project")
- (set #CopyingReqTools "Copying ReqTools.library to Libs:")
- (set #Lamer "Fuck of, Lamer!\n\nLAME Intermediate\n and \nLAME novice users\n don't need thiz cool tool!")
-
- (if (< (/ (getversion) 65536) 37)
- (abort #WrongKickStart)
- )
-
- (if(<> 2 @user-level)
- (abort #Lamer)
- )
- (message "\nWelcome to the installation\n"
- "of the most powerfull -and only- realtime\n"
- "(de-)cyrpter written on the Amiga.\n\n\n"
- "Done by\n\n"
- "Harvester & Hosot\n\n"
- "of\n\n"
- "R-E-M-E-D-Y")
-
- (message
- "\n"
- "The EnigmaII Project\nrequires the ReqTools.library to run.\n"
- "\n"
- "Before I install it I'll check to see if you have already a "
- "more recent version of the ReqTools.library.\n"
- "If so, I will not overwrite it.\n"
- )
-
- (copylib
- (prompt "\n" #CopyingReqTools)
- (help @copylib-help)
- (source "Libs/reqtools.library")
- (dest "Libs:")
- (confirm)
- )
- (complete 20)
-
- (if(askbool
- (prompt "\n Do you also want\n ReqToolsPrefs \nto be installed ?\n\n"
- "(With it you can e.g change size/position\n"
- "of requesters being opened.)")
- (help @askbool_help)
- (default 1))
- (copyfiles
- (prompt "\nCopy the Reqtools-Prefs...\n")
- (help @copyfiles-help)
- (source "Prefs")
- (dest "SYS:Prefs")
- (all)
- (files)
- (infos)
- (confirm)
- )
- )
- (complete 40)
- (message
- "\n"
- "Now I will copy executable files\n"
- "of EnigmaII Project to your\n"
- " C: Directory"
- )
-
- (copyfiles
- (prompt "\nSelect which files to install:\n")
- (help @copyfiles-help)
- (source "C")
- (dest "C:")
- (choices "EnigmaRun"
- "EnigmaInit"
- "WaitForCrypter"
- "CrypterActive"
- "ExeLink")
- (confirm)
- )
- (complete 80)
-
- (message
- "\n"
- "The scriptfile of\n"
- "EnigmaII Project will\n"
- "be copied to your\n"
- "S: Directory"
- )
-
- (copyfiles
- (prompt "\nCopying ScriptFile:\n")
- (help @copyfiles-help)
- (source "S")
- (dest "S:")
- (all)
- (files)
- (confirm)
- )
-
- (complete 90)
-
- (message
- "\n"
- "Now the most important thing.\n\n"
- "The documentation has to be copied\n\n\n"
- "(I suggest to read this carefully!)\n"
- )
- (copyfiles
- (prompt "\nCopy the Docs ...\n")
- (help @copyfiles-help)
- (source "DOCS")
- (dest "SYS:")
- (all)
- (files)
- (infos)
- (confirm)
- )
-
- (complete 100)
- (message
- "\n\n\n"
- "Now read the Doc's\n\n"
- )
-
- (set @default_dest "S:")
- (exit)
-