【问题标题】:How to include and link Sqlite database file in Setup Project如何在安装项目中包含和链接 Sqlite 数据库文件
【发布时间】:2018-03-15 16:44:27
【问题描述】:
【问题讨论】:
标签:
c#
sqlite
setup-project
【解决方案1】:
试试看:
Step : 1 => First in VS2017 Install Microsoft visual Studio Installer Project - > Download -> Install
Or
Go To the VisualStudio 2017 -> tool -> extension and update -> install.
Step : 2 => Create a new project -> Other Object Type -> Setup Project.
Step : 3 => after open that project you can see that In the LEFT PAN 3 files
1> Application Folder.
2> User's Desktop.
3> User's Programs menu.
Step : 4 => Click 1> Application Folder and paste our all file which we want to get in backup.
Step : 5 => find .exe file from application folder and that copy pase, that rename it and give same name, than after one drag and drop to (User's Desktop). and than again same copy pase .exe file than same name rename it and drag and drop to the (User's Programs menu).
Step : 6 => than right click to the project set auther name and you can see diffrent diffrent property and you can change as you want.
Step : 7 => Build The Project.
Step : 8 => Go To The Project Location In our windows explorer.
Step : 9 => open project foldre Click to The "Release" folder install it.
⦁After Install the application you can use the with SQlLite Database