Skip to content
⌘ NSIS Forum Archive

Android sdk installation

6 posts

prishra#

Android sdk installation

When I try to do ExecWait '"E:\Binaries\installer_r24.1.2-windows.exe" /S for android sdk installation. I get completion message but sdk isnt installed.
aerDNA#
🙂 I tried the installer, works for me but gets installed to user profile and there's nothing you can do, it doesn't respect the /D= switch, probably just blindly overwrites it with StrCpy $INSTDIR in .onInit.
aerDNA#
Well it's the same as yours except with a different path (I assume you just posted your test line and will not actually be using a hardcoded path), and you're missing a single quote at the end (which I assume got lost in copy-paste because the compiler would throw an error without it). Have you tried running it normally (not silent), to see if it launches and if it reports errors during installation?
prishra#
Without the /S it opens up the installer for installation, but with the /S i get a completed message but i dont see it installed.