AppvInstaller Class

 

Implementation of the AppvContentImporter class. The Installer object for App-V type of Deployment Technology. It contains all the information needed to perform supported operations of the App-V Deployment Technology contained inside an application.

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement.AppVInstaller (in Microsoft.ConfigurationManagement.ApplicationManagement.AppVInstaller.dll)


[SerializableAttribute]
public ref class AppvInstaller : Installer

NameDescription
System_CAPS_pubmethodAppvInstaller()

Initializes a new instance of the AppvInstaller class.

NameDescription
System_CAPS_pubpropertyAvailableApplications

List of available applications.

System_CAPS_pubpropertyContentFile

Content file name.

System_CAPS_pubpropertyContents

(Inherited from Installer.)

System_CAPS_pubpropertyExecutionContext

(Inherited from Installer.)

System_CAPS_protpropertyInsideIsChangedSetter

(Inherited from BaseObject.)

System_CAPS_pubpropertyInstallContent

Content ID and version pointing to the contents reference, where selected files and location information are stored and used for installation.

System_CAPS_pubpropertyIsChanged

(Inherited from BaseObject.)

System_CAPS_pubpropertyIsReadOnly

(Inherited from BaseObject.)

System_CAPS_pubpropertyManifestFile

Manifest XML file name.

System_CAPS_pubpropertyModificationData

Modification data.

System_CAPS_pubpropertyPackageGuid

GUID of the package.

System_CAPS_pubpropertyRequireLoad

True if the application is required to load; otherwise, False.

System_CAPS_pubpropertyRequiresLogOn

(Inherited from Installer.)

System_CAPS_pubpropertyTechnology

App-V Installer Technology ID. (Overrides Installer::Technology.)

System_CAPS_pubpropertyVersionGuid

GUID of the version.

NameDescription
System_CAPS_protmethodAttachTracker(IChangeTracker^)

(Inherited from BaseObject.)

System_CAPS_pubmethodChangeId()

(Inherited from BaseObject.)

System_CAPS_protmethodCheckIsChanged()

(Inherited from BaseObject.)

System_CAPS_pubmethodClone()

(Inherited from BaseObject.)

System_CAPS_pubmethodCopy()

(Inherited from BaseObject.)

System_CAPS_pubmethodCopyFrom(IAppMgmtObject^)

(Inherited from BaseObject.)

System_CAPS_pubmethodCreateDetectAction()

Retrieves an Action object that defines the parameters used by the provider when it determines if an application of this type is installed. (Overrides Installer::CreateDetectAction().)

System_CAPS_pubmethodCreateInstallAction()

Retrieves an Action object that defines the arguments used by the provider when the provider installs this type of application. (Overrides Installer::CreateInstallAction().)

System_CAPS_pubmethodCreateUninstallAction()

Retrieves an Action object that defines the arguments used by the provider when the provider uninstalls this type of application.(Overrides Installer::CreateUninstallAction().)

System_CAPS_protmethodDetachTracker(IChangeTracker^)

(Inherited from BaseObject.)

System_CAPS_protmethodEnumerateFields()

(Inherited from BaseObject.)

System_CAPS_pubmethodEnumerateLocalizedProperties()

(Inherited from BaseObject.)

System_CAPS_protmethodEnumerateTrackerChildren()

(Inherited from BaseObject.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from BaseObject.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from BaseObject.)

System_CAPS_pubmethodGetResourceId(String^)

(Inherited from BaseObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnChanged(Object^, ChangeEventArgs^)
System_CAPS_pubmethodOnChangeId(Object^, ChangeEventArgs^)

(Inherited from BaseObject.)

System_CAPS_protmethodOnChanging(Object^, ChangeEventArgs^)

(Inherited from BaseObject.)

System_CAPS_protmethodOnDeserialized()

(Inherited from BaseObject.)

System_CAPS_protmethodOnDeserializing()

(Inherited from BaseObject.)

System_CAPS_protmethodOnSerialized()

(Inherited from BaseObject.)

System_CAPS_protmethodOnSerializing()

(Inherited from BaseObject.)

System_CAPS_protmethodSetIsChanged(Boolean)

(Inherited from BaseObject.)

System_CAPS_protmethodSetProp<T>(String^, T%, T)

(Inherited from BaseObject.)

System_CAPS_pubmethodSetResourceId(String^, String^)

(Inherited from BaseObject.)

System_CAPS_pubmethodToString()

(Inherited from BaseObject.)

System_CAPS_pubmethodValidate()

(Inherited from BaseObject.)

System_CAPS_pubmethodValidateProperty(PropertyInfo^)

(Inherited from BaseObject.)

System_CAPS_pubmethodValidateProperty(PropertyInfo^, Object^)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticTechnologyId

Contains the Microsoft App-V Installer technology ID constant.

NameDescription
System_CAPS_proteventOnChangedEvent

(Inherited from BaseObject.)

System_CAPS_proteventOnChangingEvent

(Inherited from BaseObject.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: