home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1995 November
/
PCWK1195.iso
/
ibm
/
winlang
/
now.inf
< prev
next >
Wrap
Text File
|
1995-09-14
|
1KB
|
31 lines
;;*************** NORWEGIAN OS/2 DEMO WINDOWS INSTALL *********************
;; Using code page 865. σ = ans134
;;
SetTopLineTo IBM OS/2 Warp (Trykk pσ ESC hvis vil avbryte)
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
Dette er installeringsprogrammet til Interaktiv veiledning til OS/2 Warp.
Programmet installerer Interaktiv veiledning til OS/2 Warp σ platelageret
og lager en programgruppe og et ikon som du kan bruke til σ starte demoen.
endDialog
DetermineInstallationDrive QueSize RequireFixed
DetermineInstallationDirectory InstallationDrive:\IBMDEMO QueSize RequireFixed
QueFileGroup 8
GetQuedFiles
BuildProgramGroup "Interaktiv veiledning til OS/2 Warp" ASDINO.GRP
[InstallationDirectory]\DEMO.EXE "Interaktiv veiledning til OS/2 Warp" [InstallationDirectory]\DEMO95.ICO
EndBuildProgramGroup
Dialog
Installeringen av Interaktiv veiledning til OS/2 Warp er ferdig.
Dobbeltklikk pσ Interaktiv veiledning til OS/2 Warp-ikonet nσr du vil starte demoen.
EndDialog
SoLong
EndScript