mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 09:32:20 +00:00
synchronize with trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@27302 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
00a321b870
commit
35331ca948
@ -53,7 +53,6 @@ SetCompressor /SOLID lzma
|
|||||||
!define FILES_DVIPOST_PKG "${FILES_DVIPOST}"
|
!define FILES_DVIPOST_PKG "${FILES_DVIPOST}"
|
||||||
!define FILES_PDFTOOLS "${FILES_DEPS}\pdftools"
|
!define FILES_PDFTOOLS "${FILES_DEPS}\pdftools"
|
||||||
!define FILES_METAFILE2EPS "${FILES_DEPS}\metafile2eps"
|
!define FILES_METAFILE2EPS "${FILES_DEPS}\metafile2eps"
|
||||||
!define FILES_PSPRINTER "${FILES_DEPS}\metafile2eps\PSPrinter"
|
|
||||||
|
|
||||||
!define FILES_QT "${FILES_DEPS}\qt-4"
|
!define FILES_QT "${FILES_DEPS}\qt-4"
|
||||||
!define FILES_ASPELLDATA "${FILES_DEPS}\aspell"
|
!define FILES_ASPELLDATA "${FILES_DEPS}\aspell"
|
||||||
|
@ -291,13 +291,6 @@ Lists of files to include in the installer
|
|||||||
!macro FileListMetaFile2EPS COMMAND DIRECTORY
|
!macro FileListMetaFile2EPS COMMAND DIRECTORY
|
||||||
|
|
||||||
${FILE}metafile2eps.exe"
|
${FILE}metafile2eps.exe"
|
||||||
|
|
||||||
!macroend
|
|
||||||
|
|
||||||
!macro FileListPSPrinter COMMAND DIRECTORY
|
|
||||||
|
|
||||||
${FILE}metafile2eps.inf"
|
|
||||||
${FILE}metafile2eps.ppd"
|
|
||||||
${FILE}metafile2eps.dat"
|
${FILE}metafile2eps.dat"
|
||||||
|
|
||||||
!macroend
|
!macroend
|
||||||
|
@ -38,6 +38,7 @@ List of langauges supported by the LyX
|
|||||||
${COMMAND} "Suomi" fi_FI 1035
|
${COMMAND} "Suomi" fi_FI 1035
|
||||||
# ${COMMAND} "Svenska" sv_SE 1053
|
# ${COMMAND} "Svenska" sv_SE 1053
|
||||||
# ${COMMAND} "Türkçe" tr_TR 1055
|
# ${COMMAND} "Türkçe" tr_TR 1055
|
||||||
|
${COMMAND} "Ukrainian" uk_UK 1058
|
||||||
# ${COMMAND} "Walon" wa_BE 1055
|
# ${COMMAND} "Walon" wa_BE 1055
|
||||||
|
|
||||||
!macroend
|
!macroend
|
||||||
|
@ -51,6 +51,7 @@ Section -InstallData
|
|||||||
|
|
||||||
# Start Menu shortcut
|
# Start Menu shortcut
|
||||||
# There is only one shortcut to the application, so it should be in the main group
|
# There is only one shortcut to the application, so it should be in the main group
|
||||||
|
SetOutPath "$INSTDIR\bin"
|
||||||
CreateShortCut "$SMPROGRAMS\${SHORTCUT}
|
CreateShortCut "$SMPROGRAMS\${SHORTCUT}
|
||||||
|
|
||||||
# Uninstaller information
|
# Uninstaller information
|
||||||
@ -163,15 +164,10 @@ Section -PSPrinter
|
|||||||
|
|
||||||
# Delete printer
|
# Delete printer
|
||||||
ExecWait '$PrinterConf /q /dl /n "Metafile to EPS Converter"'
|
ExecWait '$PrinterConf /q /dl /n "Metafile to EPS Converter"'
|
||||||
|
|
||||||
# Delete printer driver
|
|
||||||
ExecWait '$PrinterConf /q /dd /m "Metafile to EPS Converter"'
|
|
||||||
|
|
||||||
# Install printer and driver
|
# Install printer and driver
|
||||||
ExecWait '$PrinterConf /if /f "$INSTDIR\PSPrinter\metafile2eps.inf" /r "FILE:" /m "Metafile to EPS Converter"'
|
ExecWait '$PrinterConf /if /b "Metafile to EPS Converter" /r "FILE:" /m "MS Publisher Imagesetter"'
|
||||||
|
|
||||||
# Restore DEVMODE with proper settings
|
# Restore DEVMODE with proper settings
|
||||||
ExecWait '$PrinterConf /q /Sr /n "Metafile to EPS Converter" /a "$INSTDIR\PSPrinter\metafile2eps.dat" g'
|
ExecWait '$PrinterConf /q /Sr /n "Metafile to EPS Converter" /a "$INSTDIR\bin\metafile2eps.dat" g'
|
||||||
|
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
@ -208,7 +204,7 @@ FunctionEnd
|
|||||||
Function CreateDesktopShortcut
|
Function CreateDesktopShortcut
|
||||||
|
|
||||||
# Desktop icon creation is an option on the finish page
|
# Desktop icon creation is an option on the finish page
|
||||||
|
SetOutPath "$INSTDIR\bin"
|
||||||
CreateShortCut "$DESKTOP\${SHORTCUT}
|
CreateShortCut "$DESKTOP\${SHORTCUT}
|
||||||
|
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
@ -120,10 +120,6 @@ Section -ProgramFiles SecProgramFiles
|
|||||||
SetOutPath "$INSTDIR\aiksaurus"
|
SetOutPath "$INSTDIR\aiksaurus"
|
||||||
!insertmacro FileListAiksaurusData File "${FILES_AIKSAURUS}\"
|
!insertmacro FileListAiksaurusData File "${FILES_AIKSAURUS}\"
|
||||||
|
|
||||||
# Postscript printer for metafile to EPS converter
|
|
||||||
SetOutPath "$INSTDIR\PSPrinter"
|
|
||||||
!insertmacro FileListPSPrinter File "${FILES_PSPRINTER}\"
|
|
||||||
|
|
||||||
# Create uninstaller
|
# Create uninstaller
|
||||||
WriteUninstaller "$INSTDIR\${SETUP_UNINSTALLER}"
|
WriteUninstaller "$INSTDIR\${SETUP_UNINSTALLER}"
|
||||||
|
|
||||||
@ -134,7 +130,7 @@ SectionEnd
|
|||||||
|
|
||||||
!macro DOWNLOAD_FILE RET ID FILENAME APPEND
|
!macro DOWNLOAD_FILE RET ID FILENAME APPEND
|
||||||
|
|
||||||
# Downloads a file using the InetLoad plug-in (HTTP or FTP)
|
# Downloads a file using the Inetc plug-in (HTTP or FTP)
|
||||||
|
|
||||||
# RET = Return value (OK if succesful)
|
# RET = Return value (OK if succesful)
|
||||||
# ID = Name of the download in settings.nsh
|
# ID = Name of the download in settings.nsh
|
||||||
@ -142,12 +138,12 @@ SectionEnd
|
|||||||
# APPEND = Filename to append to server location in settings.nsh
|
# APPEND = Filename to append to server location in settings.nsh
|
||||||
|
|
||||||
# Try first mirror server
|
# Try first mirror server
|
||||||
InetLoad::load "${DOWNLOAD_${ID}}${APPEND}" "$PLUGINSDIR\${FILENAME}" /END
|
Inetc::get "${DOWNLOAD_${ID}}${APPEND}" "$PLUGINSDIR\${FILENAME}" /END
|
||||||
Pop ${RET} # Return value (OK if succesful)
|
Pop ${RET} # Return value (OK if succesful)
|
||||||
|
|
||||||
${If} ${RET} != "OK"
|
${If} ${RET} != "OK"
|
||||||
# Download failed, try second mirror server
|
# Download failed, try second mirror server
|
||||||
InetLoad::load "${DOWNLOADALT_${ID}}${APPEND}" "$PLUGINSDIR\${FILENAME}" /END
|
Inetc::get "${DOWNLOADALT_${ID}}${APPEND}" "$PLUGINSDIR\${FILENAME}" /END
|
||||||
Pop ${RET}
|
Pop ${RET}
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
|
@ -72,10 +72,6 @@ Section "un.Program Files" un.SecProgramFiles
|
|||||||
!insertmacro FileListAiksaurusData Delete "$INSTDIR\aiksaurus\"
|
!insertmacro FileListAiksaurusData Delete "$INSTDIR\aiksaurus\"
|
||||||
RMDir "$INSTDIR\aiksaurus"
|
RMDir "$INSTDIR\aiksaurus"
|
||||||
|
|
||||||
# Postscript printer for metafile to EPS converter
|
|
||||||
!insertmacro FileListPSPrinter Delete "$INSTDIR\PSPrinter\"
|
|
||||||
RMDir "$INSTDIR\PsPrinter"
|
|
||||||
|
|
||||||
# Shortcuts
|
# Shortcuts
|
||||||
Delete "$SMPROGRAMS\${APP_NAME} ${APP_SERIES_NAME}.lnk"
|
Delete "$SMPROGRAMS\${APP_NAME} ${APP_SERIES_NAME}.lnk"
|
||||||
Delete "$DESKTOP\${APP_NAME} ${APP_SERIES_NAME}.lnk"
|
Delete "$DESKTOP\${APP_NAME} ${APP_SERIES_NAME}.lnk"
|
||||||
@ -104,12 +100,9 @@ Section "un.Program Files" un.SecProgramFiles
|
|||||||
${If} $MultiUser.Privileges != "Admin"
|
${If} $MultiUser.Privileges != "Admin"
|
||||||
${OrIf} $MultiUser.Privileges != "Power"
|
${OrIf} $MultiUser.Privileges != "Power"
|
||||||
|
|
||||||
# Delete Postscript printer for metafile o EPS conversion
|
# Delete Postscript printer for metafile to EPS conversion
|
||||||
ExecWait '$PrinterConf /q /dl /n "Metafile to EPS Converter"'
|
ExecWait '$PrinterConf /q /dl /n "Metafile to EPS Converter"'
|
||||||
|
|
||||||
# Also delete printer driver
|
|
||||||
ExecWait '$PrinterConf /q /dd /m "Metafile to EPS Converter"'
|
|
||||||
|
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
Loading…
Reference in New Issue
Block a user