I have created a program that reads some text files from a folder usually located in C:\CustomFolder\Subfolder . Now I have also created an installer using "Microsoft Visual Studio 1027 Installer Projects" , but I would like that it creates also the folder C:\CustomFolder\Subfolder with its txt files on the target machine when it installs the software.
I have only found how to add folders to other system folder, but not directly to C:\ . Can you help me?