Sep 13, 2011
10:25 PM
Does anybody met with the same problem. Anyone could share the experience of using "Choose JVM Panel"
... View more
Sep 09, 2011
03:21 AM
More pictures about my configuration:
... View more
Sep 09, 2011
03:14 AM
Hi, I want our product installer to run using bundled JRE1.6 and product itself to use JDK1.6+ which user will install before installing our product. I made some configurations in the IA2011 as the attached pictures show, but in the "Choose Java Virtual Machine" Panel. No JVM was found at first. I clicked "Search another location" and change to the "/usr/java". still No JVM was found. But, when I clicked the "Search another location" and change "/usr/java" again. It display 5 jvm entries and even jvms that are not under the "/usr/java" directory are displayed. I have to say the behaviour of "Choose JVM Panel" is very wired. Please give me any advice how I can achieve my requirement. Best Regards Bruce Zhang
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Sep 06, 2011
04:19 AM
My installer doesn't work. As a workaround, I add another customcodeAction which does nothing but just add some dependencies jar files so that each customcodeAction could have less than 20 jar dependencies.
... View more
Sep 06, 2011
01:51 AM
Hi, All I have a custom action which has more than 20 dependencies jar files but It seems that IA2011 doesn't support so many dependencies. It will throw out an ArrayIndexOutOfBoundsException. Please see the attached pictures for the details
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Aug 19, 2011
03:20 AM
Hi, All I have a customCodeAction which depends on the sqlserver jdbc singed jar. It works ok when I use jdbc in the override install function of customCodeAction. But uninstall function which also uses jdbc doesn't work when running the uninstaller. Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver") will throw ClassNotFoundException. Can anyone confirm if it's a IA2011 bug? Thanks Best Regards BZ
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Aug 15, 2011
02:25 AM
Hi, I can only find IA Enterprise 2011 evaluation in the official site. Due to some reasons, our company choose to use 2010 evaluation, where can I download it? Best Regards BZ
... View more
Labels
- Labels:
-
InstallAnywhere 2010
Jul 28, 2011
03:11 AM
Hi, Using the InstallSets Panel , it will display all features in an tree hierarchy. I want to disable some of checkboxes and make them selected by default and User can't disselect the checkbox. Is it possible to achieve it? Best Regards Bruce Zhang
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Jul 21, 2011
02:17 AM
hi, I know IA support either add images or installer steps to the left-side of installer panels. But I have a requirement , which needs to show the image at the left-side of the first panel. Then, it starts to show the installer steps in the following panels. Is there any easy way to implement this requirement? Best Regards BZ
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Jul 18, 2011
04:03 AM
Ok, I just found the variable $EXTRACTOR_DIR$ contains the path where the launcher resides.
... View more
Jul 17, 2011
09:03 PM
Hi, all I'm generating an CD-ROM Installer using IA 2011 on Linux Platform. My program A will depend on an third-party program B to install first. So I plan to put this program B installer under the DISK1 and when I run my own program A installer and it will run the program B first. My question is how can I run this program B , I tried to use "Execute Command" Action , using a relative path "../../programB", But it will reports the error "Command.run(): Cannot run program "../../programB": java.io.IOException: error=2, No such file or directory" How these two installer are located in the DISK1 is like below: DISK1/programB DISK1/InstData/VM/programA.bin can Anybody tell me how to run the programB installer in the program A installer. Best Regards BZ
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Jul 11, 2011
05:35 AM
Hi, I have a jar for an CustomCodePanel action in the Pre-Install Task, the jar file uses jni technology to load a C++ library. I need to set LD_LIBRARY_PATH so that IA could find the C++ library. There is a "Set Environment Viariable" action but it's only available in the Install Task. How could I set env in the Pre-Install Task Best regards BZ
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Jun 28, 2011
03:29 AM
HI, All I'm working on a Linux installer using installanywhere 2011 enterprise. In the installation process, i need to install another thirty party tool, so I add a "Execute Command Action" in the install step to install this tool. This command will took almost an hour to finish. I want to display the output of this command on an new terminal(which can be closed after command is executed) or in an Dialog so that user can know the installation is still going. Can it be achieved? There is a setting "Store process's stdout in" in the Execute Command action. I tried to set it to an Variable and refer this variable in the "Show intermidiate Dialog", but it seems not working. The intermidate dialog will not show the output of command. Can anyone help on this? Best Regards
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Jun 27, 2011
05:17 AM
Hi, All I just want to know if it is possible to use standard version to create a custom GUI so that the installer can collect some information from user. if standard version doesn't provide this function, are there any workaround or Do I have to purchase the enterprise version. Best Regards Bruce Zhang
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Latest posts by brzhang
Subject | Views | Posted |
---|---|---|
1578 | Sep 13, 2011 10:25 PM | |
1578 | Sep 09, 2011 03:21 AM | |
3306 | Sep 09, 2011 03:14 AM | |
713 | Sep 06, 2011 04:19 AM | |
2285 | Sep 06, 2011 01:51 AM | |
2147 | Aug 19, 2011 03:20 AM | |
1646 | Aug 15, 2011 02:25 AM | |
2926 | Jul 28, 2011 03:11 AM | |
1819 | Jul 21, 2011 02:17 AM | |
464 | Jul 18, 2011 04:03 AM |
Activity Feed
- Posted Re: The problem about Choose Java Virtual Machine Panel on InstallAnywhere Forum. Sep 13, 2011 10:25 PM
- Posted Re: The problem about Choose Java Virtual Machine Panel on InstallAnywhere Forum. Sep 09, 2011 03:21 AM
- Posted The problem about Choose Java Virtual Machine Panel on InstallAnywhere Forum. Sep 09, 2011 03:14 AM
- Posted Re: The number of dependencies jars can't exceed 20? on InstallAnywhere Forum. Sep 06, 2011 04:19 AM
- Posted The number of dependencies jars can't exceed 20? on InstallAnywhere Forum. Sep 06, 2011 01:51 AM
- Posted CustomCodeAction with signed jar dependency doesn't work when running uninstaller on InstallAnywhere Forum. Aug 19, 2011 03:20 AM
- Posted Where can I download the 2010 enterprise evalutaion ? on InstallAnywhere Forum. Aug 15, 2011 02:25 AM
- Posted How can I disable the checkbox in the Product Features Panel on InstallAnywhere Forum. Jul 28, 2011 03:11 AM
- Posted Question about Installer Steps on InstallAnywhere Forum. Jul 21, 2011 02:17 AM
- Posted Re: How can I get the path where installer resides on InstallAnywhere Forum. Jul 18, 2011 04:03 AM
- Posted How can I get the path where installer resides on InstallAnywhere Forum. Jul 17, 2011 09:03 PM
- Posted How can I set environment viariable in the pre-install phase on InstallAnywhere Forum. Jul 11, 2011 05:35 AM
- Posted How can output of "Execute Command Action" be displayed in a new Terminal on InstallAnywhere Forum. Jun 28, 2011 03:29 AM
- Posted Is it possible to use standard version to create custom GUI on InstallAnywhere Forum. Jun 27, 2011 05:17 AM