home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1995 November
/
PCWK1195.iso
/
ibm
/
winlang
/
daw.inf
next >
Wrap
Text File
|
1995-09-14
|
1KB
|
30 lines
;;*************** DANISH OS/2 DEMO WINDOWS INSTALL *********************
;; Using Code Page 865 σ = ans134 µ = ans145
;;
SetTopLineTo IBM OS/2 Warp (Tryk pσ Esc for at afslutte)
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
Velkommen til installationsprogrammet til Interaktiv guide til OS/2 Warp.
Med dette program installeres demoen pσ den faste disk, og der oprettes
en programgruppe og en ikon, som du kan bruge til at starte demoen med.
endDialog
DetermineInstallationDrive QueSize RequireFixed
DetermineInstallationDirectory InstallationDrive:\IBMDEMO QueSize RequireFixed
QueFileGroup 1
GetQuedFiles
BuildProgramGroup "Interaktiv guide til OS/2 Warp" ASDIDA.GRP
[InstallationDirectory]\DEMO.EXE "Interaktiv guide til OS/2 Warp" [InstallationDirectory]\DEMO95.ICO
EndBuildProgramGroup
Dialog
Installationen er fµrdig.
Dobbeltklik pσ ikonen Interaktiv guide til OS/2 Warp for at starte demoen.
EndDialog
SoLong
EndScript