| BenchTasksInitiateInstallationBootstrap Method |
Starts the boostrap script for (re)installing the Bench system.
This requires the bench-install.bat and the bench.zip
to be stored in the Bench root directory.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public static void InitiateInstallationBootstrap(
BenchConfiguration config
)
Public Shared Sub InitiateInstallationBootstrap (
config As BenchConfiguration
)
Parameters
- config
- Type: Mastersign.BenchBenchConfiguration
The Bench configuration.
See Also