Mar 07, 2014
05:55 AM
Hi, If you're talking about the Show Message Dialog in Install phase for GUI, there is an equivalent 'Show Message Console Dialog' also. You can try using that.
... View more
Mar 07, 2014
05:51 AM
Hi, You can also check the -btv argument for command line build where you can provide build time variables using properties file and use the variables in your project. Thanks, Ramya
... View more
Mar 07, 2014
05:42 AM
Hi, Can you try increasing the Installer VM heap size under JVM Settings > Installer Settings?
... View more
Nov 06, 2013
11:26 PM
Ok. Is the CATALINA_HOME and JAVA_HOME set before you start the service?
... View more
Nov 05, 2013
11:38 PM
After the installation is complete, check if apache tomcat service has started. I don't think it matters if the command line window opens or not. What is the exact issue you're facing?
... View more
Nov 05, 2013
05:45 AM
Yes, that should be fine, provided apache-tomcat is the actual directory you have apache installed. Are you facing any issues with that?
... View more
Nov 04, 2013
11:49 PM
Hi, You could store the apache install location using an InstallAnywhere variable and then use that in the execute batch file action. Something like $APACHE_INSTALL_LOCATION$/bin/startup.bat
... View more
Oct 29, 2013
05:21 AM
Hi, The build creates duplicate build targets in one build configuration when building multiple build configurations. The build is still successful. I don't think this will be a concern since the issue is seen in previous release as well. There is no change in behavior from IA 2012 SP1. Thanks, Ramya
... View more
Oct 29, 2013
05:14 AM
Hi, You can try using the additional classpath settings under JVM Settings > Installer settings
... View more
Oct 22, 2013
06:22 AM
Hi, Are you sure you have specified the main classname correctly? Is it possible to share the custom code jar file? Thanks, Ramya
... View more
Oct 21, 2013
01:38 AM
Hi, Check the 'Execute as root' plug-in available with InstallAnywhere. Thanks, Ramya
... View more
Oct 21, 2013
01:28 AM
Hi, You can get only one user input at a time from console. You can try using the custom console panel and configure it as required. Thanks, Ramya
... View more
Oct 17, 2013
11:46 PM
Hi Vidya, Try this- import com.installshield.wizard.service.security.SecurityService; import com.zerog.ia.api.pub.CustomCodeRule; public class AdminRule extends CustomCodeRule { public boolean evaluateRule() { CustomCodeRule.setCustomCodeRuleProxy(ruleProxy); SecurityService service = (SecurityService) ruleProxy .getService(SecurityService.class); boolean isAdmin = false; try { isAdmin = service.isCurrentUserAdmin(); } catch (Throwable e) { } return isAdmin; } } - Create a jar - In the project file,add this in your custom rule - Add dependency services.jar from $IA_HOME$\resource\services\services.jar - Under Project > JVM Settings, enable checkbox 'Add service support for custom code' Let me know if this works. Thanks, Ramya
... View more
Sep 10, 2013
12:08 AM
Hi, InstallAnywhere 2013 will be having custom code api to get installation and uninstallation progress percentage.
... View more
Latest posts by RamyaVenkatesh
Subject | Views | Posted |
---|---|---|
690 | Mar 07, 2014 05:55 AM | |
1126 | Mar 07, 2014 05:51 AM | |
903 | Mar 07, 2014 05:42 AM | |
2525 | Nov 06, 2013 11:26 PM | |
2525 | Nov 05, 2013 11:38 PM | |
2525 | Nov 05, 2013 05:45 AM | |
2525 | Nov 04, 2013 11:49 PM | |
719 | Oct 29, 2013 05:21 AM | |
686 | Oct 29, 2013 05:14 AM | |
2668 | Oct 22, 2013 06:22 AM |
Activity Feed
- Posted Re: Display console prompt during install task custom action on InstallAnywhere Forum. Mar 07, 2014 05:55 AM
- Posted Re: Pass user defined parameter to build.exe on InstallAnywhere Forum. Mar 07, 2014 05:51 AM
- Posted Re: Uninstall Issue in CD-ROM and WebInstaller setup on InstallAnywhere Forum. Mar 07, 2014 05:42 AM
- Posted Re: Starting tomcat on InstallAnywhere Forum. Nov 06, 2013 11:26 PM
- Posted Re: Starting tomcat on InstallAnywhere Forum. Nov 05, 2013 11:38 PM
- Posted Re: Starting tomcat on InstallAnywhere Forum. Nov 05, 2013 05:45 AM
- Posted Re: Starting tomcat on InstallAnywhere Forum. Nov 04, 2013 11:49 PM
- Posted Re: Can you describe a bit more IOA-000077594 ? on InstallAnywhere Forum. Oct 29, 2013 05:21 AM
- Posted Re: Setting CLASSPATH at runtime on InstallAnywhere Forum. Oct 29, 2013 05:14 AM
- Posted Re: Not able to execute custom code on InstallAnywhere Forum. Oct 22, 2013 06:22 AM
- Posted Re: execute Custom Code as a different user on InstallAnywhere Forum. Oct 21, 2013 01:38 AM
- Posted Re: console: Get User Input on InstallAnywhere Forum. Oct 21, 2013 01:28 AM
- Posted Re: SecurityService class not found on InstallAnywhere Forum. Oct 17, 2013 11:46 PM
- Posted Re: Custom dialog on InstallAnywhere Forum. Oct 16, 2013 01:21 AM
- Posted Re: Getting Install Progress in Custom Code on InstallAnywhere Forum. Sep 10, 2013 12:08 AM
- Posted Re: Custom code on InstallAnywhere Forum. Aug 25, 2013 11:49 PM
- Posted Re: Console install "Choose Product Features" does not re-display after options chosen" on InstallAnywhere Forum. Aug 14, 2013 01:51 AM
- Posted Re: Adding files with variable in path on InstallAnywhere Forum. Aug 14, 2013 01:42 AM
- Posted Re: Export custom variable to response file. on InstallAnywhere Forum. Aug 14, 2013 01:30 AM
- Posted Re: Installer showing message "Multiple launches of this installer is not allowed..." on InstallAnywhere Forum. Aug 14, 2013 01:17 AM