Because of your familiarity with Object Pascal, you will quickly have a complete grip on LizaJet Installer; you can read and easily understand the installation scripts, which results in installations of a higher quality.
Object Pascal is well thought-out language, with a long and rich past, which has proved itself in a large range of is situations. If an installation task is not possible with Object Pascal, it is simply not possible at all.
A full description of the parts of the language we implemented can be found at <link>, you will notice that we succeeded in creating a nearly full implementation of the Object Pascal language. The implementation includes classes, inheritance, data types and language constructs, all commonly used functions and a user interface library similar to Delphi VCL.
After you create Object Pascal scripts, they are transferred to the target machine, using the download facilities of the LizaJet Engine. On the target machine the Script Engine, part of the LizaJet Engine, parses the script and translates it to calls to the object oriented Installation library.
