Assembly of GUI Clients fail when using all numbers for the Product Name.
error LGHT0204 : ICE39: Bad Type in Summary Information Stream for PID_SUBJECT.
BUILD FAILED
C:\Gen\model86\00446344.ief\c\assemble.MSI.GUI.XML:100: exec returned: 204
The problem resides with the WIX compiler that is used by Gen. But, it turns out that the assembly actually does complete, the error message notwithstanding. The .msi file is usable and has no errors when deploying it.
For the Product Name of all numerics, add a alpha character to the number. For instance, if the Product Name used is 5555, use 5555x instead and the WIX error will not occur.