28 Introduction 30 Examples
Model Builder User's Guide  /  V Creating Own Packages  / 

29 Create Customer Packages

Customer Packages are created with the bin/project-packager[.bat] as documented in the usage text available by running with the --help flag. The basic operation is to cd to the [project] directory and run the command. The packager will prompt for a package description, name, number, and files to include. By default all targets and modules in the [project] will be included. On subsequent runs the choices previously made will become the defaults allowing successive editing of package contents if simply including all is not quite specific enough. Interactivity can be disabled by using the --batch argument which simply chooses all the defaults. The resulting .tar.gz or .zip will be located in [project]/packageinfo/[package name].[tar.gz|zip]. On Linux, the encrypted package can be created by using the --encrypt argument. The encrypted package file .aes will be located in [project]/packageinfo too.

28 Introduction 30 Examples