Any ideas on how to get the Default location of the Application Folder, to depend on the Build configuration? (Debug vs Release vs Release_Special)
so if it’s on release it will default to c:\Program Files\MyApp and if its Release_Special it will be C:\MyApp\
Appreciate the help!
Just for reference, the way to do this turned out to be creating a standard installer and then solving the default install paths by using a batch script and passing through to setup.exe the TARGETDIR param.
Thanks all for your answers!