From: Uwe Stöhr Date: Mon, 30 Apr 2007 01:04:47 +0000 (+0000) Subject: Win-installer: forgot an update X-Git-Tag: 1.6.10~9977 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e1f2d2905008887a0e48c822b496cd3090d6c06b;p=lyx.git Win-installer: forgot an update git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18105 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/Win32/packaging/installer/LyXWinInstaller/ConfigLyX.nsh b/development/Win32/packaging/installer/LyXWinInstaller/ConfigLyX.nsh index 76c53c1c18..cfb2dc6563 100644 --- a/development/Win32/packaging/installer/LyXWinInstaller/ConfigLyX.nsh +++ b/development/Win32/packaging/installer/LyXWinInstaller/ConfigLyX.nsh @@ -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}" diff --git a/development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh b/development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh index f9a7f0f5bc..110cac0607 100644 --- a/development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh +++ b/development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh @@ -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