Types of Package Outputs
- Updated2023-02-17
- 2 minute(s) read
Types of Package Outputs
With a Package document (.lvdist), you can create a package or package installer to distribute applications and/or add-ons to clients.
The following table helps you determine when to use a package or package installer.
| Output Type | Definition | File Type | Installation Method | Configuration Options |
|---|---|---|---|---|
| Package | A single compressed file containing software intended for installation on a target machine. | .nipkg | NI Package Manager or SystemLink
Note In most cases, you must add the package to a feed that also includes the dependencies of the package before installing.
|
Add the package to a feed—clients of the software can subscribe to the feed and install the package from Package Manager via network access. |
| Package Installer | A folder containing the main software package, package dependencies, and an executable file that extracts the package and installs it on a target machine.
Note By default, a package installer includes all of the package dependencies in the output so clients of the software can install the package without network access.
|
.exe | Run the package installer file. Note Web applications can be hosted and
used directly via SystemLink. |
|