We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
Licensing

Licensing

Silent installation of ANSYS suite when using multiple ISO images are mounted to different folders/drives

    • FAQFAQ
      Participant

      To run ANSYS installer without GUI, you can use this command line: [Windows, use Administrator login] ./setup.exe -silent -install_dir -media_dir2 -media_dir3 [Linux, use ROOT login] ./INSTALL -silent -install_dir -media_dir2 -media_dir3 Example: Let’s says you have all 3 ISO files kept in /tmp directory, all 3 ISO files are mounted in separate folders named as ‘ansys2020R1DVD1’, ‘ansys2020R1DVD2’ and ‘ansys2020R1DVD3’. You want to install ANSYS under ‘/opt/apps/ansys_inc’ Go into /tmp/ansys2019R2DVD1 and run this command. ./INSTALL -silent -install_dir /opt/apps/ansys_inc -media_dir2 /tmp/ansys2019R2DVD2 -media_dir3 /tmp/ansys2019R2DVD3