Skip to content

Commit

Permalink
wix4: #1725 Bootstrapper formatted variables
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-shilo committed Jan 17, 2025
1 parent f3ab244 commit 9aacefd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Source/src/WixSharp/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -775,17 +775,21 @@ public enum VariableType
@string,

/// <summary>
/// The formatted type
/// The formatted type.
/// </summary>
/// <remarks>
/// <p>In v4, the formatted type of the Variable element must be used to get the v3 behavior. To specify a literal variable, use the string type.</p>
/// <p>See: https://wixtoolset.org/docs/fourthree/faqs/#the-v3-variables-string-type-is-now-called-formatted</p>
/// </remarks>
formatted,

/// <summary>
/// The numeric type
/// The numeric type.
/// </summary>
numeric,

/// <summary>
/// The version type
/// The version type.
/// </summary>
version
}
Expand Down

0 comments on commit 9aacefd

Please sign in to comment.