RISA-3D 21.0 Silent Install (How-To Guide)

RISA-3D is a structural engineering software developed by RISA Technologies for modeling, analyzing, and designing 3D structures such as buildings and bridges. The software employs methods like finite element analysis to assess structural behavior under various loads and aids engineers in designing elements like beams and columns while ensuring compliance with safety codes. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of RISA-3D 21.0 from the command line using the MSI installer.

How to Install RISA-3D 21.0 Silently

RISA-3D 21.0 Silent Install (MSI)

  1. Navigate to: https://s3.us-west-1.amazonaws.com/downloads.risa.com/3d/install_3D_2102.exe
  2. Download the install_3D_2102.exe to a folder created at (C:\Downloads)
  3. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  4. Navigate to the C:\Downloads folder
  5. Enter the following command to extract the MSI installer:
    • install_3D_2102.exe /extract
  6. Download & Install InstEd or your favorite MSI Editor
  7. Right-Click on the install_3d_21.x.y.z.msi and select InstEd It!
  8. Select Transform-> New Transform
  9. Name the file install_3d_21.x.y.z.mst and Save it to C:\Downloads
  10. Under the LaunchCondition Table, Right-Click the SETUPEXEDIR OR (REMOVE=”ALL”) Condition & select Delete Row
  11. Under the Property Table, change the RISA_CHECK_UPDATES property value to False
  12. Under the Property Table, change the RISA_INIPATH property value to C:\RISA
  13. Under the Property Table, change the RISA_INSTALLATION_FOLDER_TYPE property value to Custom
  14. Under the Property Table, change the RISA_APPDIR_TRIMMED property value to C:\RISA
  15. Under the Property Table, change the RISA_USERFILES property value to C:\RISA
  16. Under the Property Table, change the RISA_USERFILES_ROOT property value to C:\RISA
  17. Under the Property Table, Right-Click in the Property pane on the right-hand side & select Add Row
    • For the Property Name enter TARGETDIR
    • For the Property Value enter C:\RISA
  18. Under the Property Table, Right-Click in the Property pane on the right-hand side & select Add Row
    • For the Property Name enter APPDIR
    • For the Property Value enter C:\RISA
  19. Go to File-> Save-> Click OK
  20. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  21. Navigate to the C:\Downloads folder
  22. Enter the following command:
MsiExec.exe /i install_3d_21.x.y.z.msi TRANSFORMS=install_3d_21.x.y.z.mst /qn

After a few moments you should see the RISA-3D 21.0 Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:RISA-3D 21.0
Vendor:RISA Tech, Inc.
Architecture:x64
Installer Type:MSI
Silent Install Switch:MsiExec.exe /i install_3d_21.x.y.z.msi TRANSFORMS=install_3d_21.x.y.z.mst /qn
Silent Uninstall Switch:MsiExec.exe /x install_3d_21.x.y.z.msi /qn
Download Link:RISA-3D 21.0 Download
PowerShell Script:RISA-3D 21.0 | PowerShell Script
Detection Script:RISA-3D 21.0 | Custom Detection Script

The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.


Additional Configurations

Create a RISA-3D 21.0 Installation Log File

The RISA-3D 21.0 installer offers the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following commands to create a verbose log file with details about the installation.

RISA-3D 21.0 Silent Install (MSI) with Logging

MsiExec.exe /i install_3d_21.x.y.z.msi TRANSFORMS=install_3d_21.x.y.z.mst /qn /L*v "%WINDIR%\Temp\RISA-3D_21-Install.log"

How to Uninstall RISA-3D 21.0 Silently

Check out the following posts for a scripted solution:

RISA-3D 21.0 Install and Uninstall (PowerShell)
RISA-3D 21.0 Silent Uninstall (PowerShell)
  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter one of the following commands:
VersionRISA-3D 21.0 Silent Uninstall String
21.0.2.27150MsiExec.exe /x {d19fe4a5-2f9e-4713-ab2c-9a47e49402f8} /qn
21.0.1.18199MsiExec.exe /x {12ccffc9-d167-4c38-b48d-5e958b699737} /qn
21.0.0.14352MsiExec.exe /x {0b2ec4ca-bb8c-426e-91a9-6b8f6b894dd7} /qn

Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.

Jason Bergner

I am an accomplished Software Engineer at Patch My PC, leveraging more than 18 years of hands-on experience in Configuration Manager administration and application packaging. I am driven by a genuine passion for solving complex problems and consistently strive to discover innovative and effective solutions. Sharing my extensive knowledge of application deployments is a true joy for me, and I am honored to contribute to the community here at Silent Install HQ.

Recent Posts