如何在vb.net中构建/编写引导程序?

问题描述:



我真的不知道怎么做引导程序.在哪里写或如何使用它.

我刚刚读到我需要做一个,以便将MySQL Connector自动安装到安装我的应用程序的目标PC上.

我在这里有了主意:
如何使MySQL成为我的VB.NET应用安装的先决条件? [

Hi,

I really don''t know how to make a bootstrap. where to write or how to use it.

I just read that I need to make one so that the MySQL Connector be installed automatically to the target PC where my application be installed.

I got the idea here:
How can I make MySQL a prerequisite of my VB.NET app''s installation?[^]

Please help me with this.

Or other solutions regarding the automatic installation of MySQL Connector.

The client wants a simple vb.net installation w/o any other interring installation requirements.

Thanks a lot.

您不想要引导程序"-完全不同.

您需要设置"或部署"应用程序.

Visual Studio具有以下内置功能:尝试将新项目添加到解决方案中,然后选择其他项目类型...设置和部署"作为项目类型,而不是其他语言... Visual Basic".
You don''t want a "bootstrap" - that is a different thing altogether.

You want a "setup" or "deployment" application.

Visual studio has these built in: try adding a new project to your solution, and select "Other project types...Setup and Deployment" as the project type rather than "Other languages...Visual basic".