Hi, new user here.
I'm trying to install IM 7 on Windows using the command line. It's easy enough, however I just can't work out how to install the additional tasks that you get via the wizard, such as intalling additional headers and legacy tools like convert.exe. I'm sure these must be listed under the /TASK switch, but I thought it would be as simple as finding a list of tasks and adding them to this switch.
I'm probably missing something really obvious, but any help to point me in the right direction would be appreciated.
Install additional tasks
Re: Install additional tasks
I'm basically trying to do a silent install, so using the appropriate flags for this.
ImageMagick-7.0.8-14-Q16-x86-dll.exe /SP /VERYSILENT /NOCANCEL
If I've read correctly, the help says you can install additional tasks using the /TASKS argument, but it seems more complicated than I'd think it would be. I thought it would just be a list of tasks that I chose from and put them into a comma separated string...
Thanks for any info.
ImageMagick-7.0.8-14-Q16-x86-dll.exe /SP /VERYSILENT /NOCANCEL
If I've read correctly, the help says you can install additional tasks using the /TASKS argument, but it seems more complicated than I'd think it would be. I thought it would just be a list of tasks that I chose from and put them into a comma separated string...
Thanks for any info.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Install additional tasks
I didn't know installing on Windows without the wizard was possible. But it is.
Run the executable with "/?" for a list of options. Annoyingly the list is in a non-scrollable non-resizable window, with options disappearing off the window. But it tells me I can:
I complete the re-installation, and it creates the two files. mylog.txt doesn't help your problem, but mysetup.txt does:
Does that answer your question?
I can't find source code for whatever creates the task list in the IM source distribution.
For a full list of available tasks, you could do an installation with all boxes ticked, then examine mysetup.txt.
Run the executable with "/?" for a list of options. Annoyingly the list is in a non-scrollable non-resizable window, with options disappearing off the window. But it tells me I can:
Code: Select all
ImageMagick-7.0.7-28-Q16-HDRI-x64-dll.exe /saveinf=mysetup.txt /log=mylog.txt
Code: Select all
[Setup]
Lang=default
Dir=C:\ProgramFiles\ImageMagick-7.0.7-28-Q16-HDRI
Group=ImageMagick 7.0.7 Q16-HDRI (64-bit)
NoIcons=0
Tasks=install_ffmpeg,legacy_support,install_devel
I can't find source code for whatever creates the task list in the IM source distribution.
For a full list of available tasks, you could do an installation with all boxes ticked, then examine mysetup.txt.
snibgo's IM pages: im.snibgo.com
Re: Install additional tasks
You're a star
That worked perfectly.
Thanks very much for your help.
That worked perfectly.
Thanks very much for your help.