Initializes a new instance of the WfcInstallContext class.
[Visual Basic] Public Sub New( _ ByVal logFilePath As String, _ ByVal commandLine() As String _ ) [C#] public WfcInstallContext( string logFilePath, string[] commandLine ); [C++] public: WfcInstallContext( String* logFilePath, String* commandLine[] ); [JScript] public function WfcInstallContext( logFilePath : String, commandLine : String[] );
A log file is created over the given path, andis parsed into Parameters. Typically, a WfcInstallContext would be created by WfcInstall.exe. No log file is created if a command line argument of "/logfile=" is passed
WfcInstallContext Class | WfcInstallContext Members | System.Configuration.Install Namespace | Parameters