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.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- sorry, my bad
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 31, 2010
02:53 AM
Problem: variables are not updated
We find this problem in two cases:
1. If we have an installer.properties, variables in the file will eclipse whatever the user input in the gui.
2. If user inputs a value for a variable, go to next page, then go back to the previous page. Even if the user changes the value, the old value from the first time is still there. The new value is never picked up.
Please help.
1. If we have an installer.properties, variables in the file will eclipse whatever the user input in the gui.
2. If user inputs a value for a variable, go to next page, then go back to the previous page. Even if the user changes the value, the old value from the first time is still there. The new value is never picked up.
Please help.
(6) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 31, 2010
03:02 AM
1. This is not a bug, but a feature! Indeed, whenever an installer.properties is present, the install will proceed in silent mode, which means that all panels / consoles are skipped and necessary input (which otherwise would have been provided via those input methods) are taken from the file instead!
2. For the second case your project is needed, or at least a little mockup project for which you can reproduce the issue!
2. For the second case your project is needed, or at least a little mockup project for which you can reproduce the issue!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 31, 2010
04:13 AM
if you didn't set the install mode to silent, for example, "SWING". those values are loaded as default values in the gui.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 31, 2010
04:58 AM
And this happens, I guess, because IA manual says the you either launch the silent installation like this:
or
./setup.exe -i silent
or
./setup.exe -f /path/to/installer.properties
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 01, 2010
05:14 AM
finally, found it's our code problem. Thanks.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 01, 2010
08:20 AM
My question is: if installer.properties messes up with the installation, why can't you simply discard it and assign in the build default values to variables?