Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.480.449 Times

Builder Setup freeware
Filter: All | Freeware | Demo
 

Builder Setup

1 2 3 4 5 > 
Released: November 16, 2012  |  Added: November 16, 2012 | Visits: 881

Little Install Builder Little Install Builder is a simple SDI application with a tabbed interface where you can enter all the information needed by the setup program. For example: assign shortcuts and other setup specific variables, add files. You can also use the wizard that will guide you through the necessary steps... Platforms: Windows

License: Freeware Download (55): Little Install Builder Download

Released: September 14, 2012  |  Added: September 14, 2012 | Visits: 439

BitRock InstallBuilder Enterprise BitRock InstallBuilder is an interesting application created to help you simplify software packaging and deployment. From a single build environment, these development tools allow you to quickly create easy to use, multiplatform installers with a native look and feel on Linux, Windows, Mac OS... Platforms: Windows

License: Freeware Download (52): BitRock InstallBuilder Enterprise Download

Released: October 14, 2012  |  Added: October 14, 2012 | Visits: 431

Kirin With Kirin you'll be able to easily make customized MSI installers for your applications. Kirin is designed to be as simple and flexible as possible and is therefore very suitable to handle install requirements for most software. for Windows2K, XP, 2003, Vista, 7 Platforms: Windows, XP, 2003, Windows Vista, 7

License: Freeware Download (52): Kirin Download

Released: August 02, 2012  |  Added: August 02, 2012 | Visits: 787

Ghost Installer This version of Ghost Installer is a fully functional installer, which is able to manage files, registry entries, shortcuts, components and packages. The application includes a Standard User Interface, which means that you can use standard dialog templates but cannot edit them. Ghost Installer... Platforms: Windows, Windows Vista, 7, 7x64

License: Freeware Download (50): Ghost Installer Download

Released: April 06, 2014  |  Added: July 15, 2014 | Visits: 2.109

SSE Setup SSE Setup is a FREE, easy to use, install creator ( setup builder ) to make installers for your software. Full-featured, trusted, mature, professional. * Installs can run on most all Windows OS's such as Windows 7 & 8.1 (you can disable support for any OS's you don't want) * Installs both... Platforms: Windows, Windows 8, Windows 7, Windows Server, Other

License: Freeware Size: 5.66 MB Download (198): SSE Setup Download

Released: November 14, 2007  |  Added: November 19, 2007 | Visits: 10.930

Calendar Builder Calendar Builder will allow you to build the calendars you want to your specific custom needs! customize your calendar with your own photographs, layout, use calendar packs (prebuilt sets of calendars), plus much more! Platforms: Windows

License: Freeware Size: 2.39 MB Download (2953): Calendar Builder Download

Added: April 26, 2006 | Visits: 3.159

