How to Create ECS Package with View Files

To create a package containing Serna View files, take the steps:

  1. Save the view.

  2. Create the package directory with the settings subdirectories:
    • For template-specific settings, create the package\plugins\templatename directory.

    • For no-template settings, create the package\ui directory.

  3. Go to the c:\Documents and Settings\YOUR_LOGIN\.serna-3.2 directory (for Windows) or to $HOME/.serna-3.2 (for Linux/Mac OS X).

  4. Copy settings files to corresponding settings directories:
    • Copy templatefilename.ahpp, templatefilename.scc, templatefilename.sui, templatefilename.tpp and templatefilename.xsltp files to the package\plugins\templatename directory.

    • Copy no_template_view.ahpp, no_template_view.scc, no_template_view.sui, no_template_view.tpp, no_template_view.xsltp and no_document_view.sui files to the package\ui directory.

See also Serna View Files Sharing through ECS Package.

To learn how to apply the created ECS Package, see Applying Enterprise Configuration Settings.