Oct 09, 2009
02:02 PM
Okay, i changed it to be within quotes and it works, 150 entered - matches "[1][5-9][0-9]" 1501 entered - does not match 250 entered - does not match So, it looks like we are a go on with surrounding the regexp with quotes. Thanks! Joe
... View more
Oct 09, 2009
01:17 PM
i changed the panel 3 rule to be: rule (compare install variable): $input_num$ equals "150" Then, it displays panel 3. So, why does the regular expressions not work right? Joe
... View more
Oct 09, 2009
01:09 PM
Hello Jerome. Thanks for the response, but i cannot get it to work. I changed it so to just display a message panel and here is what it does: Input panel: enter number 150-199 range into $input_num$ msg panel 1: you entered wrongly - $input_num$ rule: $input_num$ Does not match ^[1][5-9][0-9]$DOLLAR$ msg panel 2: you entered rightly - $input_num$ rule: $input_num$ Matches ^[1][5-9][0-9]$DOLLAR$ i execute it, and enter 150 and i get the first msg panel as if the number did not match. When i hit next, i do not get the second panel. So, i start the process again. I execute it, and enter 5555 and i get the same results above, where the first msg panel displays and not the second. I am thinking that rules are not working properly in my Enterprise 2009 edition. I added a new: msg panel 3: you entered right value rule (compare install variable): $input_num$ equals 150 and i reran it and entered 150, and again only the 1st msg panel appeared. What do you think is my problem? I have been using IA for about a year. I just upgraded from version 8 to 2009. Could this be a bug? Thanks! Joe
... View more
Oct 09, 2009
08:35 AM
Hello. I am trying to have a regular expression rule that ensures a number between 150-199 is entered. My rule shows: $input_num$ Does not match ^[1][5-9][0-9]$ if this rule fails it suppose to Jump back to the label above the input panel. However, no matter what i enter, it never fails and proceeds to the next action. Please help, we need this to work for us. Thanks! Joe
... View more
Labels
- Labels:
-
InstallAnywhere 2009
Sep 25, 2009
11:16 AM
I have a installer that works on Windows, where we are expanding a zip archive into the install directory. However, on the Solaris box, it says it expands it successfully, but no files are extracted. Here is the log of the action: /home/jkreife/ED/ Can someone help me with Unix and expanding archives? Thanks! Joe
... View more
Labels
- Labels:
-
InstallAnywhere 2008
Latest posts by joekreif
Subject | Views | Posted |
---|---|---|
1119 | Oct 09, 2009 02:02 PM | |
1119 | Oct 09, 2009 01:17 PM | |
1119 | Oct 09, 2009 01:09 PM | |
8231 | Oct 09, 2009 08:35 AM | |
488 | Sep 25, 2009 11:38 AM | |
1363 | Sep 25, 2009 11:16 AM |
Activity Feed
- Posted regexp does not like the special characters on InstallAnywhere Forum. Oct 09, 2009 02:02 PM
- Posted well, rules do work when... on InstallAnywhere Forum. Oct 09, 2009 01:17 PM
- Posted doesn't work for me on InstallAnywhere Forum. Oct 09, 2009 01:09 PM
- Posted regexp not working on InstallAnywhere Forum. Oct 09, 2009 08:35 AM
- Posted Thanks! on InstallAnywhere Forum. Sep 25, 2009 11:38 AM
- Posted Unix EXpand Archive help on InstallAnywhere Forum. Sep 25, 2009 11:16 AM