mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Win-installer: forgot an update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18105 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4a5ed9feee
commit
e1f2d29050
@ -71,7 +71,7 @@ Function ConfigureLyX
|
||||
|
||||
; register LyX
|
||||
${if} $CreateFileAssociations == "true"
|
||||
WriteRegStr HKLM "${PRODUCT_DIR_REGKEY}" "" "${PRODUCT_EXE}"
|
||||
WriteRegStr HKLM "${PRODUCT_DIR_REGKEY}" "" "${PRODUCT_EXE}"
|
||||
${endif}
|
||||
WriteRegStr ${PRODUCT_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "RootKey" "$ProductRootKey"
|
||||
WriteRegStr ${PRODUCT_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayName" "${PRODUCT_NAME} ${PRODUCT_VERSION}"
|
||||
|
@ -12,6 +12,7 @@ Function UpdateModifiedFiles
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\bind\sciword.bind"
|
||||
SetOutPath "$INSTDIR\Resources\doc"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx.in"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" ; must be here when another \doc file has been changed
|
||||
SetOutPath "$INSTDIR\Resources\doc\de"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Customization.lyx"
|
||||
@ -42,6 +43,8 @@ Function UpdateModifiedFiles
|
||||
SetOutPath "$INSTDIR\Resources\scripts"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\scripts\tex_copy.py"
|
||||
SetOutPath "$INSTDIR\Resources\ui"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\ui\classic.ui"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
|
||||
|
||||
FunctionEnd
|
||||
|
Loading…
Reference in New Issue
Block a user