Salesforce

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

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

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

When you are working in the Magic xpi Studio, you are accessing a Magic xpi project, or .mgxpiproj file. This .mgxpiproj file refers to a collection of source files, which are typically kept in the <My Documents>\Magic\projects\<project name>\<current project>\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 .mgxpiproj and .ibp files are summarized below.

.mgxpiproj

.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 Build menu and select either Build Solution or Rebuild Solution.

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

Reference
Attachment 
Attachment