Print out Wix XML when building MSI package for debugging

This commit is contained in:
Adam Honse 2025-02-16 19:40:51 -06:00
parent 1809c752ae
commit b7c8d63505

View file

@ -107,6 +107,7 @@ XML_PRODUCT="\t<Product Name='${PRODUCTNAME}' Manufacturer='${VENDOR}'\n\t\tId='
echo -e $XML_HEADER $XML_PRODUCT > $XMLOUTFILE echo -e $XML_HEADER $XML_PRODUCT > $XMLOUTFILE
echo -e "\t...Done!\n\n" echo -e "\t...Done!\n\n"
cat $XMLOUTFILE
#Once the XML file manifest is created create the package #Once the XML file manifest is created create the package
candle -arch x64 ${PRODUCTNAME,,}.wxs candle -arch x64 ${PRODUCTNAME,,}.wxs