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)
- Navigate to: https://s3.us-west-1.amazonaws.com/downloads.risa.com/3d/install_3D_2102.exe
- Download the install_3D_2102.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command to extract the MSI installer:
- install_3D_2102.exe /extract
- Download & Install InstEd or your favorite MSI Editor
- Right-Click on the install_3d_21.x.y.z.msi and select InstEd It!
- Select Transform-> New Transform
- Name the file install_3d_21.x.y.z.mst and Save it to C:\Downloads
- Under the LaunchCondition Table, Right-Click the SETUPEXEDIR OR (REMOVE=”ALL”) Condition & select Delete Row
- Under the Property Table, change the RISA_CHECK_UPDATES property value to False
- Under the Property Table, change the RISA_INIPATH property value to C:\RISA
- Under the Property Table, change the RISA_INSTALLATION_FOLDER_TYPE property value to Custom
- Under the Property Table, change the RISA_APPDIR_TRIMMED property value to C:\RISA
- Under the Property Table, change the RISA_USERFILES property value to C:\RISA
- Under the Property Table, change the RISA_USERFILES_ROOT property value to C:\RISA
- 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
- 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
- Go to File-> Save-> Click OK
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- 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:
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter one of the following commands:
Version | RISA-3D 21.0 Silent Uninstall String |
21.0.2.27150 | MsiExec.exe /x {d19fe4a5-2f9e-4713-ab2c-9a47e49402f8} /qn |
21.0.1.18199 | MsiExec.exe /x {12ccffc9-d167-4c38-b48d-5e958b699737} /qn |
21.0.0.14352 | MsiExec.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.