Dec 19, 2013
08:54 AM
How can I display a console dialog during the install task of a console installer? I want to have the user to have the option "Retry" and "Cancel" or as "Yes/No" dialog? I want to display this dialog from a custom code. Thanks.
... View more
Labels
- Labels:
-
InstallAnywhere 2012
Dec 17, 2013
08:27 AM
Hello, I have a custom action that I would like to display a console prompt for user input depending on a condition in the custom code. I was able to do this if the installer is in GUI install mode by calling MessageDialog that Flexera provides on their website, but I don't see anything equivalent do display a console dialog during the install task. Thanks
... View more
Labels
- Labels:
-
InstallAnywhere 2013
Dec 16, 2013
03:31 PM
Is there a IA variable that I can check to see what mode the installer is running under such a sGUI or Console? I need my custome code to behave differently based on UI mode. Thanks.
... View more
Labels
- Labels:
-
InstallAnywhere 2013
Dec 16, 2013
03:28 PM
I was able to get what I needed to work by displaying dialog box during my custom code step. The display of the box is in a loop, if the user click retry the custom code that I want to rerun is executed again. this loops until there are no errors or the user clicks Abort.
... View more
Dec 12, 2013
08:02 AM
Is it possible to write a custom dialog that can be used in the Install phase that is displayed in a loop? This part of my installer is executing database changes which can't be rolled back by not allowing the user to be able to retry the database script after perhaps correcting the issue the application will be in an inconsistent state. It seems like a silly restriction to not allow flow control during the install phase.
... View more
Dec 11, 2013
02:47 PM
During the install phase of my installer, I would like to display a prompt if a certain error condition is met. I would like the user to have an option to retry the step that failed, but it seems that InstallAnywhere does't allow jump actions to jump back to a earlier step. Is there another way of doing this? I want the user to be able to possible recover during the installation instead of crashing out of the installer. Thanks.
... View more
Labels
- Labels:
-
InstallAnywhere 2013
Nov 25, 2013
10:29 AM
The workaournd is to use the rule at the begining of the sequence with out the not operator and an impossible condtion like 1 = 0 so that the custom rule class will get included int he project. Then you can use the custome rule class later in the project witht he not operator without issue
... View more
Nov 15, 2013
04:27 PM
Just to update this thread, I had to install the latest version of the license server in order to handle InstallShield 2013 SP1 connections all other users didn't have SP1 installed so it was working for them.
... View more
Oct 31, 2013
11:57 AM
Talking with Flexera support it seems that this may be a bug in Installanywhere 2013, if the not operator is used ! then the class isn't loaded into the installer when it is built
... View more
Oct 30, 2013
09:49 AM
This is what I get in my error log when I use ! ECR678 instead of ECR678 for the Rule Expression, Why would the rule expression change whether the class can be found or not. I'm not sure what info you want from my project configuration. null: com.p2es.checkSqlplusConnection was unable to be loaded: java.lang.ClassNotFoundException: com.p2es.checkSqlplusConnection null java.lang.ClassNotFoundException: com.p2es.checkSqlplusConnection class com.p2es.checkSqlplusConnection unavailable. null: com.p2es.checkSqlplusConnection was unable to be loaded: java.lang.ClassNotFoundException: com.p2es.checkSqlplusConnection null java.lang.ClassNotFoundException: com.p2es.checkSqlplusConnection class com.p2es.checkSqlplusConnection unavailable. null: com.p2es.checkSqlplusConnection was unable to be loaded: java.lang.ClassNotFoundException: com.p2es.checkSqlplusConnection null java.lang.ClassNotFoundException: com.p2es.checkSqlplusConnection class com.p2es.checkSqlplusConnection unavailable. null: com.p2es.checkSqlplusConnection was unable to be loaded: java.lang.ClassNotFoundException: com.p2es.checkSqlplusConnection null java.lang.ClassNotFoundException: com.p2es.checkSqlplusConnection class com.p2es.checkSqlplusConnection unavailable. null: com.p2es.checkSqlplusConnection was unable to be loaded: java.lang.ClassNotFoundException: com.p2es.checkSqlplusConnection null java.lang.ClassNotFoundException: com.p2es.checkSqlplusConnection class com.p2es.checkSqlplusConnection unavailable. null: com.p2es.checkSqlplusConnection was unable to be loaded: java.lang.ClassNotFoundException: com.p2es.checkSqlplusConnection null java.lang.ClassNotFoundException: com.p2es.checkSqlplusConnection class com.p2es.checkSqlplusConnection unavailable. null: com.p2es.checkSqlplusConnection was unable to be loaded: java.lang.ClassNotFoundException: com.p2es.checkSqlplusConnection null java.lang.ClassNotFoundException: com.p2es.checkSqlplusConnection class com.p2es.checkSqlplusConnection unavailable.
... View more
Oct 23, 2013
03:38 PM
Is there a way to set the CLASSPATH based on a users environment variables when the installer launches? I would like to add the following to the CLASSPATH: $ORACLE_HOME/jdbc/lib/ojdbc6.jar I don't want the users to have to set this CLASSPATH prior to running the installer. Thanks
... View more
Labels
- Labels:
-
InstallAnywhere 2013
Oct 23, 2013
01:39 PM
Hello, I have written a custom rule that checks that a database connection credentials are valid. I'm finding that when I add my custom rule to an action and use the ! operator in the rule expressions (i.e ! ECR678 )then I get a NoClassDefinition found error when you tried to evaluate the rule, but if I don't use the ! operator and have my expression ECR678 then everything works as expected. Why would changing the rule expression to ! cause my class to not be found?
... View more
Labels
- Labels:
-
InstallAnywhere 2013
Oct 22, 2013
09:57 AM
I have a user that is getting this error when connecting to the InstallShield license server to get a license: License error: No socket connection to license server manager (-7, 10015). All other users seem to be able to connect fine. Any ideas as to what might cause this error? Thanks
... View more
Labels
- Labels:
-
InstallShield 2013
Oct 18, 2013
04:36 PM
Is there a way to get multiple user input values on a single user input console screen like the advanced user input GUI panel? Or do I need to have a console input screen for each user input option.
... View more
Labels
- Labels:
-
InstallAnywhere 2012
Oct 18, 2013
04:13 PM
Hello, I need to execute one or more of my custom actions/code as a different unix user. i.e installer start as user1 but i need a few steps to run as user2. Thanks
... View more
Labels
- Labels:
-
InstallAnywhere 2012
Latest posts by Commander_Groo
Subject | Views | Posted |
---|---|---|
1870 | Dec 19, 2013 08:54 AM | |
1941 | Dec 17, 2013 08:27 AM | |
2062 | Dec 16, 2013 03:31 PM | |
1089 | Dec 16, 2013 03:28 PM | |
1089 | Dec 12, 2013 08:02 AM | |
2967 | Dec 11, 2013 02:47 PM | |
1177 | Nov 25, 2013 10:29 AM | |
1470 | Nov 15, 2013 04:27 PM | |
1177 | Oct 31, 2013 11:57 AM | |
1177 | Oct 30, 2013 09:49 AM |
Activity Feed
- Posted Display Console Dialog during install task on InstallAnywhere Forum. Dec 19, 2013 08:54 AM
- Posted Display console prompt during install task custom action on InstallAnywhere Forum. Dec 17, 2013 08:27 AM
- Posted Check UI Mode on InstallAnywhere Forum. Dec 16, 2013 03:31 PM
- Posted Re: Controlling execution flow during install phase on InstallAnywhere Forum. Dec 16, 2013 03:28 PM
- Posted Re: Controlling execution flow during install phase on InstallAnywhere Forum. Dec 12, 2013 08:02 AM
- Posted Controlling execution flow during install phase on InstallAnywhere Forum. Dec 11, 2013 02:47 PM
- Posted Re: Custom Rule issue on InstallAnywhere Forum. Nov 25, 2013 10:29 AM
- Posted Re: Socket connection error connecting to License server on InstallShield Forum. Nov 15, 2013 04:27 PM
- Posted Re: Custom Rule issue on InstallAnywhere Forum. Oct 31, 2013 11:57 AM
- Posted Re: Custom Rule issue on InstallAnywhere Forum. Oct 30, 2013 09:49 AM
- Posted Setting CLASSPATH at runtime on InstallAnywhere Forum. Oct 23, 2013 03:38 PM
- Posted Custom Rule issue on InstallAnywhere Forum. Oct 23, 2013 01:39 PM
- Posted Socket connection error connecting to License server on InstallShield Forum. Oct 22, 2013 09:57 AM
- Posted console: Get User Input on InstallAnywhere Forum. Oct 18, 2013 04:36 PM
- Posted execute Custom Code as a different user on InstallAnywhere Forum. Oct 18, 2013 04:13 PM
- Posted Re: System.out.println() on InstallAnywhere Forum. Aug 01, 2013 09:39 AM
- Posted Re: System.out.println() on InstallAnywhere Forum. Jul 31, 2013 05:35 PM
- Posted System.out.println() on InstallAnywhere Forum. Jul 31, 2013 05:23 PM