install.nsi
changeset 38 3991f82369cb
parent 37 fd09116d3537
child 39 3aea3759ccd7
equal deleted inserted replaced
37:fd09116d3537 38:3991f82369cb
    48 SectionEnd
    48 SectionEnd
    49 
    49 
    50 Section "Shortcuts"
    50 Section "Shortcuts"
    51   SetShellVarContext all
    51   SetShellVarContext all
    52   CreateDirectory "$SMPROGRAMS\Beremiz"
    52   CreateDirectory "$SMPROGRAMS\Beremiz"
    53   SetOutPath "$INSTDIR\msys32\bin"
    53   SetOutPath "$INSTDIR\mingw32\bin"
    54   CreateShortCut "$SMPROGRAMS\Beremiz\PlcopenEditor.lnk" "${PYTHONW_EXE}" '"$INSTDIR\beremiz\plcopeneditor.py"' "$INSTDIR\beremiz\images\poe.ico"
    54   CreateShortCut "$SMPROGRAMS\Beremiz\PlcopenEditor.lnk" "${PYTHONW_EXE}" '"$INSTDIR\beremiz\plcopeneditor.py"' "$INSTDIR\beremiz\images\poe.ico"
    55   CreateShortCut "$SMPROGRAMS\Beremiz\Beremiz.lnk" "${PYTHONW_EXE}" '${BEREMIZ_EXE}' "$INSTDIR\beremiz\images\brz.ico"
    55   CreateShortCut "$SMPROGRAMS\Beremiz\Beremiz.lnk" "${PYTHONW_EXE}" '${BEREMIZ_EXE}' "$INSTDIR\beremiz\images\brz.ico"
    56   CreateShortCut "$SMPROGRAMS\Beremiz\Uninstall.lnk" "$INSTDIR\uninstall.exe"
    56   CreateShortCut "$SMPROGRAMS\Beremiz\Uninstall.lnk" "$INSTDIR\uninstall.exe"
    57   SetShellVarContext current
    57   SetShellVarContext current
    58   CreateShortCut "$DESKTOP\Beremiz.lnk" "${PYTHONW_EXE}" '${BEREMIZ_EXE}' "$INSTDIR\beremiz\images\brz.ico"
    58   CreateShortCut "$DESKTOP\Beremiz.lnk" "${PYTHONW_EXE}" '${BEREMIZ_EXE}' "$INSTDIR\beremiz\images\brz.ico"