Skip to content

Commit c1b3fba

Browse files
committed
Clarify the underlying reason .wxls are loaded.
1 parent 84732c7 commit c1b3fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/wix/WixToolset.Data/ErrorMessages.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public static Message DuplicateFileId(string fileId)
290290

291291
public static Message DuplicateLocalizationIdentifier(SourceLineNumber sourceLineNumbers, string localizationId)
292292
{
293-
return Message(sourceLineNumbers, Ids.DuplicateLocalizationIdentifier, "Either the localization identifier '{0}' has been duplicated in multiple locations or you are missing a default culture file. Please resolve the conflict.", localizationId);
293+
return Message(sourceLineNumbers, Ids.DuplicateLocalizationIdentifier, "The localization identifier '{0}' has been duplicated in multiple locations. A common cause is a bundle .wixproj that automatically loads .wxl files that are intended for the bootstrapper application. You can turn off that behavior by setting the EnableDefaultEmbeddedResourceItems property to false.", localizationId);
294294
}
295295

296296
public static Message DuplicateModuleCaseInsensitiveFileIdentifier(SourceLineNumber sourceLineNumbers, string moduleId, string fileId1, string fileId2)

0 commit comments

Comments
 (0)