Mar 18, 2013
12:50 AM
Hi, If you are building a 'Without VM' installer, then the user of your application will have to have java installed on his/her system. As you said, you can give a download link or ask the user to install java before installing your application. Another option is crerating the 'With VM' installer which does not mandate the user to have java installed on his/her system. Thanks.
... View more
Mar 14, 2013
11:21 PM
Hi, Use the Execute Script/Batch file action.
... View more
Mar 14, 2013
02:53 AM
mrcoder wrote: public class TestAction extends CustomCodeAction { public void install(InstallerProxy proxy) throws InstallException { ConsoleUtils cu = (ConsoleUtils) proxy.getService(ConsoleUtils.class); System.out.println(cu); // prints 'null' } ...... } Hi, ConsoleUtils class provides methods for custom code 'console' actions. So in your code, you'll have to change two things for the right usage of ConsoleUtils class- 1. Your class should extend CustomCodeConsoleAction instead of CustomCodeAction 2. The proxy should be changed to 'consoleproxy' Then you will have the instance of ConsoleUtils in the object 'cu'. You can then use this object to access methods on ConsoleUtils. Did this help? Thanks, Ramya
... View more
Mar 14, 2013
01:31 AM
Hi, This is a bug reported post release, so you will not find it in the kb article. Thanks
... View more
Mar 11, 2013
04:24 AM
Hi, This is a known bug and is being addressed. Thanks, Ramya
... View more
Mar 07, 2013
01:03 AM
Hi, I tried multiple times, but I'm unable to reproduce this. If you're still facing this problem, you can always type E:\ in the textbox and it will list the contents. Thanks, Ramya
... View more
Mar 05, 2013
10:35 PM
Hi, In which dialog are you facing this issue? The drive where you install IA shouldn't cause any problems. I've tried installing in E:\ and the drive is being detected by IA. Thanks, Ramya
... View more
Mar 05, 2013
06:44 AM
As I mentioned earlier, you can use a vm pack created using jdk and build a with vm installer. Alternatively, you can try the JVM Search Settings for every build target under Build Installers > Build configuration > Expand Build atrget node > JVM Search Settings. Configure a spec file such that the installer can pick only JDK to launch. Add this spec file to the corresponding build target. This way you can make sure the picked java is of jdk only. Please check the online help for JVM Spec Search. Thanks, Ramya
... View more
Mar 05, 2013
12:43 AM
It's a command line argument to the installer, something like- install.exe LAX_VM
... View more
Mar 05, 2013
12:05 AM
Hi, You can try to validate the inputs at pre-install phase itself. Is it necessary to go to the install phase and then check their validity?
... View more
Mar 04, 2013
11:59 PM
Hi Sreekanth, The JAVA_HOME variable will be pointing to the directory from where java was picked by the installer to launch. Since your installer is picking jre, the JAVA_HOME variable is having the jre home instead of jdk home. If you want the JAV_HOME to be pointing to a jdk, then you can do one of the following- 1. Make sure there is only pure jdk installed on the system, so that this will be picked by the installer 2. Provide a LAX_VM argument to the installer, pointing to the jdk 3. Create a With VM installer using a JDK vm pack In all of these cases, the JAVA_HOME will be pointing to a jdk. Let me know if that helped. Thanks, Ramya
... View more
Feb 26, 2013
11:32 PM
That message is seen when the previous installation has not been successful or the installed location has been changed(say by copy pasting elsewhere), in which case the instance you're trying to manage cannot be found by the upgrade installer. Can you make sure that the first installation has been successful? Please the share the project here if possible. Thanks, Ramya
... View more
Feb 26, 2013
12:32 AM
Hi, Give us some details about the project configuration. Is it possible to share your project here? The information you've provided is insufficient to debug. Thanks, Ramya
... View more
Feb 22, 2013
04:06 AM
Hi, You can use the 'Add Features' feature under Project > Advanced tab of IA. Add the features to be added in the upgrade. The user can then launch the installer and add only the new features. Is that what you were looking at? Thanks, Ramya
... View more
Feb 22, 2013
04:01 AM
Hi, This message is seen because IA is checking the license details. There should be no issues in building your project. Thanks, Ramya
... View more
Latest posts by RamyaVenkatesh
Subject | Views | Posted |
---|---|---|
691 | Mar 07, 2014 05:55 AM | |
1126 | Mar 07, 2014 05:51 AM | |
904 | 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 | |
2669 | 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