home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1996 January / MG_0196.ISO / spea / install / stplus / util1 / install.dat < prev    next >
Text File  |  1995-11-20  |  24KB  |  729 lines

  1. @DefineProject
  2.  @Name = "SHOWTIME PLUS"
  3.  @Version ="Release 1195"
  4.  @OutDrive = C
  5. @If(@StrLen("@GetEnv("GDC")") > 0)
  6.     @SubDir = "@GetEnv("GDC")"
  7. @Else
  8.     @SubDir = "\\SPEA\\SHOWTIME"
  9. @Endif // @StrLen, @GetEnv
  10.  @Requires @HardDisk
  11.  @Immediate = 1
  12. @EndProject
  13. @DefineVars @QString @NextName = "@Name" @EndVars
  14.  
  15. @If(@Platform==1)
  16.  @ScrHead(1, M, 0, 63, "$062@Name  $063@Version")
  17. @ElseIf(@Platform==3)
  18.  @BackgroundMode(3, @RGB(0,0,127), @RGB(0,0,127))
  19. // @ScrHead("@Name  @Version")
  20. @Endif // @Platform
  21.  
  22. @If(@Platform == 1)
  23.  @FileAttr("C:\\odd33ver.tpl", "r-s-h-")
  24.  @Delete("C:\\odd33ver.tpl")
  25.  @FileAttr("C:\\odd33set.tpl", "r-s-h-")
  26.  @Delete("C:\\odd33set.tpl")
  27.  @FileAttr("D:\\odd33ver.tpl", "r-s-h-")
  28.  @Delete("D:\\odd33ver.tpl")
  29.  @FileAttr("D:\\odd33set.tpl", "r-s-h-")
  30.  @Delete("D:\\odd33set.tpl")
  31.  @FileAttr("E:\\odd33ver.tpl", "r-s-h-")
  32.  @Delete("E:\\odd33ver.tpl")
  33.  @FileAttr("E:\\odd33set.tpl", "r-s-h-")
  34.  @Delete("E:\\odd33set.tpl")
  35.  @FileAttr("F:\\odd33ver.tpl", "r-s-h-")
  36.  @Delete("F:\\odd33ver.tpl")
  37.  @FileAttr("F:\\odd33set.tpl", "r-s-h-")
  38.  @Delete("F:\\odd33set.tpl")
  39.  @FileAttr("G:\\odd33ver.tpl", "r-s-h-")
  40.  @Delete("G:\\odd33ver.tpl")
  41.  @FileAttr("G:\\odd33set.tpl", "r-s-h-")
  42.  @Delete("G:\\odd33set.tpl")
  43.  @System ("getos.bat do it really")
  44.  
  45.  @If(@Exists("C:\\odd33ver.tpl") && @Exists("C:\\odd33set.tpl"))
  46.   @DefineVars @QString @TmpStr = "C:" @EndVars
  47.   @Goto DETECTOS2
  48.  
  49.  @ElseIf(@Exists("D:\\odd33ver.tpl") && @Exists("D:\\odd33set.tpl"))
  50.   @DefineVars @QString @TmpStr = "D:" @EndVars
  51.   @Goto DETECTOS2
  52.  
  53.  @ElseIf(@Exists("E:\\odd33ver.tpl") && @Exists("E:\\odd33set.tpl"))
  54.   @DefineVars @QString @TmpStr = "E:" @EndVars
  55.   @Goto DETECTOS2
  56.  
  57.  @ElseIf(@Exists("F:\\odd33ver.tpl") && @Exists("F:\\odd33set.tpl"))
  58.   @DefineVars @QString @TmpStr = "F:" @EndVars
  59.   @Goto DETECTOS2
  60.  
  61.  @ElseIf(@Exists("G:\\odd33ver.tpl") && @Exists("G:\\odd33set.tpl"))
  62.   @DefineVars @QString @TmpStr = "G:" @EndVars
  63.   @Goto DETECTOS2
  64.  
  65.  @Else // @Exists
  66.   @FlushOptions
  67.   @GetOption @Cls
  68.    @If(@L==2)
  69.  Bitte geben Sie das Betriebssystem an, das gerade aktiv ist.
  70.    @Else // @L
  71.  Please specify the operating system which is currently active.
  72.    @Endif // @L
  73. @Option 1000 = "DOS"
  74. @Option 2000 = "OS/2"
  75. @Option 3000 = "Windows 3.1x"
  76. @Option 4000 = "Windows 95"
  77.   @EndOption
  78.  
  79. @If     (1000 [= @Option) @DefineVars @Integer @OS = 1 @EndVars
  80. @ElseIf (2000 [= @Option) @DefineVars @Integer @OS = 2 @EndVars
  81. @ElseIf (3000 [= @Option) @DefineVars @Integer @OS = 3 @EndVars
  82. @ElseIf (4000 [= @Option) @DefineVars @Integer @OS = 4 @EndVars @Endif
  83.   @Goto OSDETECTED
  84.  @Endif // @Exists
  85.  
  86. DETECTOS2:
  87.  @If(@StrInFile("Operating System/2", "@TmpStr\\odd33ver.tpl") == 1)
  88.   @DefineVars @Integer @OS = 2 @EndVars
  89.  @ElseIf(@StrInFile("Windows 95", "@TmpStr\\odd33ver.tpl") == 1)
  90.   @DefineVars @Integer @OS = 4 @EndVars
  91.  @ElseIf(@StrInFile("Windows NT", "@TmpStr\\odd33ver.tpl") == 1)
  92.   @DefineVars @Integer @OS = 4 @EndVars
  93.  @ElseIf(@StrInFile("DOS", "@TmpStr\\odd33ver.tpl") == 1)
  94.   @If(@StrInFile("windir", "@TmpStr\\odd33set.tpl") == 1)
  95.    @DefineVars @Integer @OS = 3 @EndVars
  96.   @Else
  97.    @DefineVars @Integer @OS = 1 @EndVars
  98.   @Endif
  99.  @Else
  100.   @DefineVars @Integer @OS = 0 @EndVars
  101.  @Endif // @StrInFile
  102.  @Delete("@TmpStr\\odd33ver.tpl")
  103.  @Delete("@TmpStr\\odd33set.tpl")
  104. @ElseIf(@Platform == 3)
  105.  @If(@Chicago == 1)
  106.   @DefineVars @Integer @OS = 4 @EndVars
  107.  @Else // ! @Chicago
  108.   @If(@OS2Info == 1)
  109.    @DefineVars @Integer @OS = 2 @EndVars
  110.   @Else
  111.    @DefineVars @Integer @OS = 3 @EndVars
  112.   @Endif // @OS2Info
  113.  @Endif // @Chicago
  114. @Endif // @Platform
  115. @DefineVars @Integer @Pl = @Platform @EndVars
  116. OSDETECTED:
  117.  
  118. @If(@Pl==1 && @OS==3)
  119. @Display @Cls
  120. @If(@L==2)
  121.  Das Installationsprogramm kann nicht in einem DOS-Fenster
  122.  oder DOS-Vollbild unter Windows 3.1x ausgeführt werden.
  123.  
  124.  Bitte starten Sie das Installationsprogramm mit dem Befehl:
  125.  
  126.  Datei | Ausführen: @InDrive:\SETUP.EXE
  127. @Else // @L
  128.  The installation programm cannot be executed in a DOS window
  129.  or DOS full-screen under Windows 3.1x.
  130.  
  131.  Please start the installation program with the command:
  132.  
  133.  File | Run: @InDrive:\SETUP.EXE
  134. @Endif // @L
  135.  
  136. @Pause
  137. @EndDisplay
  138. @Exit
  139. @Endif // @Pl && @OS
  140.  
  141.  
  142. @DefineVars
  143. @QString @B = "SHOWTIME PLUS"
  144. @QString @Checkfile = "STMODE.EXE"
  145.  
  146. @If(@Platform==1)
  147.  @QString @UP  = "[]"
  148.  @QString @DN  = "[]"
  149.  @QString @RET = "[─┘]"
  150. @ElseIf(@Platform==3)
  151.  @If(@L==2)
  152.   @QString @UP  = "AUF"
  153.   @QString @DN  = "AB"
  154.   @QString @RET = "RETURN"
  155.  @Else // @L
  156.   @QString @UP  = "UP"
  157.   @QString @DN  = "DOWN"
  158.   @QString @RET = "ENTER"
  159.  @Endif // @L  
  160. @Endif // @Platform
  161.  
  162.  @Drive @acad12drv = C
  163.  @Dir @acad12dir = "\\ACAD"
  164.  @Drive @ustapdrv = C
  165.  @Dir @ustapdir = "\\USTATION"
  166.  @Drive @usta5drv = C
  167.  @Dir @usta5dir = "\\USTATION"
  168.  @QString @d8 = "\n\n\n\n\n\n\n\n"
  169. @If (@L==1) 
  170. @QString @t011 = " Use the keys [] and [] to select a drive. Press [─┘] to continue."
  171. @QString @t012 = " "
  172. @QString @t021 = " Use the SPACE BAR to select YES or NO."
  173. @QString @t022 = " Press [─┘] to continue and create this directory (if YES)"
  174. @QString @t023 = " or to modify the last input (if NO)."
  175. @QString @t033 = " "
  176. @QString @t041 = " On which disk drive is"
  177. @QString @t042 = "installed at present?"
  178. @QString @t051 = " In which directory is"
  179. @QString @t061 = "does not exist. Do you want to create it?"
  180. @QString @t081 = " Directory"
  181. @QString @t091 = " Which directory"
  182. @QString @t101 = "already exists."
  183. @QString @t102 = " Do you want to continue installing in this directory?"
  184. @QString @t111 = " Use the SPACE BAR to select YES or NO. Press [─┘] to continue."
  185. @QString @t133 = " Use the keys [] and [] to select. Press [─┘] to continue."
  186. @QString @t121 = " On which disk drive do you want to install the \"@B Utilities\" ?"
  187. @QString @t131 = " For which version of"
  188. @QString @t132 = "do you want to install @B drivers?"
  189. @QString @t141 = " On which disk drive do you want to install the @B driver"
  190. @QString @t142 = " and the font files for AutoCAD release 11 ?"
  191. @QString @t143 = " In which directory do you want to install the @B driver"
  192. @QString @t144 = " On which disk drive do you want to install the font files"
  193. @QString @t145 = " for AutoCAD Release 12 ?"
  194. @QString @t146 = " In which directory do you want to install the font files"
  195. @QString @t147 = " and the font files for AutoShade / 3DStudio ?"
  196. @QString @t148 = " Which font size do you want to use in AutoCAD und AutoShade ?"
  197. @QString @t171 = "        Select the applications for which you want to install drivers."
  198. @QString @t172 = "        ATTENTION: If this installation program is being executed for"
  199. @QString @t173 = "                   the FIRST TIME, also select \"@B Utilities\"."
  200. @QString @t174 = "         Use the []  and []  keys to move the cursor up and down."
  201. @QString @t175 = "         Use the SPACE BAR  to activate or deactivate installation of"
  202. @QString @t176 = "         the driver at the cursor position. Press [─┘] when finished."
  203. @QString @t201 = " Please enter the directory in which you want the \"@B Utilities\""
  204. @QString @t202 = " to be installed. The standard name of the directory is: @SubDir"
  205. @QString @t203 = " "
  206. @QString @t204 = "Do you want to continue"
  207. @QString @t205 = " installing the \"@B Utilities\" in this directory?"
  208. @QString @t251 = " On which disk drive did you install the \"@B Utilities\" ?"
  209. @QString @t252 = " In which directory did you install the \"@B Utilities\" ?"
  210. @QString @t253 = "does not contain the \"@B Utilities\"."
  211. @QString @t254 = "does not exist."
  212. @QString @t300 = " Cannot find the \"@B Utilities\" in directory"
  213. @QString @t301 = " If the \"@B Utilities\" are not installed, press [Esc]."
  214. @QString @Y = "YES"
  215. @QString @N = "NO "
  216. @QString @Drivers = "Drivers"
  217. @QString @for = "for"
  218. @QString @and = "and"
  219. @QString @Utilities = "utilities"
  220. @Endif 
  221. @If (@L==2) 
  222. @QString @t011 = " Mit den Tasten [] und [] können Sie ein Laufwerk auswählen."
  223. @QString @t012 = " Bestätigen Sie mit [─┘]."
  224. @QString @t021 = " Wählen Sie JA oder NEIN mit der LEERTASTE."
  225. @QString @t022 = " Drücken Sie [─┘] zur Fortsetzung (Verzeichnis wird erzeugt, wenn JA)"
  226. @QString @t023 = " oder zur Änderung der letzten Eingabe (wenn NEIN)."
  227. @QString @t033 = " "
  228. @QString @t041 = " Auf welchem Laufwerk ist"
  229. @QString @t042 = "derzeit installiert?"
  230. @QString @t051 = " In welchem Verzeichnis ist"
  231. @QString @t061 = "existiert nicht. Wollen Sie es erzeugen ?"
  232. @QString @t071 = " Die Installation von"
  233. @QString @t072 = "wurde erfolgreich vorbereitet."
  234. @QString @t081 = " Verzeichnis"
  235. @QString @t091 = " Welches Verzeichnis"
  236. @QString @t101 = "existiert bereits."
  237. @QString @t102 = " Wollen Sie die Installation in diesem Verzeichnis fortsetzen?"
  238. @QString @t111 = " Wählen Sie JA / NEIN mit der Leertaste. Drücken Sie anschließend [─┘]."
  239. @QString @t133 = " Benutzen Sie die Tasten [] und [] zur Auswahl. Bestätigen Sie mit [─┘]."
  240. @QString @t121 = " Auf welchem Laufwerk wollen Sie die \"@B Utilities\"\n installieren?"
  241. @QString @t131 = " Für welche Version von"
  242. @QString @t132 = "wollen Sie @B Treiber installieren?"
  243. @QString @t141 = " Auf welches Laufwerk wollen Sie den @B Treiber und die"
  244. @QString @t142 = " Schriftfontdateien für AutoCAD Release 11 installieren?"
  245. @QString @t143 = " In welches Verzeichnis wollen Sie den @B Treiber und die"
  246. @QString @t144 = " Auf welches Laufwerk wollen Sie die Schriftfontdateien"
  247. @QString @t145 = " für AutoCAD Release 12 installieren?"
  248. @QString @t146 = " In welches Verzeichnis wollen Sie die Schriftfontdateien"
  249. @QString @t147 = " Schriftfontdateien für AutoShade / 3DStudio installieren?"
  250. @QString @t148 = " Welche Schriftfontgröße wollen Sie in AutoCAD und AutoShade nutzen?"
  251. @QString @t171 = "    Wählen Sie die Anwendungen, für die Treiber installiert werden sollen."
  252. @QString @t172 = "    ACHTUNG:   Wenn dieses Installationsprogramm zum ERSTEN MAL ausgeführt"
  253. @QString @t173 = "               wird, wählen Sie zusätzlich \"@B Utilities\"."
  254. @QString @t174 = "       Mit den Tasten [] und [] können Sie den Auswahlbalken bewegen."
  255. @QString @t175 = "       Mit der LEERTASTE können Sie den invers dargestellten Treiber"
  256. @QString @t176 = "       zur Installation aktivieren/deaktivieren. Fortsetzung mit [─┘]."
  257. @QString @t201 = "      Bitte geben Sie das Verzeichnis an, in dem die"
  258. @QString @t202 = "      \"@B Utilities\" installiert werden sollen."
  259. @QString @t203 = "      Das Standardverzeichnis hierfür lautet: @SubDir"
  260. @QString @t204 = "Wollen Sie die Installation"
  261. @QString @t205 = " der \"@B Utilities\" in diesem Verzeichnis fortsetzen?"
  262. @QString @t251 = " Auf welchem Laufwerk haben Sie die \"@B Utilities\" installiert ?"
  263. @QString @t252 = " In welchem Verzeichnis haben Sie die \"@B Utilities\" installiert ?"
  264. @QString @t253 = "enthält nicht die \"@B Utilities\"."
  265. @QString @t254 = "existiert nicht."
  266. @QString @t300 = " Kann die \"@B Utilities\" nicht finden im Verzeichnis"
  267. @QString @t301 = " Wenn die \"@B Utilities\" nicht installiert sind, drücken Sie [Esc]."
  268. @QString @Y = " JA "
  269. @QString @N = "NEIN"
  270. @QString @Drivers = "Treiber"
  271. @QString @for = "für"
  272. @QString @and = "und"
  273. @QString @Utilities = "Dienstprogramme"
  274. @Endif 
  275. @EndVars
  276.  
  277.  
  278. NOCHMAL:
  279. @FlushGroups()
  280. @MaxListSize(8)
  281. @If(@Pl==1) @SetGroup(B) @Endif
  282. @If(@Pl==3) @SetGroup(W) @Endif
  283. @GetGroups @Checkbox @If(@Pl==1) @LocalWindow (12, 39) @Cls @Endif @If(@Pl==3) @DlgCtrlSize(0, 4, 0, 6, 70) @Endif @If(@L==2)
  284.  Welche Teile der @Name Software wollen Sie installieren? @Else
  285.  Which parts of the @Name software do you want to install? @Endif // @L
  286. @d8
  287.  
  288.  
  289.  
  290. @If(@L==2) Mit den Tasten @UP und @DN können Sie den Auswahlbalken bewegen.
  291.  Mit der LEERTASTE können Sie die aktuelle Zeile aktivieren oder
  292.  deaktivieren. Betätigen Sie die Taste @RET zur Fortsetzung.
  293. @Else Use the @UP and @DN keys to move the selection bar.
  294.  Use the SPACE key to activate or deactivate the current line.
  295.  Press the @RET key to continue. @Endif // @L
  296. @Set W = "MCI @Drivers @and @Utilities @for Windows 3.1x / Windows 95 "
  297. //@Set B = "@Utilities @for DOS"
  298. @Set D = "@Name Media Player @for DOS"
  299. @EndGroups
  300. @If('W' [= @Group || 'D' [= @Group) @SetGroup(B) @Endif
  301. @BarOffset(0)
  302.  
  303.  
  304. @If('W' [= @Group || 'B' [= @Group || 'D' [= @Group || 'T' [= @Group) @Else
  305. @Display @Cls
  306. @If(@L==2)
  307.  Es wurde nichts ausgewählt!
  308. @Else
  309.  Nothing was selected!
  310. @Endif
  311. @Pause
  312. @EndDisplay
  313. @Goto NOCHMAL
  314. @Endif
  315.  
  316. ENVIRON:
  317. @GetOutDrive @If(@Pl==1) @LocalWindow(24, 39) @ElseIf(@Pl==3) @DlgCtrlSize(0, 5, 20, 12, 35) @Endif
  318. @If(@L==2) Auf welchem Laufwerk wollen Sie die
  319.  @Name Software installieren?
  320. @If(@Pl==1) Mit den Tasten @UP und @DN können Sie ein Laufwerk auswählen.
  321.  Drücken Sie anschließend @RET. @Endif // @Pl
  322. @Else
  323.  On which disk drive do you want to install
  324.  the @Name software?
  325. @If(@Pl==1) Use the keys @UP and @DN to select a drive. Press @RET to continue. @Endif // @Pl
  326. @Endif // @L
  327. @EndOutDrive
  328.  
  329. @GetSubDir
  330. @If(@L==2) In welchem Verzeichnis wollen Sie die
  331.  @Name Software installieren?
  332. @Else
  333.  In which directory do you want to install
  334.  the @Name software?
  335. @Endif // @L
  336. @If(@Pl==1) @LocalWindow(16, 39) @ElseIf(@Pl==3) @DlgCtrlSize(0, 6, 0, 7, 50) @Endif
  337. @EndSubDir
  338.  
  339. @If(@Exists("@OutDrive:@SubDir"))
  340. @ClearOption(0)
  341. @ClearOption(1)
  342. @GetOption
  343. @If(@Pl==1) @LocalWindow(16, 39) @ElseIf(@Pl==3) @DlgCtrlSize(0, 6, 20, 8, 26) @Endif
  344. @If(@L==2)
  345.  Verzeichnis @OutDrive:@SubDir existiert bereits.
  346.  Wollen Sie die Installation in diesem Verzeichnis fortsetzen?
  347.  
  348. @If(@Pl==1) Wählen Sie JA oder NEIN mit den Tasten @UP und @DN.
  349.  Drücken Sie anschließend @RET. @Endif // @Pl
  350. @Else
  351.  Directory @OutDrive:@SubDir already exists.
  352.  Do you want to continue installing in this directory?
  353.  
  354. @If(@Pl==1) Use the keys @UP and @DN to select YES or NO.
  355.  Press @RET to continue. @Endif // @Pl
  356. @Endif // @L
  357. @Option 1 = "@Y"
  358. @Option 0 = "@N"
  359. @EndOption
  360. @If (0 [= @Option) @Goto ENVIRON @Endif
  361. @Endif // @Exists
  362.  
  363.  
  364. @If(@Pl==1 && 'B' [= @Group)
  365. @GetOption @LocalWindow (16, 66) @If(@L==2)
  366.   Auswahl der Monitor-Zeilenfrequenz
  367.   ----------------------------------    
  368.   Hier können Sie die SHOWTIME PLUS auf die höchste Zeilenfrequenz
  369.   einstellen, die Ihr Monitor unterstützt.
  370.   Benutzen Sie die Tasten @UP und @DN zur Auswahl. Bestätigen Sie mit @RET.
  371.  
  372.     VORSICHT!
  373.     Ihr Monitor kann durch dauerhafte Ansteuerung
  374.     mit Frequenzen, die jenseits seiner Fähigkeiten
  375.     liegen, ernsthafte Schäden erleiden.
  376.     Ermitteln Sie vor einer Änderung die höchst-
  377.     mögliche Zeilenfrequenz aus dem Benutzerhandbuch
  378.     Ihres Monitors!
  379.     Wenn Sie nicht wissen, welche Zeilenfrequenzen Ihr
  380.     Monitor unterstützt, behalten Sie den Vorgabewert
  381.     "31.5 kHz" bei und drücken Sie @RET.
  382.     Verwenden Sie das Programm STMODE, wenn Sie die Zeilenfrequenz
  383.     zu einem späteren Zeitpunkt verändern wollen. @Else // @L
  384.     Selection of Monitor Line Frequency
  385.     -----------------------------------    
  386.     Here you can set the SHOWTIME PLUS to the highest line frequency
  387.     available for your monitor.
  388.     Use the keys @UP and @DN to select. Press @RET to continue.
  389.  
  390.     CAUTION!
  391.     Serious damages can result from sending
  392.     permanently resolutions to your monitor
  393.     that are beyond its capability.
  394.     Check your monitor's reference manual for
  395.     the proper line frequency before changing!
  396.     If you do not know which line frequencies
  397.     your monitor supports, leave the scroll bar
  398.     on position "31.5 kHz" and press @RET.
  399.     If you want to change the line frequency later,
  400.     use the program STMODE. @Endif // @L
  401. @Option 100 = "31.5 kHz "
  402. @Option 101 = "  38 kHz "
  403. @Option 102 = "  49 kHz "
  404. @Option 103 = "  58 kHz "
  405. @Option 104 = "  64 kHz "
  406. @Option 105 = "  75 kHz "
  407. @Option 106 = "  80 kHz "
  408. @EndOption
  409.  
  410. @DefineVars
  411. @If (100 [= @Option) @QString @stmodearg = "-0" @Endif
  412. @If (101 [= @Option) @QString @stmodearg = "-1" @Endif
  413. @If (102 [= @Option) @QString @stmodearg = "-2" @Endif
  414. @If (103 [= @Option) @QString @stmodearg = "-3" @Endif
  415. @If (104 [= @Option) @QString @stmodearg = "-4" @Endif
  416. @If (105 [= @Option) @QString @stmodearg = "-5" @Endif
  417. @If (106 [= @Option) @QString @stmodearg = "-6" @Endif
  418. @EndVars
  419. @ElseIf(@Pl==3) // @Pl
  420. @DefineVars
  421.  @QString @stmodearg = "-0"
  422. @EndVars
  423. @Endif // @Pl && 'B'
  424.  
  425.  
  426.  
  427. @If(@Pl==3 && 'W' [= @Group)
  428. // Video for Windows installieren/aktualisieren?
  429. @If(@OS==3 || @OS==2)
  430. @If(@Exists("@WinSysDrive:@WinSysDir\\MSVIDEO.DLL"))
  431. @If(@FileDate("@WinSysDrive:@WinSysDir\\MSVIDEO.DLL") < @StrToDate("1995/3/16"))
  432. @GetOption
  433. @DlgCtrlSize(0, 10, 20, 12, 26)
  434. @If(@L==2)
  435. Eine ältere Version von MS Video for Windows
  436. ist bereits installiert. Diese Version sollte
  437. aktualisiert werden.
  438.  
  439. Wollen Sie die neueste Version von
  440. MS Video for Windows 1.1 installieren?
  441. @Else // @L
  442. An older version of MS Video for Windows
  443. is already installed. This version should
  444. be updated.
  445.  
  446. Do you want to install the latest version
  447. of MS Video for Windows 1.1?
  448. @Endif // @L
  449. @Option 1 = "@Y"
  450. @Option 0 = "@N"
  451. @EndOption
  452. @If(1 [= @Option) @SetGroup(V) @Endif
  453. @Endif // @FileDate, @StrToDate
  454. @Else // @Exists
  455.  @SetGroup(V)
  456. @Endif // @Exists
  457. @Endif // @OS
  458. @Endif // @Pl
  459.  
  460.  
  461. @DefineDisk
  462.     @Label = "Utilities & MCI Drivers, Disk 1 of 2"
  463.  
  464. @If(@L==2)
  465.  @F   README.GER @O README       @Group bw
  466.  @F  MAILBOX.GER @O MAILBOX.DOC  @Group bw
  467.  @F MSTATION.GER @O MSTATION.DOC @Group d
  468. @If(@OS!=4) @F     DPMS.GER @O DPMS.DOC    @Group s @Endif
  469. @Else
  470.  @F   README.ENG @O README       @Group bw
  471.  @F  MAILBOX.ENG @O MAILBOX.DOC  @Group bw
  472.  @F MSTATION.ENG @O MSTATION.DOC @Group d
  473. @If(@OS!=4) @F     DPMS.ENG @O DPMS.DOC    @Group s @Endif
  474. @Endif // @L
  475.  
  476.  @F  BIOS.TXT @Group b
  477. @If(@Pl==1) @F  SHOW.EXE @Group bws   @Endif
  478. @If(@Pl==3) @F WSHOW.EXE @Group bws   @Endif
  479.  
  480. @If('B' [= @Group) @F INIT1.BAT @Endif
  481.  
  482.  @F    FRAGE.COM
  483.  
  484.         @BeginLib STPLUS.LIF
  485. // Utilities:
  486.  @F    SOUND.BAT  @Group b
  487.  @F   CSLOAD.EXE  @Group b
  488.  @F   STMODE.EXE  @Group b
  489.  
  490.  @F   STINIT.EXE  @Group b
  491. @If(@L==2)
  492.  @F   STINIT.GER @O STINIT.TCO  @Group b
  493. @Else
  494.  @F   STINIT.ENG @O STINIT.TCO  @Group b
  495. @Endif // @L
  496.  
  497.  @F   STTEST.EXE  @Group b
  498. @If(@OS==4)
  499.  @F   STTEST.PIF  @Group b
  500. @Endif
  501.  
  502.  @F SHOWTIME.TXT  @Group b
  503. @If(@OS==4)
  504.  @F   STTEST.PIF  @Group b
  505. @Endif // @OS
  506.  
  507.  
  508.  @F  ZRMPEG1.PRG  @Group dw
  509.  @F  ZRMPEG2.PRG  @Group dw
  510.  @F ZRMPEG3A.PRG  @Group dw
  511.  @F ZRMPEG3E.PRG  @Group dw
  512.  @F ZRMPEG3S.PRG  @Group dw
  513.  @F ZRMPEG3V.PRG  @Group dw
  514.  
  515.  @F   REQIRQ.SIM  @Group dw
  516.  @F Z_ADDR27.SIM  @Group dw
  517.  @F  TONE384.SIM  @Group dw
  518.  
  519.  @F MSTATION.DLD  @Group d
  520.  @F MSTATION.EXE  @Group d
  521.  @F MSTATION.INI  @Group d
  522.  @F MSTATION.RES  @Group d
  523.  @F SPEALOGO.GIF  @Group d
  524.  @F SPEAPLAY.CNT  @Group d
  525.  @F SPEAPLAY.DEF  @Group d
  526.  
  527. @If(@OS==4)
  528.  @F MSTATION.PIF  @Group d
  529. @Endif // @OS
  530.  
  531.  @F  MSTAT14.FNT @O fonts\\MSTAT14.FNT   @Group d
  532.  @F  MSTAT16.FNT @O fonts\\MSTAT16.FNT   @Group d
  533.  @F BIT12X30.FNT @O fonts\\BIT12X30.FNT  @Group d
  534.  @F   BIT6X8.FNT @O fonts\\BIT6X8.FNT    @Group d
  535.  @F   BIT8X8.FNT @O fonts\\BIT8X8.FNT    @Group d
  536.        @EndLib
  537.  
  538. @If(@Pl==3)
  539.  @BeginLib AVICODEC.LIF
  540.   @F   ICCVID.DRV @O @WinSysDrive:@WinSysDir\\ICCVID.DRV   @Group v
  541.   @F   IR21_R.DLL @O @WinSysDrive:@WinSysDir\\IR21_R.DLL   @Group v
  542.   @F     IR32.DLL @O @WinSysDrive:@WinSysDir\\IR32.DLL     @Group v
  543.   @F    MSRLE.DRV @O @WinSysDrive:@WinSysDir\\MSRLE.DRV    @Group v
  544.   @F   MSVIDC.DRV @O @WinSysDrive:@WinSysDir\\MSVIDC.DRV   @Group v
  545.  @EndLib
  546. @Endif // @PL
  547.  
  548. @EndDisk
  549.  
  550. @If('B' [= @Group)
  551.  @Write ("@OutDrive:\\@SubDir\\setgdc.bat", "wt", "SET GDC=@OutDrive:@SubDir\n")
  552. @Endif
  553.  
  554. @If(@OS!=2 && 'B' [= @Group)
  555. @Write ("@OutDrive:\\@SubDir\\init.bat", "wt", "@@echo off\n")
  556. @Write ("@OutDrive:\\@SubDir\\init.bat", "at", "call @OutDrive:@SubDir\\init1 @OutDrive @SubDir @L @stmodearg\n")
  557. @Endif // @OS, 'B'
  558.  
  559.  
  560. @If(@Pl==3 && ('W' [= @Group || 'V' [= @Group))
  561.  @If("@StartupDir" != "\\")
  562.   @ChDrive @InDrive
  563.   @ChDir("..\\util2")
  564.   @Chain("Utilities & MCI Drivers, Disk 2 of 2", "..\\util2\\INSTALL.DAT")
  565.  @Else
  566.   @Chain("Utilities & MCI Drivers, Disk 2 of 2")
  567.  @Endif
  568. @Endif // @Pl, 'W' || 'V'
  569.  
  570.  
  571. NACHV7SETUP:
  572.  
  573. @Display @Cls
  574. @If(@L==2)
  575. @If(@Pl==3 && 'W' [= @Group)
  576.  Nach Beendigung von V7SETUP@Else Nun@Endif wird die Datei
  577.  README geöffnet. Sie enthält die neuesten
  578.  Informationen zur @Name.
  579.  
  580.  Um die Installation fortzusetzen, beenden Sie
  581.  README mit der Taste [Esc].
  582. @Else // @L
  583. @If(@Pl==3 && 'W' [= @Group)
  584.  After the end of V7SETUP@Else Now@Endif, the file README
  585.  will be opened. It contains the latest
  586.  information on @Name.
  587.  
  588.  To continue the installation, terminate README
  589.  with the key [Esc].
  590. @Endif // @L
  591. @Pause
  592. @EndDisplay
  593.  
  594. @ChDrive @OutDrive
  595. @ChDir ("@SubDir")
  596. @If(@Exists("@OutDrive:@SubDir\\README"))
  597.  @If(@Pl==1)
  598.   @If (@System "show readme") @Endif
  599.  @ElseIf(@Pl==3)
  600.   @WinExec("@OutDrive:@SubDir\\WSHOW README.", 1, (-1))
  601.  @Endif // @Pl
  602. @Endif // @Exists
  603. @ChDrive @InDrive
  604.  
  605. @If('B' [= @Group)
  606.  
  607. @SetAutoexec @Overwrite
  608.  @SetReplace("GDC", "@OutDrive:@SubDir")
  609.  @Verbatim "call @OutDrive:@SubDir\\init stmode"
  610. @EndAutoexec
  611. @Endif // 'B'
  612.  
  613. // Create SPEA Group and Items #2
  614. @If( @Pl==3 && (@OS==3 || @OS==4) && 'W' [= @Group )
  615. @DefineVars
  616. @QString @PM5 = "[CreateGroup(SPEA)]"
  617. @QString @PM6 = "[AddItem(@OutDrive:\\@SubDir\\MEDIASTA.EXE, MediaStation,,0)]"
  618. @If(@OS!=4)
  619.  @QString @PM7 = "[AddItem(@OutDrive:\\@SubDir\\SPENERGY.EXE, SPEAenergy,,0)]"
  620. @Else
  621.  @QString @PM7 = ""
  622. @Endif
  623. @QString @PM8 = "[ShowGroup(SPEA,1)]"
  624. @EndVars
  625. @ProgramManager("@PM5@PM6@PM7@PM8")
  626. @Endif // @Pl && @OS && 'W'
  627.  
  628.  
  629. @If(@Pl==3 && (@OS==3 || @OS==4) && 'W' [= @Group)
  630.  @GetOption @If(@PL==1) @Checkbox @LocalWindow (13, 39) @ElseIf(@Pl==3) @DlgCtrlSize(0, 6, 0, 8, 8) @Endif
  631. @If(@L==2)
  632. Zur Vervollständigung der Installation
  633. muß Ihr Computer neu gestartet werden.
  634. Wollen Sie jetzt neustarten?
  635. @Else
  636. Your computer must be rebooted
  637. to complete the installation.
  638. Do you want to reboot now?
  639. @Endif // @L
  640. @If(@Pl==1)@t021
  641. @t022
  642. @t023
  643.  @Option 0 = "" @ElseIf(@Pl==3) @Option 0 = "@Y" @Option 1 = "@N" @Endif
  644.  @EndOption
  645. @DefineVars @If(0 [= @Option) @Integer @WinExit = 1 @Else @Integer @WinExit = 0 @Endif @EndVars
  646. @Endif // @Pl && @OS && 'W'
  647.  
  648.  
  649. @If(@Pl==1)
  650. @If('W' [= @Group)
  651.  
  652. @Display
  653. @If(@L==2)
  654.  Die Installation von
  655.     @Drivers @and @Utilities @for Windows 3.1x / Windows 95
  656.  wird unter Windows durchgeführt:
  657.  
  658.  
  659.  1. Starten Sie Windows
  660.  
  661.  2. Starten Sie das Installationsprogramm für Windows mit dem Befehl:
  662.     Datei | Ausführen: @InDrive:\@If("@StartupDir" != "\\")SPEAINST@Else@!SETUP@Endif.EXE
  663.  
  664.  3. Wählen Sie "@Drivers @and @Utilities @for Windows 3.1x / Windows 95"
  665. @Else // @L
  666.  The installation of
  667.     @Drivers @and @Utilities @for Windows 3.1x / Windows 95
  668.  must be carried out under Windows:
  669.  
  670.  
  671.  1. Start Windows
  672.  
  673.  2. Start the installation programm for Windows with the command:
  674.     File | Run: @InDrive:\@If("@StartupDir" != "\\")SPEAINST@Else@!SETUP@Endif.EXE
  675.  
  676.  3. Select "@Drivers @and @Utilities @for Windows 3.1x / Windows 95"
  677. @Endif // @L
  678. @Pause
  679. @EndDisplay
  680. @Endif // 'W'
  681. @Endif // @Pl
  682.  
  683.  
  684. @Finish
  685. @If(@Pl==3 && (@OS==3 || @OS==4) && 'W' [= @Group)
  686. @If(@WinExit==1)
  687. @If("@StartupDir" == "\\")
  688. @If(@L==2)
  689. Ihr Computer wird jetzt neu gestartet.
  690. Bitte nehmen Sie die Diskette aus Laufwerk @InDrive.
  691. @Else
  692. Your computer will now be rebooted.
  693. Please remove the disk from drive @Indrive.
  694. @Endif
  695. @Pause
  696. @Endif // @StartupDir
  697. @WindowsExit(-1)
  698. @Endif // @WinExit
  699. @Endif // @Pl && @OS && 'W'
  700.  
  701. @If(@Pl==3 && @OS==2 && 'W' [= @Group)
  702. @WindowsExit(-1)
  703. @Endif // @Pl && @OS && 'W'
  704.  
  705. @If(@Pl==1)
  706. @If(@OS==2) @Else
  707. @If('B' [= @Group)
  708.  @Cls
  709.  @If(@L==2)
  710.     Nun wird Ihre @B Karte konfiguriert.
  711.  
  712.     
  713.  @Pause
  714.  @Else
  715.     Now your @B card will be configured.
  716.     
  717.  @Pause
  718.  @Endif
  719. @ChDrive @OutDrive
  720. @ChDir "@SubDir"
  721.  
  722. @Endif // 'B'
  723. @Endif // @OS
  724. @Endif // @Pl
  725.  
  726.  
  727. @If(@Pl==1) @Execute("@GetENV("COMSPEC")", "/E:1024 /CINIT.BAT") @Endif
  728. @EndFinish
  729.