I have created a program that needs to have DLLs in the C:\ folder. I have also created an installer using "Microsoft Visual Studio 2017 Installer Projects", but I would like it to create the folder C:\Subfolder with its files when it installs.
How can I do this? Thank you!