Skip to content

Commit

Permalink
Added removal of old jars in installation directory during installati…
Browse files Browse the repository at this point in the history
…on (some of them could be conflicting)
  • Loading branch information
zilm13 committed Jan 23, 2018
1 parent c74719b commit 2144f5e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions EthereumHarmony.install4j
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,27 @@
<preActivation />
<postActivation />
<actions>
<action name="" id="209" customizedId="" beanClass="com.install4j.runtime.beans.actions.files.DeleteFileAction" enabled="true" commentSet="true" comment="Removing old jars, some of them could be conflicting" actionElevationType="elevated" rollbackBarrier="false" multiExec="false" failureStrategy="1" errorMessage="">
<serializedBean>
<java class="java.beans.XMLDecoder">
<object class="com.install4j.runtime.beans.actions.files.DeleteFileAction">
<void property="files">
<array class="java.io.File" length="1">
<void index="0">
<object class="java.io.File">
<string>lib</string>
</object>
</void>
</array>
</void>
<void property="recursive">
<boolean>true</boolean>
</void>
</object>
</java>
</serializedBean>
<condition />
</action>
<action name="" id="9" customizedId="" beanClass="com.install4j.runtime.beans.actions.InstallFilesAction" enabled="true" commentSet="false" comment="" actionElevationType="elevated" rollbackBarrier="false" multiExec="false" failureStrategy="2" errorMessage="${i18n:FileCorrupted}">
<serializedBean>
<java class="java.beans.XMLDecoder">
Expand Down

0 comments on commit 2144f5e

Please sign in to comment.