Package Class

 

Represents the information that is used to describe and install an add-in package.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

System::Object
  Microsoft.WindowsServerSolutions.AddinInfrastructure::Package

[DataContractAttribute(Name = "Package", Namespace = "http://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")]
public ref class Package 

NameDescription
System_CAPS_pubmethodPackage()

Initializes a new instance of the Package class.

NameDescription
System_CAPS_pubpropertyAllow32BitOn64BitClients

Indicates whether 64-bit client computers must use 32-bit binaries if 64-bit binaries cannot be found.

System_CAPS_pubpropertyClientBinary32

Gets and sets the binary file to install on 32-bit client computers.

System_CAPS_pubpropertyClientBinary64

Gets and sets the binary file to install on 64-bit client computers.

System_CAPS_pubpropertyId

Gets and sets the identifier of the add-in package.

System_CAPS_pubpropertyIsValidSku

Indicates whether the current add-in package can be installed on the specified edition of the operating system.

System_CAPS_pubpropertyLocation

Gets and sets information about whether the add-in integrates with an online service or integrates with the local server.

System_CAPS_pubpropertyName

Gets and sets the name of the add-in package.

System_CAPS_pubpropertyOtherBinaries

Gets the binaries for operating systems other than the Windows operating system.

System_CAPS_pubpropertyPreinstall

Gets and sets the pre-installation commands.

System_CAPS_pubpropertyPrivacyStatement

Gets and sets the address of the privacy statement for the add-in.

System_CAPS_pubpropertyServerBinary

Gets and sets the binary file to install on the server.

System_CAPS_pubpropertyShowSupplementalNotice

Gets and sets a value that determines if the supplemental notice is shown.

System_CAPS_pubpropertySupportUrl

Gets and sets the URL where support information for the add-in package is located.

System_CAPS_pubpropertyUninstallConfirm

Gets and sets the uninstall confirmation object.

System_CAPS_pubpropertyVersion

Gets and sets the version of the add-in package.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateCompanyStringFromFile(String^)

Returns the company name from the certificate that was used to sign the specified file.

System_CAPS_pubmethodSystem_CAPS_staticCreateFromFile(String^)

Creates a Package object from the specified file.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticReadEulaFromFile(String^)

Extracts the Microsoft Software License Terms from the add-in package and returns the contents.

System_CAPS_pubmethodToString()

Returns a String object that represents the current add-in package.(Overrides Object::ToString().)

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

Community Additions

ADD
Show: