Class InnoSetup

java.lang.Object
io.github.intisy.gradle.inno.InnoSetup

public class InnoSetup extends Object
  • Constructor Details

    • InnoSetup

      public InnoSetup(File path, File inputFile, File outputFile, String name)
  • Method Details

    • setAutoStart

      public void setAutoStart(boolean autoStart)
    • setIconFile

      public void setIconFile(File iconFile)
    • setVersion

      public void setVersion(String version)
    • setJrePath

      public void setJrePath(Path jrePath)
    • setDebug

      public void setDebug(boolean debug)
    • setAutoStartParameters

      public void setAutoStartParameters(List<String> autoStartParameters)
    • setParameters

      public void setParameters(List<String> parameters)
    • log

      public void log(String log)
    • buildInstaller

      public void buildInstaller() throws IOException, InterruptedException
      Throws:
      IOException
      InterruptedException
    • copySourceFiles

      public void copySourceFiles() throws IOException
      Throws:
      IOException
    • createInnoSetupScript

      public void createInnoSetupScript(File scriptPath) throws IOException
      Throws:
      IOException