Click or drag to resize
MsiFolder Class
Enables access to predefined, installation-governed locations where application files (set of files which actually constitute an application) are being stored.
Inheritance Hierarchy
SystemObject
  FDF.CommonMsiFolder

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class MsiFolder

The MsiFolder type exposes the following members.

Constructors
  NameDescription
Public methodMsiFolder
Initializes a new instance of the MsiFolder class
Top
Properties
  NameDescription
Public propertyCommon
Returns a path to common files.
Public propertyLocal
Returns a path to locally installed files.
Public propertyUserCache
Returns a path to user-cached copy of locally installed files.
Top
Remarks
See Also