| BenchTasksInitializeUserConfiguration Method |
This method is the last fourth for initializing or upgrading a Bench installation.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public static BenchConfiguration InitializeUserConfiguration(
IBenchManager man
)
Public Shared Function InitializeUserConfiguration (
man As IBenchManager
) As BenchConfiguration
Parameters
- man
- Type: Mastersign.BenchIBenchManager
A IBenchManager object to use when running initializations.
Return Value
Type:
BenchConfigurationA
BenchConfiguration object, fully initialized
with all configuration files and app libraries.
Remarks
This method looks for the user configuration file.
If it does not find a matching file, it creates it and other user configuration
files like app activation lists from templates.
Then it creates all missing directories, that are missing for the Bench installation.
Precondition: For cloning an existing Bench configuration, Git must be set up.
See Also