Skip to content

Commit b7c8d63

Browse files
Print out Wix XML when building MSI package for debugging
1 parent 1809c75 commit b7c8d63

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/build-msi.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ XML_PRODUCT="\t<Product Name='${PRODUCTNAME}' Manufacturer='${VENDOR}'\n\t\tId='
107107
echo -e $XML_HEADER $XML_PRODUCT > $XMLOUTFILE
108108
echo -e "\t...Done!\n\n"
109109

110+
cat $XMLOUTFILE
110111

111112
#Once the XML file manifest is created create the package
112113
candle -arch x64 ${PRODUCTNAME,,}.wxs

0 commit comments

Comments
 (0)