构建一个安装程序,包括 mysql 连接器 C#
我正在制作的这款游戏即将完成,我们已经将其提交给竞赛了。问题是如果没有 mysql 连接器,它根本无法工作。我想知道如何使用 Visual Studio 以及我的所有游戏文件创建安装程序。任何帮助表示赞赏。另外,包含 XNA 库还有什么特别之处吗?
Almost done with this game that I am working on and we half to submit it for a competition. The problem is that it wont work at all without having the mysql connector with it. I was wondering how could I go about creating an installer with Visual Studio, and all my game files. Any help is appreciated. Also is there anything special to include XNA libraries too?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
VS2010 具有可供您使用的 InstallShield LE 和安装项目项目类型。这些项目可帮助您使用 Windows Installer。据我所知,Windows 安装程序不允许您安装 X-Box 或 Windows Mobile 的内容。我假设您是为 X-Box 编写的,因为您使用的是 XNA。 Windows Installer 允许您安装适用于 Windows 和 Windows Server 的内容。
The VS2010 has InstallShield LE and Setup Project project types available to you. Those projects help you make use of the Windows Installer. As far as I know windows installer doesn't let you install things for X-Box or for Windows Mobile. I assume you write for X-Box since you are using XNA. The Windows Installer lets you install to things for Windows and Windows Server.