I was having a hard time to think of a way how to find a specific value and modify if found in an XML file. So, I began googling and found an article. However, I can't seem to understand the code that was used as a solution to their problem. I also tried modifying the code but unfortunately I could not make it worked.
<Configuration>
<Add SourcePath="\\sample" ApplicationEdition="32">
<Product ID="SampleProductID">
<Language ID="en-us" />
<Language ID="en-us" />
</Product>
I need to modify the content of this value <Add SourcePath=
I've tried several times and no luck writing a vbscript to change its value. I would appreciate any help and thanks in advance.