The CUBRID OLE DB installer is open-source code, BSD licensed and built using NSIS.
NSIS (Nullsoft Scriptable Install System) is a professional open source system for creating Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.
We choosed NSIS because it is widely used in open source projects, it is script-based and allows us to create the logic to handle even the most complex installation tasks.
The source code for CUBRID OLEDB Installer is located in the CUBRID SVN repository:
http://svn.cubrid.org/cubridapis/oledb/branches/RB-xxx/installer/installer.nsi
If you want to compile the installer yourself, (and maybe change it,) we recommend the followings:
Notes:
By default, the installer script code is for creating the x32 installer. If you want to create the x64 installer,
please update the installer script first by commenting/uncommenting the appropiate lines of code (just search for "64" in the script).