This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Vikram_Gosain
Level 6
- Revenera Community
- :
- About Vikram_Gosain
Mar 02, 2010
03:29 AM
pv7721 wrote: No, there isn't any special option. All you need to do is to create an installer.properties file along the installed .exe and then use Execute Installed Target like this: name of the installed setup -i silent or name of the installed setup -f path to the installer.properties Let me try this option.
... View more
Feb 14, 2010
11:28 PM
pv7721 wrote: The simplest thing to do would be to install the 2nd installer in a temporary location and execute it in silent mode when required (i.e. when the end user has checked the appropriate checkbox). Hi Vlad. Thanks a bunch for the tip. I was able to invoke an exe from another exe in windows platform."Execute Command" panel did it for me. Now I have to do the same thing for HPUX and Solaris platform. I am working on it. I am unaware of executing the installer from silent mode.Is there any panel which gives us this option?
... View more
Jan 19, 2010
12:11 PM
Hi I have a requirement in which I have to give an option to user from the master installer,whether he wants to install a child installer or not.If Yes then we should install the child installer.It is like invoking an exe from another exe based on some check box or something. Does anyone has any thoughts on how to implement this? Thanks -Vikz
... View more
Labels
- Labels:
-
InstallAnywhere 2009
Nov 09, 2009
12:25 AM
pv7721 wrote: I see. It's odd, as it happened almost a year ago. I wonder if the user has find the solution to his problem. But coming back to your issue, have you ever managed to compile in command line, or it never worked? Hi Vlad By reducing the "stack" memory of the server where the builds were running we were able to resolve this issue. Thanks -Vikz
... View more
Nov 09, 2009
12:23 AM
pv7721 wrote: This occurs in the self-extracting phase before installation and it's somewhere in this code taken from the Unix self-extractor: [CODE] [ $LAX_DEBUG ] && echo "Space needed to complete the self-extraction: $NEEDED_SPACE blocks" sePwd=`pwd` cd "$INSTBASE" AVAIL_SPACE=`$DF_CMD . 2>/dev/null | awk "{print \\\$$DF_AVAIL_COL}" | tail $TAILN1ARG` isValidNumber() { awk 'BEGIN { if ( ARGV[1] ~ /^[0-9]+$/ ) { exit(0); } else { exit(1); } }' "$1" return $? } if ! isValidNumber "$AVAIL_SPACE"; then echo "DF output not POSIX standard" AVAIL_SPACE=`$DF_CMD . 2>/dev/null | awk -F: '{ print $2 }' | awk '{ print $1 }' | tail $TAILN1ARG` if ! isValidNumber "$AVAIL_SPACE"; then unset $AVAIL_SPACE fi fi [ $LAX_DEBUG ] && echo "Available space: $AVAIL_SPACE blocks" [/CODE] I believe its the problem of the shell.The error message appears when the installer is executed in bash and sh, it does not come up in ksh. Thanks Vikz
... View more
Nov 05, 2009
05:50 AM
pv7721 wrote: Vikram, I'm just trying to obtain and clarify all the information needed first to understand your issue. So you said that GUI builds worked, but builds from the command line failed. I was asking for the command line calling the build, and you said it was "InstallAnywhere -b xxx.iap_xml". This looked extremely odd to me as I never knew one can build in command line this was. Then I told you how I'm building in command line. Then you said: "We are using some shell scripts in solaris to build installers." so I asked you, as this was the first time you mentioned the actual build environment: "Does this happen on a Solaris machine? What would be different in the aforementioned scripts?" What I meant by that is: "what exactly do you do differently in the script calling the IA build from the manual call?" Hi Vlad This happens in the Solaris machine. We do not do anything much except calling the "InstallAnywhere -b xxx.iap_xml" command.We have license of IA for Solaris OS only. So everything happens in Solaris. I hope I have answered your question. I saw the same problem posted by some user in the following link.. http://community.flexerasoftware.com/showthread.php?t=184950 -Vikz
... View more
Nov 04, 2009
08:58 AM
Vlad I did not quite understand your question. -Vikz
... View more
Nov 03, 2009
10:47 AM
pv7721 wrote: Well, in my case I always used the build.exe tool for building in command line. We are using some shell scripts in solaris to build installers. -Vikz
... View more
Nov 03, 2009
09:21 AM
pv7721 wrote: Could you also post the relevant part of the script that calls the IA build? Its just one line....InstallAnywhere -b xxx.iap_xml. -Vikz
... View more
Nov 03, 2009
08:34 AM
I am using InstallAnywhere 2009 Enterprise Edition SP1.Now my projects build absolutely fine with gui but if I build them via command line(which I am doing in an ant script) I get the following error.... **** A parameter to a method was not available: method not invoked - Vector.addElement( null) **** A parameter to a method was not available: method not invoked - Vector.addElement( null) **** A parameter to a method was not available: method not invoked - Vector.addElement( null) **** A parameter to a method was not available: method not invoked - Vector.addElement( null) **** A parameter to a method was not available: method not invoked - Vector.addElement( null) **** A parameter to a method was not available: method not invoked - Vector.addElement( null) **** A parameter to a method was not available: method not invoked - Vector.addElement( null) **** A parameter to a method was not available: method not invoked - Vector.addElement( null) **** A parameter to a method was not available: method not invoked - Vector.addElement( null) Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX) Stack Trace: java.lang.NoClassDefFoundError at ZeroGlg.e(DashoA10*..) at ZeroGlg. (DashoA10*..) at ZeroGlg.a(DashoA10*..) at ZeroGlg.a(DashoA10*..) at InstallAnywhere.a(DashoA10*..) at InstallAnywhere.main(DashoA10*..) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.zerog.lax.LAX.launch(DashoA10*..) at com.zerog.lax.LAX.main(DashoA10*..) This Application has Unexpectedly Quit: Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
... View more
Labels
- Labels:
-
InstallAnywhere 2009
Oct 01, 2009
08:09 AM
Hey Vlad It worked.Amazing.Thanks aton for your help.As always you are my saviour. 😉 Thanks and Regards Vikram
... View more
Oct 01, 2009
05:43 AM
Oh.Ok. Let me try this option. But I guess we cant change the Readme.txt and LicenseAggrementFile.txt to html files. There are some constraints involved in this. Thanks -Vikz.
... View more
Sep 30, 2009
09:34 AM
pv7721 wrote: Is this a standard or a custom panel? The panels are Console:License Aggrement,Console:Important Information. Basically whatever I am writing to the panel gui is ok.But say license aggrement is a text file which I am picking up from some location.Whatever files I am picking up from different location changes there colour to white in HPUX. Thanks -Vikram
... View more
Sep 29, 2009
03:53 AM
Hi Vlad I used the official supported version of JAVA for RISC. It did not work. 😞 -Vikram
... View more
Sep 28, 2009
01:09 AM
pv7721 wrote: I'm not sure what exactly HP-UX inmco11 B.11.11 is, I mean if it's RISC or Itanium, but if I'm to look here: http://www.acresso.com/downloads/downloads_7150.htm#HPUX_RISC or here: http://www.acresso.com/downloads/downloads_7150.htm#HPUX_ITANIUM in both cases I see the same thing: the VM packs available for download from the Acresso Software are both maximum version 1.5.something... AFAIK from support engineers a VM pack is made available only if it has been tested against an IA version... As I don't see any Java 1.6 for HP-UX my guess is that it might not be supported... Could you try to use an officially supported JVM and see how this goes? Thanks alot Vlad.Let me try this option. Thanks again for the response. -Vikram
... View more
Latest posts by Vikram_Gosain
Subject | Views | Posted |
---|---|---|
1622 | Mar 02, 2010 03:29 AM | |
1622 | Feb 14, 2010 11:28 PM | |
3885 | Jan 19, 2010 12:11 PM | |
2033 | Nov 09, 2009 12:25 AM | |
1700 | Nov 09, 2009 12:23 AM | |
2767 | Nov 05, 2009 05:50 AM | |
2767 | Nov 04, 2009 08:58 AM | |
2767 | Nov 03, 2009 10:47 AM | |
2767 | Nov 03, 2009 09:21 AM | |
7090 | Nov 03, 2009 08:34 AM |
Activity Feed
- Posted Re: Invoking an exe from another on InstallAnywhere Forum. Mar 02, 2010 03:29 AM
- Posted Re: Invoking an exe from another on InstallAnywhere Forum. Feb 14, 2010 11:28 PM
- Posted Invoking an exe from another on InstallAnywhere Forum. Jan 19, 2010 12:11 PM
- Posted Re: Build via GUI ok but cmdline fails on InstallAnywhere Forum. Nov 09, 2009 12:25 AM
- Posted Re: !: not found on InstallAnywhere Forum. Nov 09, 2009 12:23 AM
- Posted Re: Build via GUI ok but cmdline fails on InstallAnywhere Forum. Nov 05, 2009 05:50 AM
- Posted Re: Build via GUI ok but cmdline fails on InstallAnywhere Forum. Nov 04, 2009 08:58 AM
- Posted Re: Build via GUI ok but cmdline fails on InstallAnywhere Forum. Nov 03, 2009 10:47 AM
- Posted Re: Build via GUI ok but cmdline fails on InstallAnywhere Forum. Nov 03, 2009 09:21 AM
- Posted Build via GUI ok but cmdline fails on InstallAnywhere Forum. Nov 03, 2009 08:34 AM
- Posted Re: HPUX Display Setting Issue on InstallAnywhere Forum. Oct 01, 2009 08:09 AM
- Posted Re: HPUX Display Setting Issue on InstallAnywhere Forum. Oct 01, 2009 05:43 AM
- Posted Re: HPUX Display Setting Issue on InstallAnywhere Forum. Sep 30, 2009 09:34 AM
- Posted Re: HPUX Display Setting Issue on InstallAnywhere Forum. Sep 29, 2009 03:53 AM
- Posted Re: HPUX Display Setting Issue on InstallAnywhere Forum. Sep 28, 2009 01:09 AM
- Posted Re: HPUX Display Setting Issue on InstallAnywhere Forum. Sep 25, 2009 11:50 AM
- Posted HPUX Display Setting Issue on InstallAnywhere Forum. Sep 25, 2009 09:10 AM
- Posted !: not found on InstallAnywhere Forum. Sep 14, 2009 06:30 AM
- Posted Re: IA v7.1 and IAv9.0 compatibility issue on InstallAnywhere Forum. Jul 16, 2009 06:15 AM
- Posted IA v7.1 and IAv9.0 compatibility issue on InstallAnywhere Forum. Jul 14, 2009 09:00 AM
Contact Me
Online Status |
Offline
|
Date Last Visited |
Mar 18, 2019
12:11 PM
|