The downloaded file DbUML2_int*.zip is an installer which will guide you through the installation process.
Before installation, check the extension of the downloaded file. If it is ".zip", unpack it first.
Additional files are optional - usually they were missed in previous releases.
Post-installation note:
To produce text generation templates, the following components are required - Teal2 compiler (included in the DbUML package) and C++ compiler. Generally speaking, any C++ compiler can be used to compile templates - all required source files are located in the CPP direcory. Moreover, Teal2 can be configured to automatically call a C++ compiler installed in your system. Configuration is stored in the TEAL2.INI file. The out-of-box INI file contains configuration examples for three popular compilers - Borland (teal2 compiler switch -c=bcc) , Microsoft Visual C (-c=msvc) and GNU (-c=gnu). The Visual C compiler is called indirectly via VC.BAT command file (also included in the package). Please check the TEAL2.INI and VC.BAT files after installation to make sure they reference correct locations of C++ compiler(s).
Borland compiler is available for free at http://www.embarcadero.com/downloads - look for "C++ Compiler 5.5" under "C++Builder". After installation create two configuration files in the BIN directory :
bcc32.cfg, containing lines
-I"C:\Borland\BCC55\Include"
-L"C:\Borland\BCC55\Lib"
and
ilink32.cfg, containing line
-L"C:\Borland\BCC55\Lib"
Also, for convenience, you can add Borland's BIN folder in a search path.
Microsoft Visual C compiler is available at http://www.microsoft.com/express/Downloads/. The Express version comes for free.
Compilation of a template using Visual C compiler requires the Microsoft SDK installed in your system.
GNU compiler is available in several packages. Some of them are for Windows platform, the most popular are MinGW - http://www.mingw.org/ and Cygwin - http://www.cygwin.com/.
History:
5/21/2010 - DbUML2_inst2112_4.zip - instead of generator*.lib files deploys *.cpp and *.h files. It makes it possible to compile templates using _any_ C++ compiler. Also, configuration for Visual C compiler had been corrected.
5/17/2010 - DbUML2_inst2112_3.zip -includes repository.sql file and updated documentation
5/14/2010 - DbUML2_inst2112_2.zip - includes missing qtintf70.dll file