Ansys LS-DYNA Student offers free access to the world’s most-utilized explicit simulation program, capable of simulating the response of materials to short periods of severe loading. Students can work through simulations involving materials failure and look at how the failure progresses through a part or through a system. Applications include automotive, aerospace, incompressible fluids, compressible fluids and shock waves, electromagnetics and more. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Ansys 2020R2 LS-DYNA Student from the command line using the MSI installer.
How to Install Ansys 2020R2 LS-DYNA Student Silently
Ansys 2020R2 LS-DYNA Student Silent Install (MSI)
- Navigate to: https://ansys13.ansys.com/release2020R2/ANSYS_2020R2.1_LS-DYNA_Student_12.0.0.msi
- Download the ANSYS_2020R2.1_LS-DYNA_Student_12.0.0.msi 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:
- MsiExec.exe /i ANSYS_2020R2.1_LS-DYNA_Student_12.0.0.msi ALLUSERS=1 /qn
- Press Enter
After a few minutes you will find Ansys 2020R2 LS-DYNA Student entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Ansys 2020R2 LS-DYNA Student |
Vendor: | ANSYS |
Architecture: | x64 |
Installer Type: | MSI |
Silent Install Switch: | MsiExec.exe /i ANSYS_2020R2.1_LS-DYNA_Student_12.0.0.msi ALLUSERS=1 /qn |
Silent Uninstall Switch: | MsiExec.exe /x {89DC53D9-6B63-44B6-BD04-ED39DBB15872} /qn |
Repair Command: | MsiExec.exe /fa {89DC53D9-6B63-44B6-BD04-ED39DBB15872} /qn |
Download Link: | https://www.ansys.com/academic/students/ansys-ls-dyna-student |
PowerShell Script: | https://silentinstallhq.com/ansys-2020r2-ls-dyna-student-install-and-uninstall-powershell/ |
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 Ansys 2020R2 LS-DYNA Student Installation Log File
The Ansys 2020R2 LS-DYNA Student 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.
Ansys 2020R2 LS-DYNA Student Silent Install with Logging (MSI)
MsiExec.exe /i ANSYS_2020R2.1_LS-DYNA_Student_12.0.0.msi ALLUSERS=1 /qn /L*v "%WINDIR%\Temp\ANSYS_2020R2_LS-DYNA_Student-Install.log" |
How to Uninstall Ansys 2020R2 LS-DYNA Student Silently
Check out the Ansys 2020R2 LS-DYNA Student Install and Uninstall (PowerShell) post for a scripted solution.
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter the following command:
Ansys 2020R2 LS-DYNA Student Silent Uninstall (MSI)
MsiExec.exe /x {89DC53D9-6B63-44B6-BD04-ED39DBB15872} /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.