Ansys Student provides free access to the Ansys Workbench-based bundle. This bundle includes Ansys Mechanical, Ansys CFD, Ansys Autodyn, Ansys SpaceClaim and Ansys DesignXplorer. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Ansys Student 2021 from the command line using the EXE installer.
How to Install Ansys Student 2021 Silently
Ansys Student 2021 Silent Install (EXE)
- Navigate to: https://ansys13.ansys.com/release2021R2/ANSYSACADEMICSTUDENT_2021R2_WINX64.zip
- Download the ZIP file to a folder created at (C:\Downloads)
- Extract the ZIP file to “C:\Downloads\ANSYSACADEMICSTUDENT_2021R2_WINX64”
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the “C:\Downloads\ANSYSACADEMICSTUDENT_2021R2_WINX64” folder
- Enter the following command: setup.exe -silent
- Press Enter
After several minutes you will find Ansys 2021 entries in the Start Menu and Installation Directory.
Note: There is no entry for Ansys in Programs and Features in the Control Panel.
Software Title: | Ansys Student 2021 |
Vendor: | Ansys |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch: | setup.exe -silent |
Silent Uninstall Switch: | "%ProgramFiles%\ANSYS Inc\v212\Uninstall.exe" -silent |
Download Link: | https://www.ansys.com/academic/students/ansys-student |
PowerShell Script: | https://silentinstallhq.com/ansys-student-2021-install-and-uninstall-powershell/ |
The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download link provided take you directly to the vendors website.
How to Uninstall Ansys Student 2021 Silently
Check out the Ansys Student 2021 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 one of the following commands:
Ansys Student 2021 Silent Uninstall (EXE)
"%ProgramFiles%\ANSYS Inc\v21\Uninstall.exe" -silent |
Ansys Student 2021 R1 Silent Uninstall (EXE)
"%ProgramFiles%\ANSYS Inc\v211\Uninstall.exe" -silent |
Ansys Student 2021 R2 Silent Uninstall (EXE)
"%ProgramFiles%\ANSYS Inc\v212\Uninstall.exe" -silent |
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.