Share via


InstallManager.Save Method

Definition

Overloads

Save(String)

Saves the current installation configuration in the specified location.

Save(String, IDictionary<String,String>)

Save(String)

Saves the current installation configuration in the specified location.

public:
 void Save(System::String ^ fileLocation);
public void Save (string fileLocation);
member this.Save : string -> unit
Public Sub Save (fileLocation As String)

Parameters

fileLocation
String

The location to save the file that contains the current installer cofniguration.

Applies to

Save(String, IDictionary<String,String>)

public:
 void Save(System::String ^ fileLocation, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ extraData);
public void Save (string fileLocation, System.Collections.Generic.IDictionary<string,string> extraData);
member this.Save : string * System.Collections.Generic.IDictionary<string, string> -> unit
Public Sub Save (fileLocation As String, extraData As IDictionary(Of String, String))

Parameters

fileLocation
String

Applies to