A distribution is a collection of software content wrapped up for consumption by clients of the software. You can distribute applications and libraries to clients by creating a distribution.
You can build a distribution into one of the following output types.
You can also build the package installer with only the feeds of all the dependencies. When clients of the software install the distribution, the package installer installs exact hierarchy and versions of all the dependencies. This is recommended only for installing on a clean machine because it might upgrade or downgrade installed packages on the target machine.
Use a Distribution document (.lvdist) to create and build distributions. The Distribution document contains metadata of your distribution, such as type of distribution, version information, company name, and product name.