We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
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