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: silent install?
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 15, 2008
03:46 PM
silent install?
how to do the silent install of my installer? i am using IA 8.0.1 enterprise.
thanks
thanks
(11) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 15, 2008
03:55 PM
From Advanced Designer go under: Installer UI -> Look & Feel then under the General UI Settings tab make sure the Silent check box is checked. Then from a command line launch it something like this: "install.exe -i silent"
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 16, 2008
12:14 PM
how do i know the success/failure of the silent install..?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 16, 2008
12:27 PM
You could check for instance the creation of the installation log (this is the last thing created by a successful installer).
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 16, 2008
12:32 PM
I tried silent install. in the add/remove program my installer products size shown is very small than what i see installer thru gui?
why?
why?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 16, 2008
12:33 PM
also noticed that in the install log, some of the actions are null and successful.
very confusing..
very confusing..
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 16, 2008
12:43 PM
Depending on your build settings, you might also be able to check the installer's exit code.
(As an aside, for IA 8.x issues, you might consider posting to that version's forum...)
(As an aside, for IA 8.x issues, you might consider posting to that version's forum...)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 16, 2008
01:21 PM
Ramalaks, just a question: enablig the installer silent mode is not enough. You also need an installer.properties file with variables holding values that are normally populate through panels / consoles. Do you that?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 16, 2008
09:34 PM
yes i do have installer.properties files that only has the below
# Wed Apr 16 12:21:17 EDT 2008
# Replay feature output
# ---------------------
# This file was built by the Replay feature of InstallAnywhere.
# It contains variables that were set by Panels or Consoles.
#Choose Install Folder
#---------------------
USER_INSTALL_DIR=D:\\Program Files\\Nortel
#Restart Windows
#---------------
USER_INPUT_RESULT_5=0
USER_INPUT_RESULT_10=1
the silent install did not work right.
# Wed Apr 16 12:21:17 EDT 2008
# Replay feature output
# ---------------------
# This file was built by the Replay feature of InstallAnywhere.
# It contains variables that were set by Panels or Consoles.
#Choose Install Folder
#---------------------
USER_INSTALL_DIR=D:\\Program Files\\Nortel
#Restart Windows
#---------------
USER_INPUT_RESULT_5=0
USER_INPUT_RESULT_10=1
the silent install did not work right.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 16, 2008
09:37 PM
RobertDickau wrote:
Depending on your build settings, you might also be able to check the installer's exit code.
(As an aside, for IA 8.x issues, you might consider posting to that version's forum...)
this forum is read only
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 16, 2008
09:38 PM
BTW what is the diff between
$USER_MAGIC_FOLDER_1$\deploy\jboss-web.deployer\server.xml
$USER_MAGIC_FOLDER_1$/$deploy$/$jboss-web.deployer$/$server.xml
using additional $ in the directory format?
$USER_MAGIC_FOLDER_1$\deploy\jboss-web.deployer\server.xml
$USER_MAGIC_FOLDER_1$/$deploy$/$jboss-web.deployer$/$server.xml
using additional $ in the directory format?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 17, 2008
02:49 AM
Using $/$ insures that it is always correctly translated into / or \, according to the platform you're installing to. And if you relied on the auto-generated installer.properties file, it might be missing variables.
Also the forum indicated by Robert is not at all read-only, actually it's a subforum on these forums which is dedicated specially to versions prior to IA 2008 (it's an extension of the ZeroG Community forums if you want), because the forum where you posted it's for IA 2008, but you have IA 8.0.1.
Also the forum indicated by Robert is not at all read-only, actually it's a subforum on these forums which is dedicated specially to versions prior to IA 2008 (it's an extension of the ZeroG Community forums if you want), because the forum where you posted it's for IA 2008, but you have IA 8.0.1.