Wrapping

<< Click to Display Table of Contents >>

RayPack > 8.0 > User Guide > Command Line Tools > PowerShell Automation 

Wrapping

New-Wrapper

Wraps the specified project and creates a PowerShell (PSADT) based deployment package.

 

Name 

Type 

Mandatory 

Description 

Format

WrapperFormat

Yes

The type of the wrapper (AppDeployToolkit or Intune)

Output

string

Yes

The full path to the output file.

Setup

FileInfo

Yes

The full path to the input setup file.

InstallArgs

string

No

The arguments to be passed to the main installer. If left, auto-value will be taken from the installer.

PackageLanguage

string

No

The language of the product. If left, auto-value will be taken from the installer.

PackageName

string

No

The name of the product. If left, auto-value will be taken from the installer.

PackageVendor

string

No

The vendor of the product. If left, auto-value will be taken from the installer.

PackageVersion

string

No

The version of the product. If left, auto-value will be taken from the installer.

RepairArgs

string

No

The arguments used to repair the product. If left, auto-value will be taken from the installer (MSI).

RepairCommand

string

No

The arguments used to repair the product. If left, auto-value will be taken from the installer (MSI).

SupportingFiles

string

No

Path to a directory with extra files to be copied to the wrapped package.

UninstallArgs

string

No

The arguments used to uninstall the product. If left, auto-value will be taken from the installer (MSI).

UninstallCommand

string

No

The arguments used to uninstall the product. If left, auto-value will be taken from the installer (MSI).

 

Returns an instance of FileInfo type, representing the wrapped file (Intune) or directory (AppDeployToolkit)