mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
older Windows versions require a reference to ntprint.inf
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27359 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
85656391c6
commit
92aca96804
@ -165,7 +165,7 @@ Section -PSPrinter
|
||||
# Delete printer
|
||||
ExecWait '$PrinterConf /q /dl /n "Metafile to EPS Converter"'
|
||||
# Install printer and driver
|
||||
ExecWait '$PrinterConf /if /b "Metafile to EPS Converter" /r "FILE:" /m "MS Publisher Imagesetter"'
|
||||
ExecWait '$PrinterConf /if /f "$WINDIR\inf\ntprint.inf" /b "Metafile to EPS Converter" /r "FILE:" /m "MS Publisher Imagesetter"'
|
||||
# Restore DEVMODE with proper settings
|
||||
ExecWait '$PrinterConf /q /Sr /n "Metafile to EPS Converter" /a "$INSTDIR\bin\metafile2eps.dat" g'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user