27
edits
Changes
no edit summary
<!-- remove plug-ins to prevent installer hanging -->
<upgrade include="install" />
<remove cmd='%COMSPEC% /c if exist "%PROGRAMFILES%\Notepad++\plugins" del /f /q "%PROGRAMFILES%\Notepad++\plugins\*.dll"' ><exit code="1"/></remove>
<remove cmd='%COMSPEC% /c if exist "%PROGRAMFILES(x86)%\Notepad++\plugins" del /f /q "%PROGRAMFILES(x86)%\Notepad++\plugins\*.dll"' ><exit code="1"/></remove>