Cmd prompt Silent install parameters?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
jsh562
Posts: 2
Joined: 2017-05-11T09:51:16-07:00
Authentication code: 1151

Cmd prompt Silent install parameters?

Post by jsh562 »

is there a way to execute a silent install with various parameters through cmdline?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Cmd prompt Silent install parameters?

Post by snibgo »

On what platform? From what input? (And what version IM, though this may not make any difference.)

From source code, yes, build and installation is by command line.

From the Windows binary, I don't think that can be driven by command-line (sadly). Other binaries: I don't know.
snibgo's IM pages: im.snibgo.com
jsh562
Posts: 2
Joined: 2017-05-11T09:51:16-07:00
Authentication code: 1151

Re: Cmd prompt Silent install parameters?

Post by jsh562 »

Through Windows, command prompt.

I did find several parameters by searching the installation exe.
There are definitely parameters for things like silent install, although I have not tested it out so I can't be sure that they work through command prompt.

But I could not find anything for designating any of the options during install e.g. development headers for C++ and such.

I want to be able to designate silent install + check the options I need for the installation.
Post Reply