Installation without an AS/400 CD-Rom drive

You can install the WindowsEnabler/400 software without access to an AS/400 CD-Rom drive. To do so, you will have to copy save files from the CD-Rom to the AS/400. One way to achieve this is by using FTP to connect from your PC to your AS/400 and issue the following commands (once connected):

QUOTE SITE NAMEFMT 1

BIN

PUT d:\AS400\WE400\INSTALLU /QSYS.LIB/<your_library>.LIB/INSTALLU.SAVF

PUT d:\AS400\WE400\WINPGM3S /QSYS.LIB/<your_library>.LIB/WINPGM3S.SAVF

Where D: is the drive letter of your CD-Rom drive and <your_library> the name of the library where you want to restore the save files to. Do not specify QTEMP for <your_library>, because this library is only available to the current (FTP) job.

On the AS/400 restore all objects from the save file <your_library>/INSTALLU to the library <your_library> with the command:

RSTOBJ OBJ(*ALL)
SAVLIB(QTEMP)
DEV(*SAVF)
SAVF(<your_library>/INSTALLU)
RSTLIB(<your_library>)

Start the installation of the software:

CALL PGM(<your_library>/INSTALLU) PARM(<your_library>)