Hi guys i have a c# project that i want to create an installer.I want the installer to do the following:
- Copy all the files that my application is using to a user chosen path (copy the files to the chosen path).
- Ask for a specific Path(my c# program requires Google Drive Application to be installed and need its path)
- Create Folders and Text files in that Path.
Please help me guys thanks.