|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
|
#1 |
|
Junior Member
Join Date: Mar 2015
Posts: 8
|
NSIS doesnt get installed in specified target location
I am using the below statement and subversion doesnt get installed in E:\programfiles\slik
what am I missing here ExecWait 'msiExec /i "E:\Binaries\SlikSubversion.msi" INSTALLDIR="E:\ProgramFiles\Slik" /passive' |
|
|
|
|
|
#2 | |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
|
Why are you hardcoding paths like that?
It should probably look something like this: Quote:
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Mar 2015
Posts: 8
|
I tried whatever you mentioned, I see that Slik subversion is getting installed but in c:\programfiles and not in the INSTALLDIR specified. Am I missing anything
|
|
|
|
|
|
#4 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
|
That is not a NSIS issue, if ExecWait is able to start the process correctly then it is out of our control. You have to ask the SilkSvn people...
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#5 |
|
Senior Member
Join Date: Feb 2007
Location: Rijeka, Croatia
Posts: 225
|
I took a look inside that msi - using INSTALLLOCATION instead of INSTALLDIR will work.
PostEnd: |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|