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.
khayati
Level 5
- Revenera Community
- :
- About khayati
Aug 06, 2008
12:16 AM
Hi Can you tell me how did u created a grp of radio buttons with a label.I am also using Get user input (adv) but i m only ablw to create single radio button instead of grp of radio button :(.Can somebody help me
... View more
Aug 04, 2008
11:23 PM
well i m able to disable or enable Prev and Next buttons in my Custom code panels by :- public boolean okToGoPrevious(){ return false; } public boolean okToContinue(){ return false; } But what i want is to disable the prev button in the already created Install Complete IA Panel because if i created a custom panel for this, i m not sure what actuallt Install Complete panel funcations in IA internally as it may be setting Installation log,setting some variables etc.
... View more
Aug 04, 2008
01:28 PM
Can somebody tell me how should i disable the previous button in Install comp panel which is there in Post-Installation task?
... View more
Labels
- Labels:
-
InstallAnywhere 2008
Aug 04, 2008
01:24 PM
HI Thanks for the reply.Yeh i m aware of the installation logf tht IA creates and after comp installation but its hardly useful.I also tried Java logging the way u did but alas with no success.Can you tell me if thr is/are any settings required to create the log file.Can i add my own logs into the installatrion log file created by IA?
... View more
Aug 02, 2008
03:34 PM
well i guess we are sailing in the same boat.I too have been using ISMP 5.5 since so many yrs.Its recently tht i too have shifted to OA 2008 VP1.and its API's aren't mature like ISMP's and this have been facing many issues. Hope we get some information regarding this problem. Are you able to find any work arnd for the same? Or how r u using logging now? Can you tell me where is this Logger class in IA API's
... View more
Aug 02, 2008
04:32 AM
Yeh I did but tht only outputs the error or exception messages .What i want it to output my log statements in the log file.I also tried using Java logging but tht to didn't work:( .Can any body guide me for the same?
... View more
Jul 29, 2008
02:38 PM
Hi Is there any IA variable which can give me the build time which is displayed in Proj->Info panel->Proj locations->Last Build?I need this information in my custom code but i m not able to find if there is any IA defined variable for the same or is there any way to extract this info.
... View more
Labels
- Labels:
-
InstallAnywhere 2008
Jul 29, 2008
01:52 PM
Yeh IA 2008 has this defect .which is resolved in IA 2008 VP1. so try tht.
... View more
Jul 24, 2008
04:11 AM
Nopes I m not bundling any VM with my installer.My installer searches for JVM on the machine.by using the lax.nl.valid.vm.list = J2 JRE_J1 JRE_J2 JDK_J1 JDK_J2
... View more
Jul 24, 2008
02:48 AM
Hi Many times i face a situtation where the IA fails to installs the application giving m the error - Custom code class unavailable. in lnstallation log file.inspite of mentioning the jar file name as well as class file name correctly in custom code action. Some days back i resolved this issue by changing the compiler level of my class file from Java 1.5 to Java 1.4 ,but now after 3-4 days i m again facing the same issue inspite of having compiled my class file as Java 1.4.My jar filename and class file names mentioned in custom code are correct . Can someone suggest as what should I do ?
... View more
Labels
- Labels:
-
InstallAnywhere 2008
Jul 22, 2008
01:26 PM
Well it happens on any Unix system, i m trying to run. No i m not bundling any VM with it.I m searching the Java from the installed machine and using it. And my installer doesn't have any custom code with it . It is a simple panels installation
... View more
Jul 19, 2008
04:21 PM
Hi I have an installer created from IA which is working fyn on windows but on linux its throwing the error....... Unable to locate the application's 'main' class. The class 'com.ibm.eReview.client.Client' must be public and have a 'public static void main(String[])' method. (LAX) Unable to Launch Java Application: Unable to locate the application's 'main' class. The class 'com.ibm.eReview.client.Client' must be public and have a 'public static void main(String[])' method. (LAX) Can some one help me?
... View more
Labels
- Labels:
-
InstallAnywhere 2008
Jul 17, 2008
01:45 PM
Do you mean the whole iap_xml file? I also clicked the option - Dont update the product registry which is in Proj->Info but tht too didn't work [:(]
... View more
Jul 17, 2008
06:38 AM
Hi I have an application which is getting installed by IA.Whenever the installer runs it appends or corruots my profile file leading into appending of various enteries - And next time when i login to the same instance it generates - redudant messages like -bash: /home/db2inst=: No such file or directory -bash: export: `/home/db2inst': not a valid identifier -bash: /usr/IBMJava2-142=/usr/IBMJava2-142/bin/../jre: No such file or directory -bash: export: `/usr/IBMJava2-142': not a valid identifier Also i m getting profile1565525274 and login2093400765 each time i execute my installer. Can somebody plz tell me how can I get rid off them?
... View more
Labels
- Labels:
-
InstallAnywhere 2008
Jul 16, 2008
01:24 PM
ok... so it means only panels (Wether provided by IA or customised by me ) needs to be duplicated in IA......and nothing beside that?I mean the custom rules and actions in GUI ?Bcoz we do have a set of diff IA API's for console as well....so was thinking wether my original rules and actions(both IA based and custom code ) will work on in console mode or not?
... View more
Latest posts by khayati
Subject | Views | Posted |
---|---|---|
4880 | Aug 06, 2008 12:16 AM | |
1150 | Aug 04, 2008 11:23 PM | |
8382 | Aug 04, 2008 01:28 PM | |
2553 | Aug 04, 2008 01:24 PM | |
2553 | Aug 02, 2008 03:34 PM | |
2554 | Aug 02, 2008 04:32 AM | |
9089 | Jul 29, 2008 02:38 PM | |
1380 | Jul 29, 2008 01:52 PM | |
1022 | Jul 24, 2008 04:11 AM | |
7407 | Jul 24, 2008 02:48 AM |
Activity Feed
- Posted Re: Help!! How to wrap label in the Panel Get User Input - Advanced on InstallAnywhere Forum. Aug 06, 2008 12:16 AM
- Posted Re: Disable Previous button in Install comp panel on InstallAnywhere Forum. Aug 04, 2008 11:23 PM
- Posted Disable Previous button in Install comp panel on InstallAnywhere Forum. Aug 04, 2008 01:28 PM
- Posted Re: Logs on InstallAnywhere Forum. Aug 04, 2008 01:24 PM
- Posted Re: Logs on InstallAnywhere Forum. Aug 02, 2008 03:34 PM
- Posted Re: Logs on InstallAnywhere Forum. Aug 02, 2008 04:32 AM
- Posted IA Build time variable on InstallAnywhere Forum. Jul 29, 2008 02:38 PM
- Posted Re: $PRODUCT_VERSION_NUMBER$ not returning the value on InstallAnywhere Forum. Jul 29, 2008 01:52 PM
- Posted Re: Custom code class unavailable on InstallAnywhere Forum. Jul 24, 2008 04:11 AM
- Posted Custom code class unavailable on InstallAnywhere Forum. Jul 24, 2008 02:48 AM
- Posted Re: Linux client installable throwing error on InstallAnywhere Forum. Jul 22, 2008 01:26 PM
- Posted Linux client installable throwing error on InstallAnywhere Forum. Jul 19, 2008 04:21 PM
- Posted Re: Profile getting updated automatically on InstallAnywhere Forum. Jul 17, 2008 01:45 PM
- Posted Profile getting updated automatically on InstallAnywhere Forum. Jul 17, 2008 06:38 AM
- Posted Re: Installer to execute in Consoler mode on InstallAnywhere Forum. Jul 16, 2008 01:24 PM
- Posted Re: No Suitable driver found error in custom code on InstallAnywhere Forum. Jul 15, 2008 01:32 PM
- Posted Re: No Suitable driver found error in custom code on InstallAnywhere Forum. Jul 14, 2008 08:56 AM
- Posted Logs on InstallAnywhere Forum. Jul 12, 2008 09:37 AM
- Posted Re: No Suitable driver found error in custom code on InstallAnywhere Forum. Jul 12, 2008 09:32 AM
- Posted Re: how to access labels or captions through IA variables on InstallAnywhere Forum. Jul 12, 2008 09:29 AM
Contact Me
Online Status |
Offline
|
Date Last Visited |
Mar 18, 2019
12:11 PM
|