|
|
|
|
#1 |
|
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 |
|
|
|
|
|
#2 |
|
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. |
|
|
|
|
|
#3 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
|
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#4 | |
|
Junior Member
Join Date: Mar 2011
Posts: 26
|
@Marshall7a - you're right, I wrote "silent" but meant automated..
but running Quote:
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 |
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|