Print out Wix XML when building MSI package for debugging
This commit is contained in:
parent
1809c752ae
commit
b7c8d63505
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue