Building a Package Using the Command Line Interface

Use the command line interface to build a package with your source files.

Before you build a package, you must assemble the intended source files and subdirectories into a single directory.

  1. Open a command prompt.
  2. Change directories to the location of Package Manager.
    The default location is C:\Program Files\National Instruments\NI Package Manager.
  3. Run the following command: nipkgpack "<directory containing package source files>" "<destination of .nipkg file>".
    For example, if you enter nipkgpack"C:\temp\MyTestPackage""C:\temp", Package Manager creates the .nipkg file in the temp directory.