Hi all,In IA user guide, Charpter 3, "Behavior of Console Launchers", I don't quite understand what is the usage of "Ctrl Key press". When to press the Ctrl key? What's the difference that ctrl key is pressed or not? What is it for?
Hi all,For example, I have 7 steps or panels for a installation, and my installer will be installed or multi platform ( windows, unix, etc. )1 Introduction2 License agreement3 Select target directory4 Input Unix user/group name5 Insallation sum...
Hi all,I build a winows 32 bit IA installer with VM bundled. the output format is web installer.I can successfully install it on a machine without Java installed.But when uninstall it, There are LaunchAnywhere Error:"Could not find a valid Java v...
I'd like to register a window service by Action "Register Window Service", For the "Executable to Register as window service", for example, if I set it as $USER_INSTALL_DIR$\xyz.exe, the service can be registered successfully. but if I want add ...
I'm using IA2012 SP1 to build a sample project with command line "build.exe My_Product.iap_xml", but there are below error messages:C:\Program Files (x86)\InstallAnywhere 2012>build.exe c:\Project\For_Test\My_Product\My_Product.iap_xmlTrying to chec...
One common root cause is that perhaps in your custom codes you import some classes provided by InstallAnywhere. In this case you need to add the required jar into dependency of your custom codes. In "Custom action" -> Properties -> Dependencies -> ...
pavan kumar ds wrote:" There must be unsupported version of JVM bundled" check for the right version of JVM and bundle it! Cross check with your system architecture!"The JVM I used to bundle is:C:\\Program Files (x86)\\InstallAnywhere 2012\\resource\...
ikhasin wrote:Hi - thanks for responding."win" in my case is a configuration name (maybe not the best)I have other configuration names like "nd32bit" for configuration with command line being>%IA%\build.exe JVM_PATCH.iap_xml nd32bit and it has same e...
ikhasin wrote:Hi,The error I get varies with configuration:E,g when I try building "windows_only" target command line %IA%\build.exe my.iap_xml windows_onlyI have:The -i build option MUST be followed by a valid System i Login credentials info (and lo...
greenaj wrote:You may want to enclose the arguments in quotes if there is a space in the path.Then it should be "$USER_INSTALL_DIR$\xyz.exe $USER_INSTALL_DIR$\abc.config"? or "$USER_INSTALL_DIR$\xyz.exe" "$USER_INSTALL_DIR$\abc.config"? I tried, ...