Click or drag to resize

SetupActionsStepDelay Property

Gets or sets the delay duration (in mms) occuring between (un)installation steps.

Default: disabled (0).

As some installation are almost instantaneous, it can be a good idea to insert a little delay between steps (e.g. 50ms) so the user can see the progression.

Namespace:  MicaSystems.Utils.Setup
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static int StepDelay { get; set; }

Property Value

Type: Int32
See Also