Skip to content

Application.InstallCapture Method

Imports an Application object directly from the source file into previously created application, using Install Capture technology (for non-MSI files).

Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public Application InstallCapture(
    InstallCaptureSourceDetails source,
    InstallCaptureConfiguration config
)

VB

Public Function InstallCapture ( 
    source As InstallCaptureSourceDetails,
    config As InstallCaptureConfiguration
) As Application

Parameters

 

source
Type: Citrix.SDK.AppDNA.InstallCaptureSourceDetails
A collection of InstallCaptureSourceDetails representing the capture details for each application to be imported. Each InstallCaptureSourceDetails object can be used with the returned Importer object as a key to get specific information about that particular import.
config
Type: Citrix.SDK.AppDNA.InstallCaptureConfiguration
The configuration details to be used by this import.

Return Value

Type: Application
The imported application.

See Also

Reference

Application Class
Citrix.SDK.AppDNA Namespace

Was this article helpful?