is there a way to disable the parsing of xml, i want to make advanced installer treat the xml just like regular files rather than xml files.

link|improve this question

60% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Does this installer support execution of commands? If yes, just rename all xml files to .xml.bin and rename them during or directly after the installation. This should prevent any parsing of the files.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.