Aug 12, 2010
12:30 AM
Hi Just an update I made installer A a merge module and put it in Installer B. Works like a charm. The merge module allows portation of all the screens as well which is what i required. Thanks for the help
... View more
Aug 09, 2010
11:53 PM
Hi All, I have to build an installer which has fully functional GUI that can be run standalone (Installer A). But this installer also needs to be able to run within another installer that will have additional features. What would be the best way to do this? Does Merge modules allow full GUI to be run in the parent installer or is it always run silently?
... View more
Labels
- Labels:
-
InstallAnywhere 2009
Mar 24, 2010
11:52 PM
Hi there we have a license for the developer too but somehow now we are getting the following error when building the installer [buildinstaller] Unable to invoke the method: [buildinstaller] InstallFrameConfigurator.setResizePanelDecorations(boolean) [buildinstaller] Some installer configuration information may be lost [buildinstaller] java.lang.NoSuchMethodException [buildinstaller] at ZeroGfh.a(DashoA10*..) [buildinstaller] at ZeroGfh.a(DashoA10*..) [buildinstaller] at ZeroGfh.a(DashoA10*..) [buildinstaller] at ZeroGfh.c(DashoA10*..) [buildinstaller] at ZeroGfh.a(DashoA10*..) [buildinstaller] at ZeroGfh.a(DashoA10*..) [buildinstaller] at ZeroGlm.a(DashoA10*..) [buildinstaller] at ZeroGlm.a(DashoA10*..) [buildinstaller] at ZeroGlm.c(DashoA10*..) [buildinstaller] at ZeroGlm.a(DashoA10*..) [buildinstaller] at InstallAnywhere.a(DashoA10*..) [buildinstaller] at InstallAnywhere.main(DashoA10*..) [buildinstaller] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M ethod) [buildinstaller] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMet hodAccessorImpl.java:39) [buildinstaller] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Deleg atingMethodAccessorImpl.java:25) [buildinstaller] at java.lang.reflect.Method.invoke(Method.java:585) [buildinstaller] at com.zerog.lax.LAX.launch(DashoA10*..) [buildinstaller] at com.zerog.lax.LAX.main(DashoA10*..) [buildinstaller] Unable to invoke the method: [buildinstaller] InstallFrameConfigurator.setAllowLabelTextToWrap(boolean) [buildinstaller] Some installer configuration information may be lost [buildinstaller] java.lang.NoSuchMethodException [buildinstaller] at ZeroGfh.a(DashoA10*..) [buildinstaller] at ZeroGfh.a(DashoA10*..) [buildinstaller] at ZeroGfh.a(DashoA10*..) [buildinstaller] at ZeroGfh.c(DashoA10*..) [buildinstaller] at ZeroGfh.a(DashoA10*..) [buildinstaller] at ZeroGfh.a(DashoA10*..) [buildinstaller] at ZeroGlm.a(DashoA10*..) [buildinstaller] at ZeroGlm.a(DashoA10*..) [buildinstaller] at ZeroGlm.c(DashoA10*..) [buildinstaller] at ZeroGlm.a(DashoA10*..) [buildinstaller] at InstallAnywhere.a(DashoA10*..) [buildinstaller] at InstallAnywhere.main(DashoA10*..) [buildinstaller] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M ethod) [buildinstaller] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMet hodAccessorImpl.java:39) [buildinstaller] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Deleg atingMethodAccessorImpl.java:25) [buildinstaller] at java.lang.reflect.Method.invoke(Method.java:585) [buildinstaller] at com.zerog.lax.LAX.launch(DashoA10*..) [buildinstaller] at com.zerog.lax.LAX.main(DashoA10*..) [buildinstaller] Unable to invoke the method: [buildinstaller] InstallerInfoData.setLicense(String) [buildinstaller] Some installer configuration information may be lost [buildinstaller] java.lang.NoSuchMethodException [buildinstaller] at ZeroGfh.a(DashoA10*..) [buildinstaller] at ZeroGfh.a(DashoA10*..) [buildinstaller] at ZeroGfh.a(DashoA10*..) [buildinstaller] at ZeroGfh.c(DashoA10*..) [buildinstaller] at ZeroGfh.a(DashoA10*..) [buildinstaller] at ZeroGfh.a(DashoA10*..) [buildinstaller] at ZeroGlm.a(DashoA10*..) [buildinstaller] at ZeroGlm.a(DashoA10*..) [buildinstaller] at ZeroGlm.c(DashoA10*..) [buildinstaller] at ZeroGlm.a(DashoA10*..) [buildinstaller] at InstallAnywhere.a(DashoA10*..) [buildinstaller] at InstallAnywhere.main(DashoA10*..) [buildinstaller] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M ethod) [buildinstaller] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMet hodAccessorImpl.java:39) [buildinstaller] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Deleg atingMethodAccessorImpl.java:25) [buildinstaller] at java.lang.reflect.Method.invoke(Method.java:585) [buildinstaller] at com.zerog.lax.LAX.launch(DashoA10*..) [buildinstaller] at com.zerog.lax.LAX.main(DashoA10*..)
... View more
Mar 24, 2010
05:54 PM
Hi All, Currently one of our developers is trying to build my IA project but he doesn't have IA installed. The source path kept complaining but he had to copy the file com.zerog.ia.PathManager.properties to C:\Documents and Settings\Administrator\InstallAnywhere\100\Enterprise\preferences and it worked. However, is there a way to set the source path in the build.xml instead of having to manually copy this file over? Thanks
... View more
Labels
- Labels:
-
InstallAnywhere 2009
Feb 10, 2010
11:28 PM
Hi All, I am automating the installer build. How do I specify the source path via the command line as I am not sure what drive the source path will be on dependant on different dev machines. Thanks!
... View more
Labels
- Labels:
-
InstallAnywhere 2009
Feb 07, 2010
08:15 PM
NVM found the information in http://kb.flexerasoftware.com/doc/DocumentRepository/Installation/InstallAnywhere/InstallAnywhere%20Enterprise%208.0x/01_Public/Product%20Manual/ia8_User_Guide.pdf Thanks all!
... View more
Feb 07, 2010
07:26 PM
Hi All, When I link files to the installer, it automatically assigns the source path as a variable such as $DUMMY_FILES$\ Is there an easy way to change the source path variable (I cannot find it when i open the project in notepad)? I need to be able to change it because the drive of the files will change based on different build boxes thanks!
... View more
Labels
- Labels:
-
InstallAnywhere 2009
Jan 25, 2010
05:11 PM
HI All, In my installation I need to start up the BEA Weblogic in a different window, however, I have tried using the command line and script/batch file commands with /K but it is not triggering a new window and have tried running the commands in an infinite loop within the installer (the option to wait until process is completed is ticked) I have even tried creating a temporary batch file with the following and then executing the script/batch file action but still it does not work cd C:\temp\ run.bat where run.bat has the following commands in it C:\windows\system32\cmd.exe /K C:\bea\user_projects\domains\test\bin\startWeblogic.cmd Any advice would be appreciated thank!
... View more
Labels
- Labels:
-
InstallAnywhere 2009
Oct 01, 2009
01:52 AM
Hi, I am trying to run some simple custom code but it is not working. I set the variable HOSTNAME_TEST using ip.setVariable("HOSTNAME_TEST", "localhost"); It is hardcoded for this testing purpose. In the installanywhere project i call custom code specifying the jar to this class as well as specifying the class name customAction I then display the variable $HOSTNAME_TEST$ but it displays blank. Am I missing anything here? btw the code compiles with no errors and i am using the sample CustomCodeAction file as a template. Thanks in advance
... View more
Labels
- Labels:
-
InstallAnywhere 2009
Latest posts by phoenix_ml
Subject | Views | Posted |
---|---|---|
667 | Aug 12, 2010 12:30 AM | |
3943 | Aug 09, 2010 11:53 PM | |
897 | Mar 25, 2010 07:15 PM | |
897 | Mar 24, 2010 11:52 PM | |
4266 | Mar 24, 2010 05:54 PM | |
2092 | Feb 10, 2010 11:28 PM | |
1148 | Feb 07, 2010 08:15 PM | |
5975 | Feb 07, 2010 07:26 PM | |
737 | Jan 27, 2010 04:44 PM | |
3133 | Jan 25, 2010 05:11 PM |
Activity Feed
- Posted Re: Using Merge modules with GUI on InstallAnywhere Forum. Aug 12, 2010 12:30 AM
- Posted Using Merge modules with GUI on InstallAnywhere Forum. Aug 09, 2010 11:53 PM
- Posted Re: source path in team development on InstallAnywhere Forum. Mar 25, 2010 07:15 PM
- Posted Re: source path in team development on InstallAnywhere Forum. Mar 24, 2010 11:52 PM
- Posted source path in team development on InstallAnywhere Forum. Mar 24, 2010 05:54 PM
- Posted specifying source path in command line on InstallAnywhere Forum. Feb 10, 2010 11:28 PM
- Posted Re: Easy way of changing file path variable? on InstallAnywhere Forum. Feb 07, 2010 08:15 PM
- Posted Easy way of changing file path variable? on InstallAnywhere Forum. Feb 07, 2010 07:26 PM
- Posted Re: Running command in new window on InstallAnywhere Forum. Jan 27, 2010 04:44 PM
- Posted Running command in new window on InstallAnywhere Forum. Jan 25, 2010 05:11 PM
- Posted Running custom code on InstallAnywhere Forum. Oct 01, 2009 01:52 AM