Question:
Can I Silent Install erwin Mart Server 2020 R2?
Answer:
Due to Mart being a multi step installation process with many dependencies (create database, install Mart application, install tomcat, create service, start service, configure database parameters, initialization), we do not have a way to fully automate this, however the Mart application itself can be silently installed using the Windows Command Line or PowerShell.
Steps:
Windows Command Line (run as admin):
1. Create a Folder in the root of the C drive called “Temp”
C:\Temp
2. Copy the erwin Mart executable file into the temp folder that we created in Step. 1.
i.e., "C:\Temp\2019Mart64.exe"
3. Run this command to silently install with no restart:
"C:\Temp\2019Mart.exe" /s /v"REBOOT=ReallySuppress /qn /L C:\Temp\Results.log"
***Replace "C:\Temp\2019Mart.exe" with your path to executable.
PowerShell:
Follow the same process as above, but replace with the following command
Start-Process -FilePath "C:\Temp\2019Mart.exe" -ArgumentList "/S /v/qn"
***Replace "C:\Temp\2019Mart.exe" with your path to executable.
NOTE:
This will work if using the default out of the box packaged Tomcat, but will not work if you use your own tomcat cluster or a different third party application server / web server.
Please also reference to erwin DM silent install command
Comments
0 comments
Please sign in to leave a comment.