I have C# windows application with XML file. After installing the set up file I need to edit the XML file time to time. But my XML file not going to the path where the executable is located. So that is giving error. With in a program I'm getting XML path like this.
private string PATH = Path.Combine(Application.StartupPath, "XMLFile1.xml");
Please some one can suggest a way to do.