Deployment Tools Foundation
Item Property (propertyName)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► PatchInstallation ► Item[([(String])])
Gets information about a specific patch installation.
Declaration Syntax
Parameters
- propertyName (String)
- The property being retrieved; see remarks for valid properties.
Return Value
The property value, or an empty string if the property is not set for the patch.
Remarks
Win32 MSI APIs: MsiGetPatchInfo, MsiGetPatchInfoEx
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | An unknown patch or property was requested |
InstallerException | The installer configuration data is corrupt |