Silverpoint MultiInstaller is a multi component package installer for Embarcadero Delphi and C++Builder. It was created to ease the components installation on the IDE.
Silverpoint MultiInstaller can help you install multiple component packs in a few clicks. Just download the zips and select the destination folder, all the components will be uninstalled from the IDE if they were previously installed, unziped, patched, compiled and installed. It can also install multiple packages directly from GIT repositories.
For more info go to: https://www.silverpointdevelopment.com
By default the installer uses the setup.ini file from the same folder as the installer executable.
This fork features some useful additions:
- The setup .ini file can be dragged and dropped onto the installer form.
- The setup .ini file can be passed via the
-I:Setup.inicommand line switch. - Autostarting the installer can be turned off via the
-A:off|false|0command line switch.
Default: on. - The default installation folder
DefaultInstallFoldercan be relative to the setup .ini file.
The contents of this package are licensed under a disjunctive tri-license giving you the choice of one of the three following sets of free software/open source licensing terms:
- Mozilla Public License, version 1.1
http://www.mozilla.org/MPL/MPL-1.1.html - GNU General Public License, version 2.0
http://www.gnu.org/licenses/gpl-2.0.html - GNU Lesser General Public License, version 2.1
http://www.gnu.org/licenses/lgpl-2.1.html
Software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
The initial developer of this package is Robert Lee.
Requirements:
- RAD Studio XE2 or newer
To install a component pack with MultiInstaller you have to follow these steps:
- Read the licenses of the component packs you want to install.
- Get the zip files of component packs.
- Get the Silverpoint MultiInstaller.
- Get the Setup.ini file for that component pack installation or create one.
For example, if you want to install TB2K + SpTBXLib:
- Create a new folder for the installation.
- Download all the component zips to the created folder: SpTBXLib + TB2K + TB2K Patch
- Download the MultiInstaller
- Download the Setup.Ini file, unzip it in the folder.
The installation folder will end up with this files:
C:\MyInstall
|- SpTBXLib.zip
|- tb2k-2.2.2.zip
|- TB2Kpatch-1.1.zip
|- MultiInstaller.exe
|- Setup.ini
You are ready to install the component packages, just run the MultiInstaller, select the destination folder, and all the components will be unziped, patched, compiled and installed on the Delphi IDE.