# HG changeset patch # User Edouard Tisserant # Date 1661102923 -7200 # Node ID 86aab112a8f45ce3a607f59dde8ac542e08efeec # Parent 5799370243c0df4d6437e3377812069cfe8043fd Windows installer: remove useless shortcuts. diff -r 5799370243c0 -r 86aab112a8f4 install.nsi --- a/install.nsi Sun Aug 21 19:27:35 2022 +0200 +++ b/install.nsi Sun Aug 21 19:28:43 2022 +0200 @@ -51,11 +51,11 @@ SetShellVarContext all CreateDirectory "$SMPROGRAMS\Beremiz" SetOutPath "$INSTDIR\mingw32\bin" - CreateShortCut "$SMPROGRAMS\Beremiz\PlcopenEditor.lnk" "${PYTHONW_EXE}" '"$INSTDIR\beremiz\plcopeneditor.py"' "$INSTDIR\beremiz\images\poe.ico" +; CreateShortCut "$SMPROGRAMS\Beremiz\PlcopenEditor.lnk" "${PYTHONW_EXE}" '"$INSTDIR\beremiz\plcopeneditor.py"' "$INSTDIR\beremiz\images\poe.ico" CreateShortCut "$SMPROGRAMS\Beremiz\Beremiz.lnk" "${PYTHONW_EXE}" '${BEREMIZ_EXE}' "$INSTDIR\beremiz\images\brz.ico" CreateShortCut "$SMPROGRAMS\Beremiz\Uninstall.lnk" "$INSTDIR\uninstall.exe" - SetShellVarContext current - CreateShortCut "$DESKTOP\Beremiz.lnk" "${PYTHONW_EXE}" '${BEREMIZ_EXE}' "$INSTDIR\beremiz\images\brz.ico" +; SetShellVarContext current +; CreateShortCut "$DESKTOP\Beremiz.lnk" "${PYTHONW_EXE}" '${BEREMIZ_EXE}' "$INSTDIR\beremiz\images\brz.ico" ; Profiling : ; CreateShortCut "$DESKTOP\BeremizPro.lnk" "${PYTHONW_EXE}" '-m cProfile -o %USERPROFILE%/stats.pstat ${BEREMIZ_EXE}' "$INSTDIR\beremiz\images\brz.ico" SectionEnd