提供一个用于本地测试的软件自动更新程序,使用该程序可以实现本地软件自动更新。
This commit is contained in:
BIN
软件系统服务端模版/SoftUpdate/软件自动更新.exe
Normal file
BIN
软件系统服务端模版/SoftUpdate/软件自动更新.exe
Normal file
Binary file not shown.
22
软件系统服务端模版/SoftUpdate/部署说明.txt
Normal file
22
软件系统服务端模版/SoftUpdate/部署说明.txt
Normal 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
|
||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user