如何使用framwork为vb.net制作安装文件?
问题描述:
我在sql server中用数据库制作了一个软件
i将在其他计算机或Clint计算机的sql server中手动安装数据库
只是我想询问是否我的Clint计算机没有安装Dot not框架因此软件无法运行他们必须安装它
i想要默认安装使用安装程序启动安装软件所以首先它看到框架如果没有计算机中的框架然后从我复制机智文件夹的文件夹安装
i have made a software with a database in sql server
i will install manually database in sql server in other computer or Clint computer
just i want to ask that if my Clint computer has no Dot not framework installed already so Software will not run they have to install it
i want to make it by default install with setup start to install software so first it see framework if it get not framework in computer then it installed from folder where i copy wit setup folder
答
你所说的是创建设置时的先决条件。
检查以下链接..希望它会有所帮助..
Visual Studio安装项目中添加.NET Framework的先决条件 [ ^ ]
What you are talking about is the prerequisites while creating a setup.
check the below link..hope it will help..
Add Prerequisites of .NET Framework in Visual Studio Setup Project[^]