SourceDirectory Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation SourceDirectory Property
Gets or sets the location to obtain source files and cabinets when extracting or updating files in the working directory. This is often the location of an original copy of the package that is not meant to be modified.
Declaration Syntax
C# Visual Basic Visual C++
public string SourceDirectory { get; set; }
Public Property SourceDirectory As String
	Get
	Set
public:
property String^ SourceDirectory {
	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)