Reputation: 65
I'm making a setup for this program and I have created a folder with selected features (.dll files) in them. However, whenever I run the installation, it puts the .dll's corresponding .pdb file with it. My problem is that I don't need the .pdb files on the setup, I only need the selected features. If there are any further questions please comment them.
Upvotes: 1
Views: 342
Reputation: 294
I understand your problem, the '*' means select all so what you are doing is selecting all of files in that path and putting them into your $TARGETDIR$. If you want a more custom selection delete that and maneuver around in the upper two boxes to select your desired files.
Upvotes: 1