|
|
#1 |
|
Junior Member
Join Date: Oct 2008
Location: Sweden
Posts: 3
|
ExecWait does not compile (silent with quotations)
Hi all!
I have tried to search for this problem but without any answer and..I am new to Nsis so be gently =) Anyway, i am trying to embedd a installer (for a program called jt2go) and trying to execute it in nsis but it does not get through the nsis compiler. The program can do a silent installations typing: JT2GoSetup.exe /s /v"/qb+ AGREE_TO_JT2GO_LICENSE=Yes INSTALLDIR=\"C:\Program Files\UGS\JT2Go\"" in the cmd As i understand it /qb+ is not really a silent installation but a basic UI, but how do i translate this string into NSIS with all the quotations ?? i tried: SetOutPath "$INSTDIR" File "c:\gh\JT2GoSetup.exe" ExecWait '$INSTDIR\JT2GoSetup.exe /s /v"/qb+ AGREE_TO_JT2GO_LICENSE=Yes INSTALLDIR=\"C:\Program Files\UGS\JT2Go\""' also, can i replace the INSTALLDR=\ to $INSTDIR to make it install directly under where the user unpack the nsis ?? Thanks in advance for any advice! Best regards Linda
|
|
|
|
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|