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
- :
- Re: IA5.5.1 properties not detected in silent/console modes
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
‎Nov 08, 2011
09:40 AM
IA5.5.1 properties not detected in silent/console modes
Hi
I use a product which has an IA5.5.1 Enterprise installer. Default mode is UI but I need to get this product installed on a whole bunch of machines quickly so I'm trying to automate by using silent mode. I am creating a properties file which I then pass to the installer with -f option (works fine) but I find a couple of crucial fields does not get picked up, in fact even when I run in UI mode their text box is set to '/' (this is on solaris) not the property value
I turned up LAX debug and the properties are read in fine.
I tried recording the UI installation with a -r option but installer failed saying not a recognised option 😞
To figure out the property names I took a peek into the InstallScript.iap.xml file ( I guess that is a bit cheeky but it seemed to work )
So can somebody clarify -is it possible that the installer only allows some changes to be possible when running in a GUI mode, not silent? (That would be tremendously annoying!)
If so is there any way to get around it ?
thanks
Tim
I use a product which has an IA5.5.1 Enterprise installer. Default mode is UI but I need to get this product installed on a whole bunch of machines quickly so I'm trying to automate by using silent mode. I am creating a properties file which I then pass to the installer with -f option (works fine) but I find a couple of crucial fields does not get picked up, in fact even when I run in UI mode their text box is set to '/' (this is on solaris) not the property value
I turned up LAX debug and the properties are read in fine.
I tried recording the UI installation with a -r option but installer failed saying not a recognised option 😞
To figure out the property names I took a peek into the InstallScript.iap.xml file ( I guess that is a bit cheeky but it seemed to work )
So can somebody clarify -is it possible that the installer only allows some changes to be possible when running in a GUI mode, not silent? (That would be tremendously annoying!)
If so is there any way to get around it ?
thanks
Tim
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 08, 2011
10:21 AM
Your IA version has been obsoleted for years (thus the -r option not being present in that version). I guess that your issue is that some defaults are not defined for the respective platform (i.e. Solaris).
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 08, 2011
10:42 AM
I think my main query is why can I enter a value using GUI mode on solaris which takes effect fine, but not when setting it as a property for silent mode?
Just like to understand if that is common behaviour - seems a bit weird to me.
I successfully set other properties such as installation directory using a property in silent mode
Fully appreciate this is old technology!
thanks
Tim
Just like to understand if that is common behaviour - seems a bit weird to me.
I successfully set other properties such as installation directory using a property in silent mode
Fully appreciate this is old technology!
thanks
Tim
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 09, 2011
02:10 PM
Do you have access to the project that has been used for generating the installer?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 12, 2011
04:05 PM
No, its a 3rd party product.
But like I say I extracted the config from the installer which is how I figured out the proprties to set, the salient portion I believe is this -
[FONT="Courier New"]
[/FONT]
Tim
But like I say I extracted the config from the installer which is how I figured out the proprties to set, the salient portion I believe is this -
[FONT="Courier New"]
Tim
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 14, 2011
03:26 AM
Well, I'm afraid your hands are tied if it's a third party product: if the correct condition is not set on those properties, or they're not correctly handed, they will never be populated in silent mode. The only option would be to report the problem to the creator, and have the silent mode properly supported.