LizaJet Installer for Delphi Developers 1.2.0.2


New version of LizaJet Installer has been published.

Download URL:
http://www.lizajet.com/DL/LIDD1211S.exe

Developer's Home Page:
http://www.lizajet.com

What's corrected:
- bugs in the packages inheritance mechanism;
- bugs in update packages build process;
- some other bugs.

Info:
LizaJet Installer for Delphi Developers is the very first installer created with Delphi developers in mind. Installations created with the program work under all versions of Windows.

The LizaJet Installer for Delphi Developers lets you create installations without doing any programming at all if you desire. Advanced users can rely upon the Object Pascal Script as well as on the Dialog Editor, the Script Editor, and the built-in debugger. The fully object oriented Object Pascal Scripting Engine supports script based classes as well as inheritance. This gives installations the functionality that only a general-purpose language can provide. Gone are the limitations that are imposed by using special scripting languages.

With the LizaJet Installer for Delphi Developers you can define your own dialogs using built-in templates and edit them with the Dialog Editor. As with Delphi, you can define properties, event handlers, and drop visual components. The “Action Designer” lets you control the installation sequence exactly the way you want. Not only do your installations work with all versions of Windows, but they can also handle the network and proxy settings of Internet Explorer, Netscape Navigator and Opera. The integrated translation tool can translate dialogs and constants in your Pascal script to different languages.

Define environment variables, Registry settings, and even include ActiveX objects. The fully operational and licensed Free Edition has everything you need to create installations, including Package Wizard, Code Editor, Dialog Editor, Action Designer, Debugger, and comprehensive Installation Library. You can use this astonishing installer for many years to come or upgrade to one of the more powerful editions.

System requirements
LizaJet Installer for Delphi Developers will run under Windows 95, 98, ME, and Windows XP. It also supports Windows NT 4.0, and Windows 2000. It requires 128MB of RAM and 10 Mb of free hard disk space.

Availability
LizaJet Installer for Delphi Developers is available in four (4) different configurations including the Free Edition, which costs nothing and the Standard Edition, which costs $499.00 USD. There’s also a Professional and a Complete 8 Edition with prices available on the company Web site. The program may be downloaded from the LizaJet Web site at http://www.lizajet.com

Related Discussions
  • HOW TO KILL ANYOTHER PROGRAMS WITH DELPHI? (2001-01-02 17:04:42)
    Find the handle of the window using FindWindow or EnumWindows and use PostMessage(ProgramHandle, WM_CLOSE, 0, 0); I have not tried it, but it...
  • HOW TO GREP CHARACTERS IN DELPHI 3 (2001-01-03 01:29:32)
    Var Grep : String; Begin Grep := Copy('2000-46',6,2); End; The first parameter is a string or a dynamic array, the second is the index of...
  • HOW CAN I DEBUG DLL (2001-01-03 00:48:24)
    Do you mean how to find internal errors while writing a DLL file or how to get the exact error while calling a DLL Function ? /Filip
  • USING DLLS (2001-01-03 23:47:50)
    Hi again Goober ... :o) Let's take NETAPI32.DLL as an example. This DLL is created by Microsoft and the explanation of its use is described in...
  • DOT ON SCREEN (2001-01-03 03:42:55)
    Delphi does not support a Pixel function with a HDC, you have to use the Windows-API-function COLORREF SetPixel( HDC hdc, // handle...
  • HOW TO RUN DATABASE APPLICATION ON THE INTERNET (2001-01-03 03:04:54)
    This is possible using COM objects and ActiveX Server ... Don't ask how ... I'm not into COM object programming ... :o) Regards /Filip
  • HELP WITH CHDIR !!!! TURBO PASCAL VS DELPHI (2001-01-03 06:48:49)
    This is because the ChDir Procedure, the SetCurrentDir and SetCurrentDirectory Functions are changing the directory in the active process. Try...
  • FRIENDS IN DELPHI ?? (OR OTHER ACCESS WORKAROUNDS) (2001-01-04 09:08:37)
    One of the quirks of Delphi is that classes in the same unit can access protected and private methods and variables. Borland does this a lot in...
  • SENDING ICQ MSGS FROM DELPHI (2001-01-03 14:54:03)
    I tried the ICQ Api, but never used it. I've added a simple ICQPager component to delphipages (Winsock/TCPIP).. it might help... Q
  • RUNNING A DATABASE APPLICATION ON ANOTHER COMPUTER (2001-01-07 05:36:33)
    In the BDE on the other PC (the one without the database), you must add an alias to point to the location of the database in the format of:...
Latest News
Submit News Form Past News
Latest Forum Entries