Go Back   Winamp Forums > Developer Center > NSIS Discussion

 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 18th October 2008, 19:21   #1
Linda_24
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
Linda_24 is offline   Reply With Quote
 
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump