I built a little Windows Forms game and I want to create a setup file now.
Already created for its first version and all worked well, but when I created the next version of the game, and added the dependency WMPLib (wmp.dll), it wasn't a part of the Detected Dependencies folder in the Setup Project. Tried to switch between Release mode and Debug mode, also refreshed dependencies - didn't work.
Tried to add the dependency to the project directory in the Setup Project, but didn't work. Also tried to remove the dependency and add it again, also didn't work.
What am I missing? Thanks.
tagged with #QnA - didn't know what to choose