public WixGen(Jigen jigen) throws IOException
{
this.tempFile.deleteOnExit();
Product jigenProduct = jigen.getProduct();
this.productName = jigenProduct.getName();
this.shortProductName = jigenProduct.getUnixName();
this.productVersion = jigenProduct.getVersion();
this.productManufacturer = jigenProduct.getManufacturer();
this.productLanguageCode = jigenProduct.getLanguageCode();
this.addToPath = jigen.getEnvironment().getAddToPath();
for (Resource resource : jigen.getResources())
{