Hello...How do I specify Default Location of where my Product is to be installed and create additional folders for Log Files, Temporary Files?
For instance, if I decide to install every instance of my application in the path
C:\Documents and Settings\\Application Data\ is where I want to install my Application, that is, the DLL's, Executables all need to be there.
C:\Documents and Settings\\Application Data\\LogFiles is where I want to write the Log Files.
C:\Documents and Settings\\Application Data\\Temporary Files is where I want to write the Temporary Files that my program will generate (and delete thereafter)
So, I want my Setup to create the main folder and the sub-folders.
In addition, I want to write my AppName.exe.config in a way, that it points to the above created sub-folders.
How do I achieve the same.
My Environment Details:
Visual Studio 2008 C#