The following are screen captures of BitRock InstallBuilder and generated installers. Click on any images for a larger picture.
Win32 | OS X | Qt | Gtk | Pure X-Window | Text | Unattended | Builder
Win32 Frontend
The Win32 frontend running on Windows XP:
Welcome Screen
Accept License
Select Installation Directory
Installation in progress
Installation Completed
Go to top
Mac OS X Frontend
The default Mac OS X graphical frontend:
Welcome Screen
Accept License
Select Installation Directory
Installation in progress
Installation Completed
Go to top
Qt Frontend
The default InstallBuilder for Qt on Linux graphical frontend:
Welcome Screen
Accept License
Select Installation Directory
Installation in progress
Installation Completed
Go to top
Gtk Frontend
The default Linux and FreeBSD graphical frontend, based on GTK2:
Welcome Screen
Accept License
Select Installation Directory
Installation in progress
Installation Completed
Go to top
X-Window Frontend
Below is an alternate graphical frontend. It is used in Solaris, AIX, HP-UX and Linux systems with no GTK libraries available.
Welcome Screen
Accept License
Go to top
Text Frontend
The same installer binary can be used in text mode when a graphical environment is not available
(for example on a server without X-Window) or when the user chooses it with the command line
option --mode text. Below you can find a text mode sample installation log.
$ ./demo-1.0-installer.bin --mode text
----------------------------------------------------------------------------
Welcome to the Demo Project Setup Wizard
Created with an evaluation version of BitRock InstallBuilder.
----------------------------------------------------------------------------
Please read the following License Agreement. You must accept the terms of
this agreement before continuing with the installation.
Press [Enter] to continue :
Sample license
Do you accept this license? Y/n]: y
----------------------------------------------------------------------------
Please specify the directory where Demo Project will be installed
Installation directory /opt/demo-1.0]:
----------------------------------------------------------------------------
Setup is now ready to begin installing Demo Project on your computer.
Do you want to continue? Y/n]: y
----------------------------------------------------------------------------
Please wait while Setup installs Demo Project on your computer.
Installing Demo Project
0% ______________ 50% ______________ 100%
#########################################
----------------------------------------------------------------------------
Setup has finished installing Demo Project on your computer.
View Readme file? Y/n]: y
You have successfully installed the Demo Application!
|
Go to top
Unattended Frontend
BitRock installers have an unattended or 'silent' mode that allows you to easily run them
from the command line or scripts. The following will install a demo application
on /opt/demo automatically, without user interaction:
$ ./demo-1.0-installer.bin --mode text --prefix /opt/demo |
Go to top
BitRock Installbuilder
Main Screen
User Interface Settings
Creating a Desktop Shortcut
Go to top