提供一个用于本地测试的软件自动更新程序,使用该程序可以实现本地软件自动更新。

This commit is contained in:
dathlin
2017-06-09 08:45:40 +08:00
parent d606e18a7b
commit 59b62e6577
3 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,22 @@

该 《软件自动更新.exe》仅用于测试模版的部署本地部署功能已绑定参数
软件名称:软件系统客户端模版.exe
IP地址127.0.0.1
端口号17538
使用说明:
1. 先把客户端运行所必需的文件复制到服务器端软件目录中的ClientFiles子文件夹中。
不要包含jsonsettings文件要包含这个软件自动更新.exe文件主要是《软件系统客户端模版.exe》和各种dll文件
2. 先启动服务器端的软件。
3. 将《软件自动更新.exe》复制到桌面任何文件夹都可以双击运行就会提示安装可以手动输入安装路径等待安装完成。
4. 当客户端的软件版本更新后,并在服务器配置新的版本号后,再次启动软件就会实现自动更新。
若有其他疑问可以加入技术交流QQ群592132877
也可以发邮件到我本人hsl200909@163.com

View File

@@ -89,6 +89,10 @@
<ItemGroup> <ItemGroup>
<Folder Include="screenshots\" /> <Folder Include="screenshots\" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Include="SoftUpdate\软件自动更新.exe" />
<Content Include="SoftUpdate\部署说明.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.