54
edits
Changes
m
→WPKG Package for Notepad++: typo
<check type="uninstall" condition="versionequalto" path="Notepad++" value="%version%" />
<!-- remove plug-in's ins to prevent installer hanging -->
<install cmd='%ComSpec% /c if exist "%ProgramFiles%\Notepad++\plugins" del /f /q "%ProgramFiles%\Notepad++\plugins\*.dll"' />
<install cmd='%ComSpec% /c if exist "%ProgramFiles(x86)%\Notepad++\plugins" del /f /q "%ProgramFiles(x86)%\Notepad++\plugins\*.dll"' />
<install cmd="%SOFTWARE%\Notepad++\npp.%version%.Installer.exe /S" />
<!-- remove plug-in's ins to prevent installer hanging -->
<upgrade cmd='%ComSpec% /c if exist "%ProgramFiles%\Notepad++\plugins" del /f /q "%ProgramFiles%\Notepad++\plugins\*.dll"' />
<upgrade cmd='%ComSpec% /c if exist "%ProgramFiles(x86)%\Notepad++\plugins" del /f /q "%ProgramFiles(x86)%\Notepad++\plugins\*.dll"' />
</package>
</source>
= WPKG Installer for some Notepad++ Plugins =