models/vcredist_mode library

This file defines the VcRedistMode enum, which represents the different modes for handling the Visual C++ Redistributable.

The VcRedistMode enum provides three options:

The file also includes a fromOption method that allows for parsing a configuration option into one of the VcRedistMode values, ensuring compatibility with boolean and string representations.

Enums

VcRedistMode
An enum representing the different modes for handling the Visual C++ Redistributable.