-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsib.html
104 lines (100 loc) · 4.01 KB
/
sib.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
layout: "programs-tplt"
group: apps
priority: 90
version: "3.4.2"
os: "Windows 2000 and later"
release-date: "2008-09-17"
title: "SIBuilder"
precis: "Creates a self-extracting program installer."
summary: "Creates a self-extracting install program for software releases."
meta-desc: "OBSOLETE program that creates rudimentary commoand line based program installers. USE INNO SETUP INSTEAD! Open source. Written in Delphi Pascal."
want-header-buttons: false
status: "obsolete"
robots: "noindex, nofollow"
redirect_from:
- /sibuilder
- /sib
- /software/sibuilder
---
<section class="panel panel-danger">
<div class="panel-heading">
<h2 class="panel-title">
Obsolete
</h2>
</div>
<div class="panel-body">
<p class="lead">
Development of <em>{{ page.title }}</em> is frozen.
</p>
<p>
I developed this program to create simple, command line based installers for my programs, but my needs have changed and the program hasn't kept up. To update it would be (a) a <em>lot</em> of work and (b) pointless because the superb <a href="https://www.jrsoftware.org/isinfo.php">Inno Setup</a> does it all so well.
</p>
<p>
<strong class="text-danger"><span class="fa fa-exclamation-triangle fa-x-pad-right"></span>I strongly discourage anyone from continuing to develop this program</strong> – it's had its day. I don't even know if it runs on modern versions of Windows. Having said that if you want to look at the code you can download a copy of the final version below.
</p>
<p class="alert alert-warning lead glyph">
There is no support available for this program. Please do not report any bugs or contact me about it.
</p>
</div>
</section>
<section class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">
Overview
</h2>
</div>
<div class="panel-body">
<p>
<em>SIBuilder</em> <span class="text-smallcaps">(<strong>S</strong>mall <strong>I</strong>nstallation program <strong>Builder</strong>)</span> is an open source software installation program creator that creates stand alone <em>command line based</em> install programs.
</p>
<p>
Install programs are created using <em>SIBuilder's</em> Wizard style interface, as below.
</p>
<p>
<img class="scale center-block" src="{{ site.data.core.software-images-base-url}}/sib.gif" alt="SIBuilder's Project Details page" title="SIBuilder's Project Details page"/>
</p>
<p>
For more information please download the program's <a class="direct-dl" href="https://github.com/ddab-archive/sibuilder/raw/main/Docs/Tutorial.pdf">tutorial PDF</a>.
</p>
</div>
</section>
<section class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">
Download
</h2>
</div>
<div class="panel-body">
<p>
The <em>SIBuilder</em> source code is archived in the <a href="https://github.com/ddab-archive/sibuilder"><strong>ddab-archive/sibuilder</strong></a> repository on GitHub. The read-me file of that project explains how to get the final source code and binary release.
</p>
<p>
See <a href="https://raw.githubusercontent.com/ddab-archive/sibuilder/main/Docs/Build.txt"><code>Build.txt</code></a> in the GitHib repo for details of how to compile the program and its dependencies.
</p>
</div>
</section>
<section class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">
License
</h2>
</div>
<div class="panel-body">
<p>
<em>SIBuilder</em> is open sourced: <a href="https://raw.githubusercontent.com/ddab-archive/sibuilder/main/Docs/SIBuilder.lic">see license</a>. Much of the original source code is available under the <a href="https://www.mozilla.org/MPL/1.1/">Mozilla Public License v1.1</a>.
</p>
</div>
</section>
<section class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">
Change Log
</h2>
</div>
<div class="panel-body">
<p>
The program's change log can found <a href="https://raw.githubusercontent.com/ddab-archive/sibuilder/main/CHANGELOG.txt">here</a>.
</p>
</div>
</section>