Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
It sounds like you have multiple MSIEXEC processes running (which is normal) and so, when you get to that point in your automation, the update button is associated with a different process.
What you might want to do is work with your NameMapping to uniquely identify your MSIEXC process based upon the child objects (using "Required Children") rather than index. That way, no matter what the index is, so long as it has the appropriate child objects, it will always recognize the proper object.
What you might want to do is work with your NameMapping to uniquely identify your MSIEXC process based upon the child objects (using "Required Children") rather than index. That way, no matter what the index is, so long as it has the appropriate child objects, it will always recognize the proper object.