How to Create an Add-in package
Applies To: System Center 2012 SP1
An add-in package is a .zip file that contains the add-in manifest file and any other required files, such as Microsoft .NET assemblies that are referenced by the manifest file.
To create an add-in package
Use an archive program that can create compressed file (.zip file) archives.
Add the
manifest.xml
file to the compressed archive.Add all files that your add-in depends on to the compressed archive.
Optionally, add any PDB files for debugging to the compressed archive.
Save the compressed archive. The name of the file is not important, but it should end with
.zip
.