0

I'm working on a WiX installer that needs to modify one of the XML Files being installed depending on a condition chosen during install. Is there a way to do this during the initial install?

I've tried using XMLFile and was getting an error about the file not existing. I'm wondering if using XMLFile is the correct way to do this and I just had the file path wrong maybe.

1
  • How are you referring to the file? Commented Apr 20, 2018 at 13:10

1 Answer 1

0

Maybe the path to xml file is wrong, when you run the msi the error message includes the path. This will help in fixing the path, or refer to verbose log file ( msiexec /i /*lvx ).

Refer https://www.firegiant.com/wix/tutorial/com-expression-syntax-miscellanea/xml/ for example on using XmlFile

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.