Salesforce

How Do I Create an Executable File to Use for Deployment? (Magic xpi 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

How Do I Create an Executable File to Use for Deployment? (Magic xpi 3.x)

When you are working in the Magic xpi Studio, you are accessing a Magic xpi project, or .ibs file. This .ibs file refers to a collection of source files, which are typically kept in the <Magic xpi>\projects\<Project name>\Source directory in XML format.

However, once your project is complete, you will want to package it up for installation. The packaged file is known as the Magic xpi executable file, or .ibp, and is created during the Build and Rebuild All processes. The main differences between the .ibs and .ibp files are summarized below.

.ibs

.ibp

Magic xpi project.

Magic xpi executable file.

Opens the Magic xpi Studio.

Runs the integration project.

Requires that the XML source files exist.

Contains the packaged version of the XML source.

When you deploy your project, you want to deploy only the .ibp file, and some other supporting files (fonts, colors, components, etc.).

Also, during deployment, you will be installing and running only the runtime version of Magic xpi.

It is very simple to create the executable .ibp file.

To create an executable file:

  1. Open the project.

  2. Go to the File menu and select Build Executable File. Here, choose either Build or Re-Build All.

After the dialog boxes disappear, your .ibp file will appear in the <Magic xpi>\projects\<Project name> directory, and will be ready for use.

Reference
Attachment 
Attachment