Print out Wix XML when building MSI package for debugging

master
Adam Honse 1 year ago
parent 1809c752ae
commit b7c8d63505

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

Loading…
Cancel
Save