Skip to content
EG Sigma Developer

EG Sigma Developer

  • GuidesExpand
    • Build your first app
    • Sample Code
    • Distribution
    • General
  • Support
  • Courses
  • EGDK
EG Sigma Developer
EG Sigma Developer

Build your first app

4
  • Build your first app – Overview
  • Preparing
  • Writing your code
  • Bundle

Distribution

6
  • Distribution – Overview
  • Distribution procedure
  • Package API
  • App Concepts
  • Sigma Bundle Files
  • Packages

General

3
  • API Reference
  • Getting Help
  • Custom Validation Rules

Sample Code

6
  • Sample Code – Overview
  • Export to CSV and Excel
  • Ini files
  • Basic webservices
  • Basic UI settings window
  • Auth2 tokens
View Categories
  • Home
  • Docs
  • Distribution
  • Sigma Bundle Files

Sigma Bundle Files

< 1 min read

Sigma bundle files #

If the App includes any AppScript files, these must be compiled into a “Sigma bundle” file. This file is encrypted with your private API key and used for license control. When Sigma loads a licensed Sigma bundle file, it will contact the Sigma license server and validate the license. The user will provide a license code, which they obtained from the Sigma Shop together with the Sigma App download.

Make sure, that if you include multiple Appscript (.pas) files, then name the main file starting with two exclamation marks – e.g. “!!main.pas”.

To create a bundle file, click Tools -> Create add-in bundle:

Use the wizard to add information and files and generate the .sigmabundle file. Remember to also save the Add-in as a project file for creating updates to the .sigmabundle file.

You can read a step-by-step guide on how to bundle your Sigma App here.

Updated on May 24, 2019

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
App ConceptsPackages
Table of Contents
  • Sigma bundle files

© 2026 EG Sigma Developer

  • Guides
    • Build your first app
    • Sample Code
    • Distribution
    • General
  • Support
  • Courses
  • EGDK