AppUnpacker.

Unpack(FilePath, DirectoryPath, AppPackagerSettings) Method

Summary

Unpacks an application package with the same structure as installed package.
Assembly
Cake.AppPackager.dll
Namespace
Cake.AppPackager.Unpack
Containing Type
AppUnpacker

Syntax

public void Unpack(FilePath inputPackage, DirectoryPath outputDirectory, AppPackagerSettings settings)

Parameters

Name Type Description
inputPackage FilePath Application package to unpack.
outputDirectory DirectoryPath Output directory to unpack the application.
settings AppPackagerSettings The settings.

Return Value

Type Description
void