Using Tarma Workshop

Tarma Workshop helps you to create installation ("Setup") programs for your own software product. It consists of two major components:

How to get started

To create an installer, you must go through the following steps:

  1. Start the Tarma Workshop development environment.
  2. Create a new project.
  3. Add the files, folders, shortcuts, etc. that must be installed.
  4. Build the installer. This is as simple as pressing the F7 key or choosing the Project > Build Default command from the main menu.
  5. Deal with any diagnostic messages that Tarma Installer may generate as it checks and builds your installer.
  6. Distribute your installer.

At a later date, you can re-open the project, make changes, and rebuild. Or you can simply rebuild the project as-is, for example if some of the files were updated, but nothing else changed.

Tip: You also use Tarma Workshop in batch mode to check or build your installers. See Command line syntax for details.

What's in a project?

A Tarma Installer project contains information about your installer:

The project information is stored in a text file in XML format. It does NOT contain the actual installation files themselves; these reside elsewhere on your computer. Tarma Installer will copy them (in compressed form) to the installation package when it builds your installer, but leaves them up to you otherwise.

Tin2 Note Upgrading from Tarma QuickInstall

For more information about the differences between Tarma Installer 2 (QuickInstall) and Tarma Installer 5 and for upgrading your Tarma Installer 2.x projects, see Upgrading from Tarma QuickInstall.

See also