Am 12.05.2016 um 07:28 schrieb Georg Baum:
$ grep -rw convert development/Win32/packaging/
Thanks Georg,
development/Win32/packaging/installer/include/filelist.nsh: ${FILE}rsvg-convert.exe"
rsvg-convert.exe is a completely different program and not part of IM.
development/Win32/packaging/installer/setup/install.nsh: WriteRegStr SHCTX "SOFTWARE\Classes\Applications" "AutoRun" "$INSTDIR\imagemagick\convert.exe $$"
This is the registry entry to install IM. When installing IM7 this line has to be WriteRegStr SHCTX "SOFTWARE\Classes\Applications" "AutoRun" "$INSTDIR\imagemagick\magick.exe $$"
When reporting the IM7 problems I had the standalone version of IM7 installed and LyX correctly recognized it.
development/Win32/packaging/installer/setup/configure.nsh: # if Inkscape is not available Imagemagick will be used to convert WMF/EMF files development/Win32/packaging/installer/setup/configure.nsh: FileWrite $R1 '\converter "wmf" "eps" "convert -density 300 $$$$i $$$$o" ""$\r$\n\ development/Win32/packaging/installer/setup/configure.nsh: \converter "emf" "eps" "convert -density 300 $$$$i $$$$o" ""$\r$\n'
Thanks for the pointer, this is indeed incorrect when switching to IM7. I put this on my todo list. However, this cannot explain the image conversion problems with e.g. LyXHTML.
regards Uwe