JAL-3631 Short sleep added to 100% progress on installer wizard
authorBen Soares <b.soares@dundee.ac.uk>
Tue, 6 Aug 2024 14:08:33 +0000 (15:08 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Tue, 6 Aug 2024 14:08:33 +0000 (15:08 +0100)
utils/install4j/install4j10_template.install4j

index 0af9fd8..0c20fc9 100644 (file)
@@ -2022,6 +2022,11 @@ return sb.toString();
                   <property name="percentValue" type="int" value="100" />
                 </serializedBean>
               </action>
+              <action id="3065" beanClass="com.install4j.runtime.beans.actions.control.SleepAction" actionElevationType="none" rollbackBarrierExitCode="0">
+                <serializedBean>
+                  <property name="sleepTimeMs" type="int" value="250" />
+                </serializedBean>
+              </action>
             </actions>
             <formComponents>
               <formComponent name="Administrator mode label" id="3061" beanClass="com.install4j.runtime.beans.formcomponents.MultilineHtmlLabelComponent" insetBottom="16">