I have wix toolset v3.11.
First, I add a link to the WixUtilExtension file in the bin folder. After I add namespase xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"
After building the project, I get the following errors:
The localization variable! (Loc.msierrUSRFailedUserCreate) is unknown. Please ensure the variable is defined
The localization variable! (Loc.msierrUSRFailedUserCreatePswd) is unknown. Please ensure the variable is defined.
The localization variable! (Loc.msierrUSRFailedUserGroupAdd) is unknown. Please ensure the variable is defined.
I tried to add the missing variables to the input files in the SDK/wixui
and SDK/themes
folders, but no effect, the errors did not disappear anywhere. Please help with the problem