How to install Android Studio in silent mode?

7,904

We got to know that Android Studio uses the NSIS installer on Windows.

You can find the command line options for this installer here

/? is not working.

And some restrictions are known as described here

Share:
7,904

Related videos on Youtube

Frank
Author by

Frank

Updated on September 18, 2022

Comments

  • Frank
    Frank over 1 year

    We are trying to install Android Studio (android-studio-bundle->Version-ID<-windows.exe) in silent mode.

    So far I could find no hint which commandline Switches are avaiable for this installer. Only the following posting.

    Any idea how to install this package in silent mode and which switches are available for this installer?

    • Admin
      Admin almost 9 years
      Does running the installer with the /? option from the commandline give you any options? /s is the default for silent installs. Oh how about this post stackoverflow.com/questions/30918329/…