Package com.jigen.msi

Examples of com.jigen.msi.WixGen


  private InternalStatus internalStatus;

  public MsiGenerator(Jigen jigen) throws IOException
  {
    this.wixHome        = jigen.getWixHome().getAbsolutePath();
    this.wixgen         = new WixGen(jigen);
    this.candleExeFile  = new File(wixHome + File.separator + "candle.exe");
    this.lightExeFile   = new File(wixHome + File.separator + "light.exe");
   
    this.internalStatus = InternalStatus.IDLE;
  }
View Full Code Here

TOP

Related Classes of com.jigen.msi.WixGen

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.