From 51ddd706e90808786cfd559fa8228c106f3c2222 Mon Sep 17 00:00:00 2001 From: Bryan Date: Tue, 31 Oct 2023 01:35:23 +0000 Subject: [PATCH] Update wix.xsd Add knowledge from @barnson from https://github.com/wixtoolset/issues/issues/7816 --- src/xsd4/wix.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xsd4/wix.xsd b/src/xsd4/wix.xsd index 8639ef13..35072f43 100644 --- a/src/xsd4/wix.xsd +++ b/src/xsd4/wix.xsd @@ -26,7 +26,7 @@ is an atomic unit which ultimately links into either a Package, Module, or PatchCreation. The Fragment can either be completely included or excluded during linking. - Product is another name for Package and the two are used interchangeably. Hence ProductName can be changed by creating a property on the Package element. + Product is another name for Package and the two are used interchangeably. Hence the ProductName variable can be changed by setting the *name* attribute on the Package element.