]> git.lyx.org Git - lyx.git/commitdiff
Win-installer: forgot an update
authorUwe Stöhr <uwestoehr@web.de>
Mon, 30 Apr 2007 01:04:47 +0000 (01:04 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Mon, 30 Apr 2007 01:04:47 +0000 (01:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18105 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/installer/LyXWinInstaller/ConfigLyX.nsh
development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh

index 76c53c1c18d60b8c7ee94e3d81b8e2447f25f64e..cfb2dc65634abbf75be0e1c4ae503ef90554c406 100644 (file)
@@ -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}"
index f9a7f0f5bcdf98fca5a3a0105be84b68c5a11529..110cac06070f80289c289acbf0e57c709df21ade 100644 (file)
@@ -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