How to install Android Studio in silent mode?

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?

1

1 Answer

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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like