Old 4th April 2012, 11:43   #1
gclass
Junior Member
 
Join Date: Mar 2011
Posts: 26
Silent Execwait

Hi,

I am trying to run an installer from withing NSIS installer in silent mode.
the component do not support /S by itself, and have few pages (license, path etc..).

I read about ExecWait /SILENT, and found few more parameters in some examples,
like /SP- and /passive.

1. where can I find all ExecWait's parameters?
2. what will be the best way to run the components silently?

thx
gclass is offline   Reply With Quote
Old 4th April 2012, 14:20   #2
Marshall7a
Junior Member
 
Join Date: Oct 2004
Location: UK
Posts: 33
If you are running a third-party installer that does not have a silent mode then there is no way to force it to be silent - that installer is expecting interaction from the user and wouldn't know what you want it to do without that interaction.

I've never been very sure about what is right. I'm not even sure that there is such a thing as right. Or wrong. Just places to stand.
Marshall7a is offline   Reply With Quote
Old 4th April 2012, 15:04   #3
Anders
Moderator
 
Anders's Avatar
 
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
Try http://unattended.sourceforge.net/

IntOp $PostCount $PostCount + 1
Anders is offline   Reply With Quote
Old 4th April 2012, 18:22   #4
gclass
Junior Member
 
Join Date: Mar 2011
Posts: 26
@Marshall7a - you're right, I wrote "silent" but meant automated..
but running
Quote:
ExecWait '"$PLUGINSDIR\local_file3.exe" /SILENT'
running the installer and finish it (like pressing "next", "next"...)
so it is kind of working. (and I dont care the user to see the screens of the component).

@Andres - you mean use that to wrap the component?

thx
gclass is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast 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