Reputation: 33
I'm trying to install Android Studio IDE on multiple Windows and I'm having some problems with the parameters.
Since our deployment environment doesn't support the type of packages android studio uses, I did a simple batch file to install Android Studio silently:
cmd /c start /wait android-studio-bundle-141.1903250-windows.exe /NCRC /S /D=C:\Android\android-studio\1.41
Unfortunately, although the silent install works, the /D
switch doesn't look like it's working and it installs itself by default in program files.
Upvotes: 1
Views: 7396