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
- :
- Silent Install of InstallAnywhere 2011
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
‎Jun 09, 2011
05:18 PM
Silent Install of InstallAnywhere 2011
How do you do a silent install of InstallAnywhere 2011? Where is the documentation to do it?
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 09, 2011
11:45 PM
Hi,
You can do silent mode installation of InstallAnywhere 2011 by providing simple commandline flag.
For example:
For silent mode: install.exe -i silent
This will install InstallAnywhere 2011 in the default location. Form example in windows, it is C:\Program Files\InstallAnywhere 2011 Enterprise for Enterprise installer.
For console mode: install.exe -i console
Thanks,
You can do silent mode installation of InstallAnywhere 2011 by providing simple commandline flag.
For example:
For silent mode: install.exe -i silent
This will install InstallAnywhere 2011 in the default location. Form example in windows, it is C:\Program Files\InstallAnywhere 2011 Enterprise for Enterprise installer.
For console mode: install.exe -i console
Thanks,
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 10, 2011
09:57 AM
./installanywhere_ent_trial_linux.bin -i console
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
exec: 2508: /export/marst23ubn1/install.dir.27830/Linux/resource/jre/bin/java: not found
If you look in /export/marst23ubn1/install.dir.27830/Linux/resource/jre/bin/java, it is there, so it must be trying to access something that is not available.
I have no idea how to figure out what it is looking for that it can't find.
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
exec: 2508: /export/marst23ubn1/install.dir.27830/Linux/resource/jre/bin/java: not found
If you look in /export/marst23ubn1/install.dir.27830/Linux/resource/jre/bin/java, it is there, so it must be trying to access something that is not available.
I have no idea how to figure out what it is looking for that it can't find.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 13, 2011
01:49 AM
Hi,
May I know your Linux system configuration? As per the issue I can guess that, your system may be a 64 bit Linux(RHEL6 probably). If so, then please try to install the InstallAnywhere installer, which is specially built for 64 bit Linux platforms.
Hope this helps you.
Thanks,
May I know your Linux system configuration? As per the issue I can guess that, your system may be a 64 bit Linux(RHEL6 probably). If so, then please try to install the InstallAnywhere installer, which is specially built for 64 bit Linux platforms.
Hope this helps you.
Thanks,
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 13, 2011
06:09 AM
Yes, it appears to be 64 bit - I will have to tell the IT dept... They just gave me the exe - didn't think to check that!