Enables access to predefined, installation-governed locations where application
files (set of files which actually constitute an application) are being stored.
Inheritance Hierarchy
Namespace: FDF.CommonAssembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntaxpublic ref class MsiFolder
type MsiFolder = class end
The MsiFolder type exposes the following members.
Constructors
| Name | Description |
---|
 | MsiFolder | Initializes a new instance of the MsiFolder class |
Top
Properties
| Name | Description |
---|
 | Common |
Returns a path to common files.
|
 | Local |
Returns a path to locally installed files.
|
 | UserCache |
Returns a path to user-cached copy of locally installed files.
|
Top
Remarks
See Also