]> git.lyx.org Git - lyx.git/blobdiff - development/Win32/packaging/AltInstaller/InstallActions-update.nsh
installer: transfer some info from AltInstaller
[lyx.git] / development / Win32 / packaging / AltInstaller / InstallActions-update.nsh
index 4087cab2de02e89f72c30ae7f9e5a065701fdac9..509c65d2b8fd33f1bc94817eb06d661e0d9344f4 100644 (file)
@@ -187,10 +187,6 @@ Function InstDirChange
    StrCpy $FileName "session"
    Call CheckAppPathPreferences # function from LyXUtils.nsh
    
-   # set the new path to the lyx.bat file
-   # following macro from TextFunc.nsh # calls Function ReplaceLineContent from LyXUtils.nsh
-   ${LineFind} "$INSTDIR\bin\lyx.bat" "" "1:-1" "ReplaceLineContent" 
-   
    # set new path to ImageMagick
    ReadRegStr $ImageMagickPath SHCTX "SOFTWARE\Classes\Applications" "AutoRun"
    ${if} $ImageMagickPath != ""