BMC Remedy 7.6.04 SP3
Hello All,
Has anyone worked on this particular version of "BMC Remedy 7.6.04 SP3". If so, could you please share your experience here. I am having hard time finding a silent install for this.
Thanks
AK
Answers (5)
An answer file does not work with the newer versions of BMC Remedy user (7.5 +). The vendor provides a an options.txt file that you need to modify to install the applications and options your organization needs. The options.txt file is a beast, but once you determine what options you need and modify them, you can script the install. Things to consider: I needed to edit a reg key to not delete the temp files that were extracted before the install completed. I also had to copy the install files to the local drive and run the script from there. Apparently the options.txt file will only work from a local path. Here is the script:
c:\Remedy76\Disk1\InstData\VM\setup.exe -i silent -DOPTIONS_FILE=c:\Remedy76\Disk1\InstData\VM\Options.txt
After the install completes, run a script to delete the local folder.
OH..and BTW..you need an options.txt file for the uninstall as well. You will need to modify it to uninstall the options you chose to install.
Comments:
-
I used the same method. I had orignally tried using 7.6.04, but after many unsuccessful attempts we contacted BMC and found that there was an issue with the installer performing a silent install in this way and were instructed to use 7.6.04 SP3. Issue resolved.. - belmont136 12 years ago
You need to create answer file for the setup.exe, than use that *.iss file to install silent.
Comments:
-
Well that's exactly what I'm trying to do for version 7.6.4 and it won't create the answer file... I tried "setup.exe -r C:\Tmp\Install.txt" and it will create the text file with only the following content:
# Thu May 17 14:51:04 EDT 2012
# Replay feature output
# ---------------------
# This file was built by the Replay feature of InstallAnywhere.
# It contains variables that were set by Panels, Consoles or Custom Code.
It contains no actual data from the choices I made when installing the product.
I also tried with the "setup.exe" that uncompresses in the Temp folder and the result it the same. Do you have any ideas? - chienpourri 12 years ago