Deployment Tools Foundation
WorkingDirectory Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPackage ► WorkingDirectory
Gets or sets the location where files will be extracted to/updated from. Also
the location where a temporary folder is created during some operations.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public string WorkingDirectory { get; set; }
Public Property WorkingDirectory As String Get Set
public: property String^ WorkingDirectory { String^ get (); void set (String^ value); }
Property Value
Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.9.1006.0)