|
|
|
|
#1 |
|
Junior Member
Join Date: Mar 2015
Posts: 8
|
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.
|
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
|
I'm guessing not every computer in the world has a E: drive...
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Feb 2007
Location: Rijeka, Croatia
Posts: 225
|
:) 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.
PostEnd: |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Mar 2015
Posts: 8
|
Would you mind posting the statement you used for the installation
|
|
|
|
|
|
#5 |
|
Senior Member
Join Date: Feb 2007
Location: Rijeka, Croatia
Posts: 225
|
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?
PostEnd: |
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Mar 2015
Posts: 8
|
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.
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|