I created a Setup Wizard project for my Windows forms application and created an installer. There are some files that I have marked as 'Copy always' but they dont show in the folder created from the installer. How i set the file to copy always
Asked
Active
Viewed 117 times
0
-
I have tested it in by publishing installer, but I can not reproduce your problem. I can see the file in the folder created from the installer. – Jack J Jun May 04 '20 at 05:39
-
It worked by setting the buildaction of the files to content and include content of project when setting up the setup wizard – Melody May 04 '20 at 11:01