XNA Redistributable missing from Publish Prerequisites options

不想你离开。 提交于 2019-12-05 10:38:59
Alec Deitloff

To be truthful, I've never personally used the Prerequisites feature for formal exporting of projects. However, it's a very common thing for applications to install the redistributables for their dependencies before installation, so I took a quick peek around and found that there are a couple of different programs which will generate installers for you which also take into account checking for and installing missing dependencies. It looks like the most popular one is WiX XNA Installer. However, for a much more thorough examination of this topic and the different routes that you could take, I would suggest looking at this answer by Ray Dey.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!