File commands

The File menu contains commands that perform operations on the project file or related disk files. Some of the commands also appear locally on context menus. The Project Manager page contains a subset of the commands to create new and open existing projects.

Command Description
New Project Open the New Project wizard that allows you to specify the options for the new project, then creates the new project. Any currently open project will be saved and closed before the new project is created.
Open Project... Displays the standard Open dialog and allows you to browse for a Tarma ExpertInstall project to be opened in the ExpertInstall. Tarma ExpertInstall can open its own projects (with a .tip extension), Tarma Installer 2.x project (with a .tin extension), Windows Installer databases (with a .msi extension), and Visual Basic 5 and 6 projects (with a .vbp extension). Any currently open project will be saved and closed before the new project is opened.
Open Project As Copy... Similar to Open Project..., but the project is opened as a copy. It is not associated with a disk file until you perform a Save Project or Save Project As... command.

Open Recent Project

Displays a submenu that lists the most recently opened projects; selecting one will open that project. The number of recently opened projects is set in the Preferences - General dialog box; the list can also be cleared there. Any currently open project will be saved and closed before the new project is opened.
Close Project Closes the currently open project, offering to save any changes first. After the project is closed, the Project Manager page appears.
Save Project Saves the current project to its disk file if it has changed since the last time it was saved. If the project is not currently associated with a disk file, this command behaves as Save Project As...
Save Project As... Displays the standard Save As dialog that allows you to specify a file name and folder in which to save the current project.
Revert Project Discards all changes to the current project and reloads the project from its disk file.
Import > Merge Module... Displays the standard Open dialog and allows you to browse for a Windows Installer merge module (.msm file). This merge module is then imported into the project.
Import > Project Items...

Displays the standard Open dialog and allows you to browse for a Tarma ExpertInstall file that contains previously saved project items (in XML format). These items are then imported into the project.

Tip: To create a file with project items, use the Edit > Copy command to copy one or more project items to the Windows clipboard, then paste them as text in an external plain text editor and save the result as a Unicode file with a .xml extension.

Import > Registry File... Displays the standard Open dialog and allows you to browse for a Registry export file (.reg file). This registry file is then imported into the Registry tree of the project. Both REGEDIT4 (ANSI) and RegEdit 5.00 (Unicode) files are supported.
Import > Rich Text... Displays the standard Open dialog and allows you to browse for a Rich Text (.rtf) or plain text (.txt) file. This file is then added to the Rich Texts resources of the project.
Import > Translations... Displays the standard Open dialog and allows you to browse for a language text (.txt) file. The translations from this file are then added to the project; if necessary, a corresponding project language is created on the Languages page.
Import > Visual Basic Project... Displays the standard Open dialog and allows you to browse for a Visual Basic project (.vbp) file. The executable files and its dependencies as listed in the .vbp file are then imported and added to the project.
Properties Displays the Project Properties dialog with information about the project's disk file.
Exit Closes Tarma ExpertInstall after saving the currently open project, if any.