Click or drag to resize

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
)

Parameters

config
Type: Mastersign.BenchBenchConfiguration
The Bench configuration.
See Also