FwUpdateBuilder:
- Improved speed for pre-build summary, - only one FW-update package can be selected for one FW update safe, - Pre-build summary fills the FW-package to all devices and validates it, - Validation can be manually corrected / overwritten
This commit is contained in:
parent
1076b608d5
commit
e45ddcfa5b
@ -14,5 +14,5 @@ using System.Reflection;
|
||||
//[assembly: AssemblyVersion("1.2.*.0")]
|
||||
|
||||
|
||||
[assembly: AssemblyVersion("2.2.5.*")]
|
||||
[assembly: AssemblyFileVersion("2.2.5.0")]
|
||||
[assembly: AssemblyVersion("2.2.6.*")]
|
||||
[assembly: AssemblyFileVersion("2.2.6.0")]
|
||||
@ -155,7 +155,7 @@
|
||||
</site>
|
||||
<site name="MeterProcessState" id="2">
|
||||
<application path="/" applicationPool="Clr4IntegratedAppPool">
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\drabesch_ro\Repo\lab\la_operations\laa_production\Common\Service\MeterProcessState" />
|
||||
<virtualDirectory path="/" physicalPath="D:\Projekte\SENSUS_GitLab\laa_production\Common\Service\MeterProcessState" />
|
||||
</application>
|
||||
<bindings>
|
||||
<binding protocol="http" bindingInformation="*:56011:localhost" />
|
||||
|
||||
@ -1 +1 @@
|
||||
5ed75d99ee45ff67821090f1b3dbb001dd9e4fe3
|
||||
1a3d4919c9c702245832d925951f2b7cb72fc333
|
||||
|
||||
@ -97,6 +97,11 @@ namespace Xylem.ServiceFwUpdate.Ui.FwUpdateBuilder.Const
|
||||
/// </summary>
|
||||
UserRegistration,
|
||||
|
||||
/// <summary>
|
||||
/// Updatedata tables
|
||||
/// </summary>
|
||||
UpdateDataTables,
|
||||
|
||||
/// <summary>
|
||||
/// Stop entire update process
|
||||
/// </summary>
|
||||
|
||||
@ -951,6 +951,7 @@
|
||||
// TmrDbAccess
|
||||
//
|
||||
this.TmrDbAccess.Enabled = true;
|
||||
this.TmrDbAccess.Interval = 250;
|
||||
this.TmrDbAccess.Tick += new System.EventHandler(this.TmrProgressUpdate_Tick);
|
||||
//
|
||||
// FrmFwUpdateBuilder
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user