FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit d4ff5d74 authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

Notepad++ -> v7.6.6

parent 3d2a007c
No related branches found
No related tags found
1 merge request!95Notepad++.xml
......@@ -2,7 +2,7 @@
<packages>
<package id="notepad++" name="Notepad++" revision="%version%.1" reboot="false">
<variable name="version" value="7.6.5" />
<variable name="version" value="7.6.6" />
<!-- 64bit version exists as of 7.1, but most of the plugins aren't available. So stick with 32bit until they sort that -->
<check type="uninstall" condition="versiongreaterorequal" path="Notepad++ (32-bit x86)" value="%version%" />
......@@ -15,6 +15,9 @@
<!-- remove plug-ins to prevent installer hanging -->
<upgrade cmd='cmd /c del /f /q "%ProgramFileswpkg%\Notepad++\plugins\*.dll"' ><exit code="1"/></upgrade>
<!-- kill any running notepad++.exe: otherwise, the upgrade appears to succeed but
we're actually left with the old binary -->
<upgrade cmd='taskkill /F /IM notepad++.exe /FI "STATUS eq RUNNING"' />
<upgrade cmd="%SOFTWARE%\Notepad++\npp.%version%.Installer.exe /S" />
<remove cmd='cmd /c del /f /q "%ProgramFileswpkg%\Notepad++\plugins\*.dll"' ><exit code="any"/></remove>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment