Transform and Templates

<< Click to Display Table of Contents >>

RayPack > 7.3 u6 > User Guide > Command Line Tools > PowerShell Automation 

Transform and Templates

Import-Template

Applies a RayPack template to the specified project.

 

Name 

Type 

Mandatory 

Description 

Project

RayPackFile

Yes

The source project.

File

FileInfo

Yes

The full path to the template file.

 

This command let does not return any value.

 

Import-Transform

Applies Windows Installer Transform to the specified project.

 

Name 

Type 

Mandatory 

Description 

Project

RayPackFile

Yes

The source project.

File

FileInfo

Yes

The full path to the transform file.

SuppressedErrors

TransformErrors

No

Optional errors to suppress: None, AddExistingRow, DelMissingRow, AddExistingTable, DelMissingTable, UpdateMissingRow, ChangeCodePage, ViewTransform.

 

This command let does not return any value.