This repository has been archived by the owner on Dec 8, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Installer cannot run silent/automated #3
Comments
We currently have this problem also for the installation of OpenMS for our Usertutorials. Maybe I can have a look at this. |
after browsing the NSIS docs a little, this should be possible via |
along the lines of (untested)
|
Ok I am working on it.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The installer will show messageboxes (mostly for Proteowizward's .Net depedencies), which currently prevent a silent install.
We would need to add an /SD switch to each MB with a default answer (see http://nsis.sourceforge.net/Docs/Chapter4.html#silent)
Alternatively, the install mode '2' currently excludes ThirdParty installation, i.e. would also be silent out of the box. But we do not specify installation types, see http://nsis.sourceforge.net/Reference/SectionIn, (nor do I know how they can be specified from a commandline).
The text was updated successfully, but these errors were encountered: