home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1995 November
/
PCWK1195.iso
/
ibm
/
winlang
/
gew.inf
< prev
next >
Wrap
Text File
|
1995-09-14
|
1KB
|
30 lines
;;*************** German OS/2 DEMO WINDOWS INSTALL *********************
;; Using Code Page 850 Σ = ans132 ⁿ = ans129
;;
SetTopLineTo IBM OS/2 Warp (Beenden mit Taste ESC)
If FreeSpaceOnDrive ShadowDirectory < 30000
PopUp There is insufficient space on the TEMP drive for installation.
SoLong
EndIf
SetBackgroundColor 0 0 255 0 0 64 TopToBottom
SetDefaultBitmap OFF
ShowWindow Maximized
Dialog
Das Programm installiert die IBM OS/2 Warp PrΣsentation auf der
Festplatte und erstellt eine Prorammgruppe / -symbol zum
Starten der PrΣsentation.
endDialog
DetermineInstallationDrive QueSize RequireFixed
DetermineInstallationDirectory InstallationDrive:\IBMDEMO QueSize RequireFixed
QueFileGroup 2
GetQuedFiles
BuildProgramGroup "IBM OS/2 Warp DEMO" ASDIGE.GRP
[InstallationDirectory]\DEMO.EXE "IBM OS/2 Warp Demo" [InstallationDirectory]\DEMO95.ICO
EndBuildProgramGroup
Dialog
Die PrΣsentation wurde installiert. Starten Sie die PrΣsentation durch
Doppelklicken auf das Programmsymbol.
EndDialog
SoLong
EndScript