The file to write installation progress to.
Namespace: MSBuild.Community.Tasks.Install
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property LogFile As String |
C# |
---|
public string LogFile { get; set; } |
C++ |
---|
public property string LogFile sealed { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_LogFile(); /** property */ public void set_LogFile(string value); |
JScript |
---|
public function get LogFile() : String public function set LogFile(value : String); |
Remarks
Set to a single space to disable logging to a file.
If not specified, the default is to log to [assemblyname].installLog
See Also
Documentation version 1.0.0.0.