Skip to content

Instantly share code, notes, and snippets.

@DanAtkinson
Created June 10, 2015 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanAtkinson/5778bb61d1ff734e1543 to your computer and use it in GitHub Desktop.
Save DanAtkinson/5778bb61d1ff734e1543 to your computer and use it in GitHub Desktop.
Notepad++ Ketarin file after running update
<?xml version='1.0' encoding='utf-8'?>
<Jobs>
<ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="e76c985a-3b15-4a33-9d85-c05a7d276231">
<WebsiteUrl />
<UserAgent />
<UserNotes />
<LastFileSize>6944290</LastFileSize>
<LastFileDate>2015-06-10T16:26:44.6071395</LastFileDate>
<IgnoreFileInformation>false</IgnoreFileInformation>
<DownloadBeta>Default</DownloadBeta>
<DownloadDate xsi:nil="true" />
<CheckForUpdatesOnly>false</CheckForUpdatesOnly>
<VariableChangeIndicator />
<CanBeShared>true</CanBeShared>
<ShareApplication>false</ShareApplication>
<ExclusiveDownload>false</ExclusiveDownload>
<HttpReferer />
<SetupInstructions />
<Variables>
<item>
<key>
<string>version</string>
</key>
<value>
<UrlVariable>
<RegexRightToLeft>false</RegexRightToLeft>
<VariableType>StartEnd</VariableType>
<Regex />
<Url>https://notepad-plus-plus.org/</Url>
<StartText>&lt;p id="download"&gt;&lt;a href="download/v</StartText>
<EndText>.html"&gt;Download&lt;/a&gt;</EndText>
<Name>version</Name>
</UrlVariable>
</value>
</item>
<item>
<key>
<string>folder</string>
</key>
<value>
<UrlVariable>
<RegexRightToLeft>false</RegexRightToLeft>
<VariableType>RegularExpression</VariableType>
<Regex>/repository/([^\n\r]+?)/{version}/npp\.{version}\.Installer.exe</Regex>
<Url>https://notepad-plus-plus.org/download/v{version}.html</Url>
<Name>folder</Name>
</UrlVariable>
</value>
</item>
</Variables>
<ExecuteCommand />
<ExecutePreCommand>chocopkgup /p notepadplusplus /v {version} /u {preupdate-url} /u64 {url64}</ExecutePreCommand>
<ExecuteCommandType>Batch</ExecuteCommandType>
<ExecutePreCommandType>Batch</ExecutePreCommandType>
<Category />
<SourceType>FixedUrl</SourceType>
<PreviousLocation>C:\Chocolatey\_work\npp.6.7.8.2.Installer.exe</PreviousLocation>
<DeletePreviousFile>true</DeletePreviousFile>
<Enabled>true</Enabled>
<FileHippoId>notepad</FileHippoId>
<LastUpdated>2015-06-10T16:26:44.6071395</LastUpdated>
<TargetPath>C:\Chocolatey\_work\</TargetPath>
<FixedDownloadUrl>https://notepad-plus-plus.org/repository/{folder}/{version}/npp.{version}.Installer.exe</FixedDownloadUrl>
<Name>notepadplusplus.install</Name>
</ApplicationJob>
</Jobs>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment