Changing install destination in startup.
My application relies on multiple data files to properly parse another file. The path that I use to access the datafiles, as well as a list of the data files is in an xml file.
I used VB.Net to package my solution, and it spits out a generic setup.exe. In that exe, it asks where you want to install the program to. As long as the user chooses the default, everything runs fine. However, if they want it in a different directory or drive, my program cannot find the data files.
Is there someway of changing the path in the xml file to reflect the changed installation destination?