Skip to content

Commit

Permalink
Update NSI template to include ImageMagick and jbig2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiter committed Jul 1, 2014
1 parent 77f24d3 commit 834a20a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion template.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ SectionEnd

Section "ImageMagick" sec_imagemagick
File "ImageMagick-6.5.6-8-Q8-windows-dll.exe"
ExecWait "$INSTDIR\ImageMagick-6.5.6-8-Q8-windows-dll.exe"
ExecWait '$INSTDIR\ImageMagick-6.5.6-8-Q8-windows-dll.exe /TASKS="modifypath,install_devel"'
Delete $INSTDIR\ImageMagick-6.5.6-8-Q8-windows-dll.exe
SectionEnd

Expand All @@ -66,6 +66,18 @@ Section "Tesseract" sec_tesseract
Delete $INSTDIR\tesseract-ocr-setup-3.02.02.exe
SectionEnd

Section "pdfbeads" sec_pdfbeads
File "pdfbeads.exe"
CopyFiles /SILENT $INSTDIR\pdfbeads.exe $PROGRAMFILES
Delete $INSTDIR\pdfbeads.exe
SectionEnd

Section "jbig2" sec_jbig2
File "jbig2.exe"
CopyFiles /SILENT $INSTDIR\jbig2.exe $PROGRAMFILES
Delete $INSTDIR\jbig2.exe
SectionEnd


Section "!${PRODUCT_NAME}" sec_app
SectionIn RO
Expand Down

0 comments on commit 834a20a

Please sign in to comment.