home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Printer / TUBPR55U.DMS / in.adf / Install < prev    next >
Encoding:
Text File  |  1997-04-20  |  4.4 KB  |  183 lines

  1. ;
  2. ; Installation script for TurboPrint Professional 5.x Update-Disk
  3. ; (C) 1997 IrseeSoft
  4. ;
  5. ;
  6. ; $VER: TurboPrint Professional 4.50 (20.04.97)
  7. ;
  8. ;
  9. ;   "Install TurboPrint"         operationMode = 0
  10. ;   "Update TurboPrint"          operationMode = 1
  11. ;   "Remove TurboPrint"          operationMode = 2
  12. ;   "Query TurboPrint Version"   operationMode = 3
  13. ;
  14. ; TODO
  15. ;
  16. ; String constants section. All messages and strings appear in this section
  17. ; for easier translation into foreign languages.
  18.  
  19. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  20. ;
  21. ; LANGUAGE SECTION
  22. ;
  23. ; to support more than only one language, there is a special section for
  24. ; each supported language.
  25. ;
  26.  
  27. (if (<> @language "english")
  28. ((if (<> @language "deutsch")
  29.  ( set @language "english")
  30.  )
  31. ))
  32.    (set #tp-version "TurboPrint Professional 5.50 (20.04.97)" )
  33.  
  34.    (set #introduction
  35.       (cat "\nInstallation des Updates auf\n"
  36.          "TurboPrint Professional 5.10\n"
  37.              "    Copyright © 1988-1997 IrseeSoft SPCS\n\n"
  38.       )
  39.    )
  40.  
  41.    (set #need-os2
  42.       (cat "\nTurboPrint Professional 5 benötigt Kickstart 2.04 oder höher\n"
  43.            "Um TurboPrint Professional 5 zu verwenden, müssen Sie Ihren "
  44.            "Amiga auf Betriebssystem 2.04 (oder 3.1) umrüsten.\n"
  45.            "Umrüstkits (Kickstart-ROM + Workbench-Disketten) "
  46.        "sind im Fachhandel oder Versandhandel erhältlich.\n"
  47.        "Als Übergangslösung empfehlen wir die Verwendung von "
  48.            "TurboPrint 3.0.\n"
  49.       )
  50.    )
  51.  
  52.    (set #installation-done
  53.       (cat "Die Installation von TurboPrint ist abgeschlossen.\n"
  54.     "Entfernen Sie nun bitte Ihre TurboPrint-Diskette und Starten "
  55.     "Sie Ihren Amiga neu."
  56.     )
  57.    )
  58.  
  59. ; General initialisation of internal states, options and pre-defined
  60. ; variables go here.
  61.  
  62. (delopts askuser)
  63.  
  64. ; Check whether this system is operating with at least Workbench 2.04 (V37).
  65. ; This is needed for the WBStartup feature and the Printmanager
  66.  
  67. (set kickVersion (shiftright (getversion) 16))
  68.  
  69. (set wbVersion (shiftright (getversion "LIBS:version.library") 16))
  70.  
  71. ; set source directory
  72.  
  73. (set sourcedir (pathonly @icon))
  74.  
  75. ;
  76. (if (< kickVersion 37)
  77.   (
  78.    (message #need-os2)
  79.    (exit (quiet))
  80.   )
  81. )
  82. ;
  83. (welcome)
  84.  
  85. ; remember current user level
  86.  
  87. (set old-level @user-level)
  88.  
  89. ; Introduce ourself to the user.
  90.  
  91. (set operationMode 1)
  92.  
  93. (message #introduction)
  94.  
  95.  
  96.    (set #path-prompt (cat "Wo befindet sich das TurboPrint-Verzeichnis, "
  97.               "in welches das Update installiert werden soll?")
  98.    )
  99.  
  100. ; ask for the destination directory
  101.  
  102. (if (not (exists "Work:"))
  103.    (user 1)
  104. )
  105.  
  106. (set target
  107.    (askdir (prompt #path-prompt)
  108.    (help #generic-help @askdir-help)
  109.    (default "Work:") )
  110. )
  111.  
  112. (user old-level)
  113.  
  114. ;Copy printer stuff
  115.    (copyfiles
  116.           (help   #generic-help @copyfiles-help)
  117.           (source (tackon sourcedir "Printers"))
  118.              (dest   (tackon target "TurboPrint/Printers"))
  119.               (all)
  120.    )
  121.  
  122.    (copyfiles
  123.           (help   #generic-help @copyfiles-help)
  124.           (source (tackon sourcedir "GrafikPublisher"))
  125.              (dest   (tackon target "TurboPrint") )
  126.           (infos)
  127.    )
  128.    
  129.    (copyfiles
  130.           (help   #generic-help @copyfiles-help)
  131.           (source (tackon sourcedir "TurboPrefs"))
  132.              (dest   (tackon target "TurboPrint") )
  133.           (infos)
  134.    )
  135.    (copylib
  136.          (source (tackon sourcedir "libs/multipic.library"))
  137.          (dest   "LIBS:")
  138.    )
  139.  
  140.    (copyfiles
  141.           (help   #generic-help @copyfiles-help)
  142.           (source (tackon sourcedir "LiesMich"))
  143.              (dest   (tackon target "TurboPrint") )
  144.           (infos)
  145.    )
  146.  
  147.    (copyfiles
  148.           (help   #generic-help @copyfiles-help)
  149.           (source (tackon sourcedir "Turbo"))
  150.              (dest   (tackon target "TurboPrint/Turbo"))
  151.               (all)
  152.    )
  153.    (copyfiles
  154.           (help   #generic-help @copyfiles-help)
  155.           (source (tackon sourcedir "Extra"))
  156.              (dest   (tackon target "TurboPrint/Extra"))
  157.           (infos)
  158.               (all)
  159.    )
  160.    (copyfiles
  161.           (help   #generic-help @copyfiles-help)
  162.           (source (tackon sourcedir "Configs/_Default_"))
  163.              (dest   (tackon target "TurboPrint/Configs"))
  164.    )
  165.    (copyfiles
  166.           (help   #generic-help @copyfiles-help)
  167.           (source (tackon sourcedir "Colors"))
  168.              (dest   (tackon target "TurboPrint/Colors"))
  169.               (all)
  170.    )
  171.    (copyfiles
  172.           (help   #generic-help @copyfiles-help)
  173.           (source (tackon sourcedir "Drivers"))
  174.              (dest   (tackon target "TurboPrint/Drivers"))
  175.               (all)
  176.    )
  177.  
  178.  
  179. (user 1)
  180. (message #installation-done)
  181. (exit (quiet))
  182.  
  183.