Changing /SILENT to /S
Hi,
I'd like to change nsis to accept /S as the silent parameter instead of /SILENT to support previous versions of our client that pass /S to run updates in silent mode. Where in the source code is this logic located?
Thanks.
Archive: Changing /SILENT to /S
Changing /SILENT to /S
Hi,
I'd like to change nsis to accept /S as the silent parameter instead of /SILENT to support previous versions of our client that pass /S to run updates in silent mode. Where in the source code is this logic located?
Thanks.
This was never changed. The command line switch is still /S.
That's what I get for posting something on a Monday morning.
My bad.
I'd like to change it from /S to /SILENT :)
Source\Exehead\Main.cpp line 126 :)
Heh, I was looking at that earlier but I was looking for SILENT then.
Geez. :) Thanks!
No problem :D