Changes

Jump to: navigation, search

Notepad plus plus

109 bytes removed, 21:57, 16 August 2010
Disable Auto Updater: This is WPKG, we don't need to describe the manual methods. Also, switch cmd to COMSPEC.
"Thanks to GUP, (Generic Updater for win32) project (see http://sourceforge.net/projects/gup-w32/ and http://gup-w32.sourceforge.net/) Notepad++ v4.6 and later has the capacity to search and install the update package (if available) from Internet. Only Installer integrates the auto-updater module (optional). So if you use zipped version, you have to download GUP from its project page, create "update" directory in Notepad++ installed directory, unzip the package into it then edit gup.xml file."
== Manually == For each user, choose Preferences → Misc → disable Enable Notepad++ auto-updater == Command-line == move Delete or rename the "%PROGRAMFILES%\Notepad++\updater" "%PROGRAMFILES%\folder in the Notepad++\disabled-updater" == WPKG ==application folder to disable automatic updates:
<source lang="xml">
<install cmd='cmd %COMSPEC% /C c move "%PROGRAMFILES%\Notepad++\updater" "%PROGRAMFILES%\Notepad++\disabled-updater"' />
<upgrade cmd='cmd %COMSPEC% /C c move "%PROGRAMFILES%\Notepad++\updater" "%PROGRAMFILES%\Notepad++\disabled-updater"' />
</source>
117
edits

Navigation menu