This page explains how to prepare your Beebox package and how it is installed to a Beebox.
Create the Beebox package
The Beebox package is a single dll or a single zip archive. This one file is your package and uploaded to the Beebox.
If your dll does not have any non-standard dependencies, it is all you will need. However, if your extension has dependencies other than the .Net framework or GAC assemblies (global assembly cache), you need to zip your dll and the dependent dlls. A zip archive is also useful if you want to include instructions, license details or other information with your package.
A package without dependencies:
AcmeSample.BeeboxPackage.dll
A package with a few dependencies:
AcmeSample.BeeboxPackage.zip
AcmeSample.BeeboxPackage.dll
MyDependency.dll
readme.txt
Important: Your dll name must end with .BeeboxPackage.dll at then. The name of the zip archive is of no importance.
Install your package