InstallManager.Save Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- extraData
- IDictionary<String,String>