X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FWin32%2Fpackaging%2Finstaller%2Fsetup%2Fconfigure.nsh;h=ff6caf28d975d704e56a12d1719febc40784a65c;hb=14316c7890c81db4fe7bc9229a14885e1261a125;hp=ae283362e9491832fec20a257037130470ec8063;hpb=238f510702acdefb60a77f032140befad2b1f518;p=features.git diff --git a/development/Win32/packaging/installer/setup/configure.nsh b/development/Win32/packaging/installer/setup/configure.nsh index ae283362e9..ff6caf28d9 100644 --- a/development/Win32/packaging/installer/setup/configure.nsh +++ b/development/Win32/packaging/installer/setup/configure.nsh @@ -162,10 +162,8 @@ Section -Configure # Set the path prefix in lyxrc.dist ClearErrors - Delete "$INSTDIR\Resources\lyxrc.dist" - FileOpen $R1 "$INSTDIR\Resources\lyxrc.dist" w - # set the format to the latest LyXRC format - FileWrite $R1 'Format 24$\r$\n' + FileOpen $R1 "$INSTDIR\Resources\lyxrc.dist" a + FileSeek $R1 0 END # set some general things FileWrite $R1 '\screen_zoom 120$\r$\n' ${if} "$PathPrefix" != ""