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
- :
- Bundling a non-silent installer into a silent installer setup.bin
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
‎Apr 22, 2008
03:31 PM
Bundling a non-silent installer into a silent installer setup.bin
Hi,
I have an installer setup.bin that I am running in silent mode on Red Hat Linux. I am invoking a non-silent installer from within the silent installer but it doesn't seem to be working
Is it possible that the installer will switch from silent --> nonsilent during the install process?
Thanks
I have an installer setup.bin that I am running in silent mode on Red Hat Linux. I am invoking a non-silent installer from within the silent installer but it doesn't seem to be working
Is it possible that the installer will switch from silent --> nonsilent during the install process?
Thanks
3 Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 23, 2008
12:56 AM
hi praveen,
well i used the installanywhere and built .bin installer for running on linux.
I ran it using the command apt -get install.bin
and it was extracted but even i failed to get the console asking for the user input in the terminal .
If you succeed just inform me.
If i succeed earlier than you i will inform you.
james.
well i used the installanywhere and built .bin installer for running on linux.
I ran it using the command apt -get install.bin
and it was extracted but even i failed to get the console asking for the user input in the terminal .
If you succeed just inform me.
If i succeed earlier than you i will inform you.
james.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 23, 2008
03:09 AM
james decosta wrote:
hi praveen,
well i used the installanywhere and built .bin installer for running on linux.
I ran it using the command apt -get install.bin
and it was extracted but even i failed to get the console asking for the user input in the terminal .
If you succeed just inform me.
If i succeed earlier than you i will inform you.
james.
apt -get install.bin ?!? It looks like the apt get on Debian, but's not quite that... This should look more like something like this:
either ./installer.bin -i silent (which assumes that installer.bin is executable and there is a file called installer.properties located in the same folder as the installer.bin)
or sh installer.bin -f pathtosomefilename.properties (which indicates the specific .properties file to be used)
or a combination of both (like for instance sh installer.bin -i silent)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 23, 2008
07:34 PM
James,
I will need to do the install silently..so I have decided to change the script to work in silent mode.
Thanks
I will need to do the install silently..so I have decided to change the script to work in silent mode.
Thanks
