installanywhere

installanywhere redirect debug logs to file

拥有回忆 提交于 2019-12-23 04:54:12
问题 For debugging the Installanywhere created applications, I use export LAX_DEBUG=true then I run my installer as ./setup.sh -DDEBUG=console which redirects all the debug logs to console. Can I redirect this logs to any file so that I can mention as: ./setup.sh -DDEBUG=/tmp/a.txt Thanks in advance... 回答1: Installanywhere put all logs to -log.log file in installation directory chosen by user. To have additional entries in that file, you need to use CustomError class with appendMessage and

Can an XSLT processor preserve empty CDATA sections?

喜你入骨 提交于 2019-12-10 23:58:30
问题 I'm processing an XML document (an InstallAnywhere .iap_xml installer) before handing it off to another tool (InstallAnywhere itself) to update some values. However, it appears that the XSLT transform I am using is stripping CDATA sections (which appear to be significant to InstallAnywhere) from the document. I'm using Ant 1.7.0, JDK 1.6.0_16, and a stylesheet based on the identity: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="xml"

InstallAnywhere - Uninstallation Java Error : java.lang.IllegalArgumentException: No product for ID=

孤者浪人 提交于 2019-12-10 20:16:15
问题 I am trying to uninstall an application which is using InstallAnywhere. When I run the code to uninstall i get the following error java.lang.IllegalArgumentException: No product for ID=<edited> at ZeroGfc.<init>(DashoA10*..) at ZeroGe9.b(DashoA10*..) at ZeroGfb.<init>(DashoA10*..) at com.zerog.ia.installer.Installer.s(DashoA10*..) at com.zerog.ia.installer.Installer.setMetadata(DashoA10*..) at com.zerog.ia.installer.InstallerMetaData.setInstaller(DashoA10*..) at com.zerog.ia.installer