Deployment Tools Foundation
Item Property (property)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Session ► Item[([(String])])
Gets or sets the string value of a named installer property, as maintained by the
Session object in the in-memory Property table, or, if it is prefixed with a percent
sign (%), the value of a system environment variable for the current process.
Declaration Syntax
Parameters
- property (String)
Remarks
Win32 MSI APIs: MsiGetProperty, MsiSetProperty
Exceptions
Exception | Condition |
---|---|
InvalidHandleException | the Session handle is invalid |