Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.
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