Class ReplaceUpdateInstallerJar


  • public class ReplaceUpdateInstallerJar
    extends java.lang.Object
    Allows wrapper scripts to replace UpdateInstaller.jar if the Update Installer is being updated by a fix
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static void replaceJar​(java.lang.String InstDir, java.lang.String bacDir, java.lang.String zf)
      Replaces existing UpdateInstaller.jar also takes backup of the same.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReplaceUpdateInstallerJar

        public ReplaceUpdateInstallerJar()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • replaceJar

        public static void replaceJar​(java.lang.String InstDir,
                                      java.lang.String bacDir,
                                      java.lang.String zf)
        Replaces existing UpdateInstaller.jar also takes backup of the same.