I have an xml file what I need to distribute, but the file has to be updated with the current user name in the file. In Adminstudio 2009 it is possible, but I would like to know how.
The XML file has to add a path to a line. For example, in the xml file I have:
C:\Documents and Settings\username\My Documents\word1.doc
I need to distribute the file by having the username updated with the username who is logged on.
I can use run once/activesetup to run the components where the xml file is located: "StubPath"="msiexec /fup {111111-4A6B-BFB1-DB026FA293A9} /quiet REINSTALL=CURRENTUSER
My problem is to use the XML editor function to update the username. Would some one know how to do it?
thanks in advance.