J
Joe Cool
I am developing a multi-function app that depends on an XML file that
defines several data structures and is used by several of the
functions. The app expects the XML file to be in the local
Applications Data folder. I have used this technique before and copied
the XML file from the project folder with a Post Build event. But I
now want to be able to install this app on either XP, Vista or Win7.
This folder is in the same place for Vista and Win7 but is in a
different location on the hard drive for XP. How do I make a post
build event that can copy this file to the proper location no matter
whjich flavor of Windows it is being installed on?
defines several data structures and is used by several of the
functions. The app expects the XML file to be in the local
Applications Data folder. I have used this technique before and copied
the XML file from the project folder with a Post Build event. But I
now want to be able to install this app on either XP, Vista or Win7.
This folder is in the same place for Vista and Win7 but is in a
different location on the hard drive for XP. How do I make a post
build event that can copy this file to the proper location no matter
whjich flavor of Windows it is being installed on?