home *** CD-ROM | disk | FTP | other *** search
- ; **** Installscript written by Markus Illenseer ****
- ; **** Does various checks now. Please report any error ****
- ; **** to markus@techfak.uni-bielefeld.de ****
- ; **** or to Markus Mönig ****
-
- ; **** Special version for MainActorPro ****
- ; **** by Markus Mönig, © 1993, 1994 ****
-
- ; **** This script requires the Installer from Commodore ****
- ; **** which is available for free. ****
-
- ; **** Version 1.0 of this script ****
-
- (set ProductName "MainActorPro") ; product Name
- (set VersionNum "1.0") ; product version number
-
- (set MAPName "MainActorPro")
- (set DefaultMAP "Work:")
-
- (set OSVersion (/ (getversion) 65536))
- (set WBVersion (/ (getversion "version.library" (resident)) 65536))
- (set Options 1) ; 1=english, 2=german, 3=e+g
-
- (set DirPath "")
-
- (set LocLang0 "English")
- (set LocLang1 "Deutsch")
-
- (transcript "Installing %s Commodity..." ProductName)
-
- (set @default-dest "Work:")
-
- (set langnum
- (askchoice
- (prompt "Choose a language please")
- (help @askchoice-help)
- (choices
- LocLang0
- LocLang1
- )
- (default
- (if (patmatch @language LocLang0)
- 0
- (if (patmatch @language LocLang1)
- 1
- )
- )
- )
- )
- )
-
- (if (= langnum 0) (set langstring LocLang0))
- (if (= langnum 1) (set langstring LocLang1))
- ;(if (= langnum 2) (set langstring "Français"))
-
- ; Here follow localized strings for the german and english texts
- ; used in the script. Adding a new language should be easy by copying
- ; the block and translating it.
-
- (if (patmatch langstring LocLang1)
- (
- (set no_good_os
- ("%s%s%s%s%s%s"
- "Sieht so aus, als hätten Sie immer noch WB/KS 1.3! "
- "Bitte denken Sie doch mal an ein Update ihres "
- "Betriebssystems. WB 3.1 ist für (fast) alle Amiga "
- ("erhältlich.\n\n \"")
- ProductName
- ("\" braucht mindestens WB 2.1\n")
- )
- )
- (set intro_msg
- ("%s%s"
- ("Dies ist das Installier-Skript für \"%s\".\n\n" ProductName )
- "Wenn Sie dieses Skript das erste Mal starten, wählen Sie bitte JETZT die Hilfe-Seite!\n\n"
- )
- )
- (set intro_help_1
- ("%s%s%s%s%%s"
- ("\n\"")
- ProductName
- ("\" wird an einer einzigen Stelle installiert:\n")
- "\nMainActor: - ein Ordner der an beliebiger Stelle existiert.\n"
- "Dazu wird dann das logische Assign MainActor: benötigt."
- )
- )
- (set sel_place_MAP
- ("%s%s%s"
- ("Bitte wählen Sie einen Platz für das Paket \"")
- ProductName
- ("\".\n Ein Directory wird dort erstellt.\n(Siehe auch Hilfe)")
- )
- )
- (set sel_MAP_help
- ("%s%s%s%s%s%s%s%s"
- "Es wird ein Platz gesucht, an dem ca. 800KB Platz sind, "
- "um dort \""
- ProductName
- "\" zu installieren. Dort wird dann der Ordner\""
- MAPName
- "\" erstellt. Existiert der angegebene Ordner nicht, so wird er erstellt. "
- "\nDer hier eingestellte Ordner wird weiterhin "
- "verwendet, sowohl bei Installation, als auch bei Start.\n\n"
- )
- )
- (set will_be_installed
- ("%s"
- "Das Directory wird erstellt und ab sofort benutzt: "
- )
- )
- (set ask_addmap1
- ("%s"
- ("Soll ich \"Assign MainActor: \"")
- )
- )
- (set ask_addmap2
- ("%s"
- ("\"\" an \"S:user-startup\" anhängen? (Hilfe für mehr)" )
- )
- )
- (set ask_addmap_help1
- ("%s%s"
- ("Wählen Sie den 'Proceed' Knopf um die Zeile\n")
- ("\"Assign >NIL: MainActor: \"")
- )
- )
- (set ask_addmap_help2
- ("%s%s%s%s"
- ("\"\" anzuhängen. Dies wird \"")
- MAPName
- ("\" automatisch beim Booten starten.")
- ("Bitte tun Sie das!")
- )
- )
- (set install_there1
- ("%s%s%s"
- "\n"
- ProductName
- "\nwird im Ordner\n"
- )
- )
- (set install_there2
- ("%s"
- "installiert. \nIst das richtig?"
- )
- )
- (set AYes "Ja")
- (set ANo "Nein")
- )
- )
-
- (if (patmatch langstring LocLang0)
- (
- (set no_good_os
- ("%s%s%s%s%s%s"
- "Looks like you still run WB/KS 1.3! "
- "Please strongly consider to upgrade your operating system. "
- "WB 3.1 is available for (almost) all Amigas."
- ("\n\n\"")
- ProductName
- ("\" requires at least WB 2.1\n")
- )
- )
- (set intro_msg
- ("%s%s%s%s"
- ("This is the installer tool for \"")
- ProductName
- ("\".\n\n")
- "If you run this installer for the first time, then press help NOW!\n"
- )
- )
- (set intro_help_1
- ("%s%s%s%s%s"
- ("\n\"")
- ProductName
- ("\" will maximally be installed at one places:\n")
- "\nMainActor: - a drawer somewhere on your drive.\n"
- "Therefore we then need the logic Assign to MainActor:"
- )
- )
- (set sel_place_MAP
- ("%s%s%s"
- ("Please select a place for \"")
- ProductName
- ("\".\n A directory will be created there. \n(See help for more)")
- )
- )
- (set sel_MAP_help
- ("%s%s%s%s%s"
- "We're looking for a place with at least 800KB of free space, to install \""
- ProductName
- "\". An an own directory will be installed there. "
- "\n\n If the supplied directory is not existant, it will be created. "
- "Choosen directory will be used during installation and start. \n\n"
- )
- )
- (set will_be_installed
- ("%s"
- "The directory will be created and used from now on: "
- )
- )
- (set ask_addmap1
- ("%s"
- ("Shall I add \"Assign >NIL: MainActor: \"")
- )
- )
- (set ask_addmap2
- ("%s"
- ("\"\" to \"S:user-startup\"? (help for more)" )
- )
- )
- (set ask_addmap_help1
- ("%s%s"
- ("\n\nSelect the Proceed button to add the Line\n")
- ("\"Assign >NIL: MainActor: \"")
- )
- )
- (set ask_addmap_help2
- ("%s%s%s%s"
- ("\"\" \nThis will assign \"")
- MAPName
- ("\" automatically on boot time. ")
- ("You are requested to do this!")
- )
- )
- (set AYes "Yes")
- (set ANo "No")
- (set install_there1
- ("%s%s%s"
- "\n"
- ProductName
- "\nwill be installed in drawer\n"
- )
- )
- (set install_there2
- ("%s"
- "\nIs that correct?"
- )
- )
- )
- )
-
- ; **** Beginning of the real installer...
-
- (message
- intro_msg
- (help intro_help_1)
- )
-
- (transcript "Installing %s Commodity..." ProductName)
-
- ; **** Check OSVersion
-
- (if (< OSVersion 36)
- (
- (message no_good_os)
- (exit "No luck...")
- )
- )
-
-
- (complete 20)
- ; **** Ask for Place
-
-
- (set InstallDir
- (askdir
- (prompt sel_place_MAP)
- (help sel_MAP_help @askdir-help)
- (default DefaultMAP)
- (newpath)
- )
- )
-
- (complete 50)
-
- ; **** Can be changed ****
-
- (set extracthere
- (askbool
- (prompt install_there1 InstallDir install_there2)
- (choices AYes ANo)
- (help @askbool-help)
- (default 0)
- )
- )
-
- (if (= extracthere 1)
- (run ("lz x MainActorPro.lha \"%s\"" InstallDir))
- (run ("Assign MainActor: \"%s\"" (tackon InstallDir MAPName)))
- )
-
- (complete 90)
-
- ; **** Check installation
-
- (
- (startup
- (prompt ask_addmap1 (tackon InstallDir MAPName) ask_addmap2)
- (ProductName)
- (help ask_addmap_help1 (tackon InstallDir MAPName) ask_addmap_help2 @startup-help)
- (command ("Assign >NIL: MainActor: \"%s\"" (tackon InstallDir MAPName)))
- )
- )
-
-
- (complete 95)
-
- (exit "It's a kind of magic!")
-