Java]|[Builder Janex]|[Builder gives Java programmers the possibility to give their users their applications with EXE files. To achieve this, the Janex]|[Builder user has only to enter the proper command line into Janex]|[Builder, which starts the Java application. The command line will then be implanted into... Platforms: Windows, Windows CE

License: Freeware Size: 195 KB Download (245): Java]|[Builder Download

Released: June 20, 2007  |  Added: February 17, 2008 | Visits: 19.531

Website Builder The Website Builder script provides you with all the features you will need to set up your own website, using your own domain name. The script can be added to an already running website, or it can also run on its own. Our script is perfect for presentational websites! It enables... Platforms: Windows, *nix, Windows CE

License: Freeware Size: 2.97 MB Download (6954): Website Builder Download

Added: August 25, 2008 | Visits: 4.434

My Inno Setup Extensions My Inno Setup Extensions is an enhanced and free, but unofficial, version of Inno Setup. Inno Setup is a most excellent and free installation builder for 16- and 32-bits programs by Jordan Russell. See http://www.jrsoftware.org for more information about Inno Setup. My Inno Setup Extensions is... Platforms: Windows

License: Freeware Size: 1.1 MB Download (524): My Inno Setup Extensions Download

Released: July 17, 2009  |  Added: July 24, 2009 | Visits: 1.483

Setup Sources Rizone Setup Sources allows you to edit your Windows Setup Sources. This is usefull for example when running System File Checker and it can't find your current installation paths. Platforms: Windows

License: Freeware Size: 338.15 KB Download (151): Setup Sources Download

Added: January 18, 2010 | Visits: 1.500

The Diabolically Uncrashable Mud Builder The Diabolically Uncrashable Mud Builder project is a is a lisp interpreter specialized for MUD building. The goal of the Diabolically Uncrashable Mud Builder project is to provide MUD developers a language specifically designed for the purpose. The Diabolically Uncrashable Mud Builder, as the... Platforms: *nix

License: Freeware Download (93): The Diabolically Uncrashable Mud Builder Download

Added: January 18, 2010 | Visits: 1.350

Class::Adapter::Builder Class::Adapter::Builder is a Perl module that can generate Class::Adapter classes. SYNOPSIS package My::Adapter; use strict; use Class::Adapter::Builder ISA => Specific::API, METHODS => [ qw{foo bar baz} ], method => different_method; 1; Class::Adapter::Builder is another mechanism... Platforms: *nix

License: Freeware Size: 24.58 KB Download (206): Class::Adapter::Builder Download

Added: February 16, 2010 | Visits: 1.460

Custom Eclipse Builder Custom Eclipse Builder is a lightweight Ant-based project to build a company and personal customized Eclipse distribution including company and personal relevant plugins, preferences and settings. The modern software development process becomes more and more distributed characted. Now, a usual... Platforms: *nix

License: Freeware Size: 1.2 MB Download (95): Custom Eclipse Builder Download

Added: February 19, 2010 | Visits: 965

setup-gettext setup-gettext script is intended to be used instead of either gettextize or autopoint. setup-gettext script handles most of the magic of cross-version compatibility. In mid-August 2002, I got to know the various versions of gettext better than I wanted to. Gaim and GNUpdate were compatible with... Platforms: *nix

License: Freeware Size: 5.12 KB Download (99): setup-gettext Download

Added: March 04, 2010 | Visits: 1.587

PSA::Test::Builder PSA::Test::Builder is a backend for building test libraries. SYNOPSIS package My::Test::Module; use PSA::Test::Builder; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(ok); my $Test = Test::Builder->new; $Test->output(my_logfile); sub import { my($self) = shift; my $pack =... Platforms: *nix

License: Freeware Size: 112.64 KB Download (156): PSA::Test::Builder Download

Added: June 08, 2010 | Visits: 1.287

DateTime::Format::Builder DateTime::Format::Builder is a Perl module to create datetime parser classes and objects. SYNOPSIS package DateTime::Format::Brief; our $VERSION = 0.07; use DateTime::Format::Builder ( parsers => { parse_datetime => [ { regex => qr/^(d{4})(dd)(dd)(dd)(dd)(dd)$/, params => [qw( year... Platforms: *nix

License: Freeware Size: 48.13 KB Download (100): DateTime::Format::Builder Download

Added: February 25, 2010 | Visits: 1.353

CGI::Builder::Magic CGI::Builder::Magic Perl module contains CGI::Builder and Template::Magic integration. SYNOPSIS # just include it in your build use CGI::Builder qw| CGI::Builder::Magic |;. Platforms: *nix

License: Freeware Size: 15.36 KB Download (106): CGI::Builder::Magic Download

Added: August 18, 2010 | Visits: 1.255

Bundle::CGI::Builder::Complete Bundle::CGI::Builder::Complete is a bundle to install the complete CGI::Builder framework. SYNOPSIS perl -MCPAN -e install Bundle::CGI::Builder::Complete CONTENTS HTML::Tagset - used by HTML::Parser HTML::Parser - used by HTML::FillInForm and HTML::TableTiler HTML::TableTiler - used by... Platforms: *nix

License: Freeware Size: 39.94 KB Download (93): Bundle::CGI::Builder::Complete Download

Added: January 25, 2010 | Visits: 1.190

CGI::Builder::Auth::GroupAdmin CGI::Builder::Auth::GroupAdmin is a Perl module for the management of HTTP server group databases. SYNOPSIS use CGI::Builder::Auth::GroupAdmin (); Pay no attention to that man behind the curtain! Move along, nothing to see here! This module was originally part of the HTTPD-User-Manage... Platforms: *nix

License: Freeware Size: 51.2 KB Download (91): CGI::Builder::Auth::GroupAdmin Download

Added: April 22, 2010 | Visits: 1.264

CGI::Builder::Auth::UserAdmin CGI::Builder::Auth::UserAdmin is a Perl module for the management of HTTP server user databases. SYNOPSIS use CGI::Builder::Auth::UserAdmin (); Pay no attention to that man behind the curtain! Move along, nothing to see here! This module was originally part of the HTTPD-User-Manage... Platforms: *nix

License: Freeware Size: 51.2 KB Download (95): CGI::Builder::Auth::UserAdmin Download

1 2 3 4 5 >