I need help trying to figure out how use my development machine for both development and test install. I started building an install and I'm running into a "chicken-and-an-egg" thing.
I need help trying to figure out how use my development machine for both development and test install. I started building an install and I'm running into a "chicken-and-an-egg" thing. I'm using the "{CSIDL_COMMON_APPDATA}\CCMath" path to store the database for my application. I don't want to build an installer that overwrites the "{CSIDL_COMMON_APPDATA}\CCMath" path and all the contents because that is the same location I use for development. There's got to be a way to initialize a different CSIDL path depending on if I'm running the program on my development machine.