Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

8,454

Downloads of v 2.0.0.0:

501

Last Update:

06 Nov 2016

Package Maintainer(s):

Software Author(s):

  • Bastian Schmidt

Tags:

files find search text batzendev

Batzendev.Tools

This is not the latest version of Batzendev.Tools available.

  • 1
  • 2
  • 3

2.0.0.0 | Updated: 06 Nov 2016

Downloads:

8,454

Downloads of v 2.0.0.0:

501

Maintainer(s):

Software Author(s):

  • Bastian Schmidt

Batzendev.Tools 2.0.0.0

This is not the latest version of Batzendev.Tools available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Batzendev.Tools, run the following command from the command line or from PowerShell:

>

To upgrade Batzendev.Tools, run the following command from the command line or from PowerShell:

>

To uninstall Batzendev.Tools, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade batzendev.tools -y --source="'INTERNAL REPO URL'" --version="'2.0.0.0'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade batzendev.tools -y --source="'INTERNAL REPO URL'" --version="'2.0.0.0'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install batzendev.tools
  win_chocolatey:
    name: batzendev.tools
    version: '2.0.0.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'batzendev.tools' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2.0.0.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller batzendev.tools
{
    Name     = "batzendev.tools"
    Version  = "2.0.0.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'batzendev.tools':
  ensure   => '2.0.0.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator gep13 on 07 Nov 2016.

Description

Just a suite of tools.
Currently included:
- Finder (searches and replaces text in files)


lib\Batzendev.Core.Desktop.dll
md5: 79D7B2AD6D37D55D02D68B3D8F5CD151 | sha1: 88D4A6D6B71C225CA0BD0469CC651D0B7164A49C | sha256: 73FB273E98F117BEE604AEF7378FEAC08B720F1CC15A453CB6BEB33F0A526632 | sha512: 7BDA10DCC7B52D1DE0207122F917A6456A540E97966EF8148861170912E21A744393EF3676B74297D7D9965753843DABFD769AD5E22937D8A1BF0F6CEE2107C9
lib\Batzendev.Core.Desktop.pdb
 
lib\Batzendev.Core.dll
md5: 425CEACA8FBB06DB011BCA1307DABECF | sha1: 0DC3DCF8C40B7516794F802FF41FC9A36EF89AAB | sha256: 9F4AC97D3C1175DE26E328371E2118F00F4B0FC5F021427C3D05CD443E021AC2 | sha512: BFD391C038FC13911BEA8346BE9551AB94A890A15576BD3B4D33AD34E20E31EEDB4F6DCA96EFA80BB99A793D84C7C8EC1BDF26AC07439B4F75FD9F39F4238B4E
lib\Batzendev.Core.pdb
 
lib\Batzendev.Tools.exe
md5: 3E5434024F8295576833CCA2161C66DB | sha1: C397AB85C5C4EA9315260BEA4FDC9DC0E38E1B32 | sha256: E3E84EA0BFEBAD808FED89217EA9F4BB1821D20B84518FDE6D542B86A1358472 | sha512: B81EA2D5D5328D10716A64DD9704CE467894DC02F5E173D11ABEBF226415782645C49B3DB8B0994B5A0A61E1C9AA0D8A19320C447CBB09B9C63D9BA5AABB6F8C
lib\Batzendev.Tools.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <sectionGroup name="common">
      <section name="logging" type="Common.Logging.ConfigurationSectionHandler, Common.Logging" />
    </sectionGroup>

    <section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" />
  </configSections>
  
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <probing privatePath="Plugins" />
      <dependentAssembly>
        <assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Practices.ServiceLocation" publicKeyToken="31bf3856ad364e35" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Common.Logging" publicKeyToken="af08829b84f0328e" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Web.XmlTransform" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-2.1.0.0" newVersion="2.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <!-- Mutlicore GC (Garbage Collection) -->
    <gcServer enabled="true" />
  </runtime>

  <common>
    <logging>
      <factoryAdapter type="Common.Logging.NLog.NLogLoggerFactoryAdapter, Common.Logging.NLog20">
        <arg key="configType" value="FILE" />
        <arg key="configFile" value="~/NLog.config" />
      </factoryAdapter>
    </logging>
  </common>

  <system.net>
    <defaultProxy useDefaultCredentials="true" />
  </system.net>
  
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
  </startup>
</configuration>
lib\Batzendev.Tools.pdb
 
lib\Batzendev.UI.dll
md5: B46F4A3F9264B3A9EDB3F51112928D73 | sha1: 79C0CF88C4639B39DC065120D681524AC6D377BD | sha256: FF9D794441BAC8166BD583AEE89CE8AC829A2CC03FF4E2A1D742652635081F32 | sha512: 96A6386DE4B83434358FCFE786986EA7B1D30BA6533948DD2566AA97FFE7332C58002A95ABB59A7D54546B695BFF738B43164953D84F9F2892932A792C7AC47D
lib\Batzendev.UI.pdb
 
lib\Common.Logging.Core.dll
md5: 1830CD72D0EA37BAB9AF9FDF81FC96DE | sha1: 3480C6662A0E1C0F579DDC0B30D3FF79278FC915 | sha256: 43D21A6EF97B8B9E02994BE1EAEE2D73EAAD10F2DC1FA100FD57636FFAFF446C | sha512: 1A5D96B92876C796EE6FA1A77F46E202913FFD89939347784F783F664CC11DE880D4627A9D0A4D14AB335ACF29EE8C691EBF06D59B78E7E386F799C53BDEAF1F
lib\Common.Logging.Core.pdb
 
lib\Common.Logging.dll
md5: 7C4C80A7A8B46A7100937018DFF0540E | sha1: 37B979C2A79031AEDF8729ECF46AE1AB9E2B513A | sha256: 7D4435779924F739DD0ABD0117B380FA4CF63BBA552BC6EB9E0D29E24B85E6D1 | sha512: 28850810683AE532FE7448D43D64B7FCF319374DF889565FD8920B090CD4FDDA4478C7E5D7BE29426DBBCC0B66E49544BDEDB719E144F549CA3274D1B19B6B5D
lib\Common.Logging.NLog20.dll
md5: AA2B303F8E358A7F9AF486B6F28C6713 | sha1: A42EFE287903637E14B78C85407523FC0FB7BE02 | sha256: 67650A73ECC720494332DA9AA480014A5A730665C650E82A76177CF4B24C83C9 | sha512: 4D653C00BAEB83E319EB549AB5F0DD0DEFD2791759C9C2588E4EF7736035B5625088E5C4BD86BC358804DAB6064A779119672CCC23131D2285B5A9D7E38F0233
lib\Common.Logging.NLog20.pdb
 
lib\Common.Logging.pdb
 
lib\Dragablz.dll
md5: 30A2D88494755B829CCCAC1C4CDA5720 | sha1: 6D41454F889556120F78CBB3CE1C2105D1F55B8F | sha256: 6B480871E9EE9A8E3FB1AE59E44E7D6C547D8A765AC7F20EC463218F27C07BF1 | sha512: B0048504409CA6B9D6BC5F3BFEED50BA11CA6EFEBDCB833269A63661985821E9F336BDCB3D078798C281A417E05D51B89D3D6D24F37EDBB3FBAD8840AF84728F
lib\Dragablz.pdb
 
lib\FluentValidation.dll
md5: 875D4FEBE043C022EBC52BA57CFC78DA | sha1: C9EAB3200FFB35F4C352EA1C020FD79F71FE1CDA | sha256: 499FCE444C53A3BF79348DBF6C9CA1EF8B273C40ECAEB66C4D0356774FBBB6D8 | sha512: 2E5DED0FF2D1682B2322D3F329BACC812A7CA2BB1CE52123A6DD9FBAAF0D71C9E7A9712B19289AA5B1AA41BD4E9FC5C6FBC2BBEF9B3336D204545A84B229429C
lib\FluentValidation.pdb
 
lib\MahApps.Metro.dll
md5: E15B7C0B90213D2AE1BF067DA016456F | sha1: 01C30F77D3F8F2983483AECC548D06CC1EA9B1CE | sha256: FCA3066BC163D7A3F89A4E61720873F4D8EC7A4C6ED2424A0B32108FDBEED7FB | sha512: 164B7F4E6D49D9357903C1408B597C815A747576B9987A3920175FEC7AA9CE950D9C8F09024EAC8EDEBDBC8ED3F602632698BDDB257B1AA26928EA486FA2F41E
lib\MahApps.Metro.pdb
 
lib\MaterialDesignColors.dll
md5: 7CE94219E89C27F35C66AEA2B1000C02 | sha1: 028EB2918EC78D6C42C562F568319515D974B30B | sha256: 295E5C95753605C43CC9D9D218A6E8DE0DA19AB9172252A80D4A72DB65F79AC4 | sha512: 89310161D3436A687D64E1BBD2E5C3C81410FFF1A0AE03DC7DA20E7E6C8068149DC367CE0873A50A8B5AF46B0D1ACD945066EA953C51A9D226EB92158347DDDA
lib\MaterialDesignColors.pdb
 
lib\MaterialDesignThemes.MahApps.dll
md5: 6482AB1F0C209FE869494AC750BFE0C7 | sha1: 4C0521C7D0B6F4BF398EF1D11734ECDCED4B6FA1 | sha256: 8C933B2CF8BBB6F64217048D055DE44329A4137A56E4D90D5FA7D04EB4A65B4E | sha512: 6E9E445CE8C2924508667B526248B2E2665B818D467D5083FE9F0648DC6F93AAB4763A3F38367BE7A2CBFB7372A4500223A8ACA47C5A46A61F6801AFD80EA3A5
lib\MaterialDesignThemes.Wpf.dll
md5: D179C71655A0B5751AAE3FDB4F4E89E3 | sha1: 5E20D5CBB404BC99D0BB068F89011119236B6D3A | sha256: 257214FBC5FE458368562F07D448D7D4F58822DAA0F6CE746A334D75F771335C | sha512: 5FA8B61966F8A926DD504CA0D06006EC7B0FD669EA57CFF97F67C6230CE11A4705B90DDA1271F7445EFA832453714A0CF03F2E8C3AEF71FB3A88C01D23C38E45
lib\MaterialDesignThemes.Wpf.pdb
 
lib\Microsoft.Web.XmlTransform.dll
md5: 6AD7D1E92C9833F4BDDE6A4BC84F2E1A | sha1: B38D23B6A960F5F07664565835137FE3C8FDB7ED | sha256: 13DCF5066E00152238191314D4A46605204FFABDBB830BDD0C97DF3027D1261D | sha512: 01C4ECC46576618394FBBEE701F5A726F97D31FB39D5F1C6305D21CA7AD0B0ABC09B69FB733C42D4D1203FCE78DD3F3D5129C21EA0BC9B92D0AB3A7BF09C006C
lib\Newtonsoft.Json.dll
md5: C53737821B861D454D5248034C3C097C | sha1: 6B0DA75617A2269493DC1A685D7A0B07F2E48C75 | sha256: 575E30F98E4EA42C9E516EDC8BBB29AD8B50B173A3E6B36B5BA39E133CCE9406 | sha512: 289543F5EEA472E9027030E24011BEA1E49E91059241FE6EB732E78F51822313E47D1E4769FA1C9C7D6139F6A97DCFEF2946836B3383E8643988BF8908162FB9
lib\NLog.config
<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd"
      autoReload="true"
      throwExceptions="false"
      internalLogLevel="Off" 
      internalLogFile="c:\temp\nlog-internal.log">
  <targets>
      <target xsi:type="Debugger"
              name="debugger" />

      <target xsi:type="Trace"
              name="trace" />      
  </targets>

  <rules>
    <logger name="*"
            writeTo="debugger" />

      <logger name="*"
              enabled="false"
              writeTo="trace" />
  </rules>
</nlog>
lib\NLog.dll
md5: 68E3281FE71A2A54C46ECF296A70A77B | sha1: 144C27D7923B4DA8DFF64838CBB577F383314DCF | sha256: 1C669028F5F487DCBFFC99E18AEACF8F8A4CAA2B7CE9DC53170715E7E242456D | sha512: 2255C55545DF9735CC961EF9155D94A090E702447DD63F44426362B6300ADAD3296E36B167969D4D983E807FABE1D9C7D2BB80B398A1EF55A419A4EE0FDE6A2F
lib\NuGet.Core.dll
md5: 5FC063C0B98F60A42099C1A02C4D893F | sha1: BB4BB8FA66E2A859B9046B48A4ED87F2DAAFCBBD | sha256: 9198DADF6A653F4E20776A292800D1C80E722E14FD0772DDD05BC23B6CE1001A | sha512: 7D06F294E0F98EF301F43B9DAFBF7123E4D4D7578374FE26B1828129B3DBB997DDA86EC4BB6511752F92C4661DBA11FEDDB5CC2EC308ADFBACB66E7A34359C45
lib\System.Windows.Interactivity.dll
md5: 580244BC805220253A87196913EB3E5E | sha1: CE6C4C18CF638F980905B9CB6710EE1FA73BB397 | sha256: 93FBC59E4880AFC9F136C3AC0976ADA7F3FAA7CACEDCE5C824B337CBCA9D2EBF | sha512: 2666B594F13CE9DF2352D10A3D8836BF447EAF6A08DA528B027436BB4AFFAAD9CD5466B4337A3EAF7B41D3021016B53C5448C7A52C037708CAE9501DB89A73F0
lib\ThirdPartyComponents.json
[
    {
        "Name":  "Common.Logging",
        "Version":  "3.3.1.0",
        "ComponentUrl":  "https://www.nuget.org/packages/Common.Logging/",
        "LicenseUrl":  null
    },
    {
        "Name":  "Common.Logging.Core",
        "Version":  "3.3.1.0",
        "ComponentUrl":  "https://www.nuget.org/packages/Common.Logging.Core/",
        "LicenseUrl":  null
    },
    {
        "Name":  "FluentValidation",
        "Version":  "6.2.1.0",
        "ComponentUrl":  "https://www.nuget.org/packages/FluentValidation/",
        "LicenseUrl":  "https://github.com/JeremySkinner/FluentValidation/blob/master/License.txt"
    },
    {
        "Name":  "Fody",
        "Version":  "1.29.4.0",
        "ComponentUrl":  "https://www.nuget.org/packages/Fody/",
        "LicenseUrl":  "http://www.opensource.org/licenses/mit-license.php"
    },
    {
        "Name":  "Microsoft.Web.Xdt",
        "Version":  "2.1.1.0",
        "ComponentUrl":  "https://www.nuget.org/packages/Microsoft.Web.Xdt/",
        "LicenseUrl":  "http://go.microsoft.com/fwlink/?LinkId=273778"
    },
    {
        "Name":  "Newtonsoft.Json",
        "Version":  "9.0.1.0",
        "ComponentUrl":  "https://www.nuget.org/packages/Newtonsoft.Json/",
        "LicenseUrl":  "https://raw.github.com/JamesNK/Newtonsoft.Json/master/LICENSE.md"
    },
    {
        "Name":  "NuGet.Core",
        "Version":  "2.12.0.0",
        "ComponentUrl":  "https://www.nuget.org/packages/NuGet.Core/",
        "LicenseUrl":  "https://raw.githubusercontent.com/NuGet/NuGet2/master/LICENSE.txt"
    },
    {
        "Name":  "PropertyChanged.Fody",
        "Version":  "1.52.1.0",
        "ComponentUrl":  "https://www.nuget.org/packages/PropertyChanged.Fody/",
        "LicenseUrl":  "http://www.opensource.org/licenses/mit-license.php"
    },
    {
        "Name":  "MaterialDesignColors",
        "Version":  "1.1.3.0",
        "ComponentUrl":  "https://www.nuget.org/packages/MaterialDesignColors/",
        "LicenseUrl":  "http://opensource.org/licenses/MS-PL"
    },
    {
        "Name":  "MaterialDesignThemes",
        "Version":  "2.2.0.725",
        "ComponentUrl":  "https://www.nuget.org/packages/MaterialDesignThemes/",
        "LicenseUrl":  "http://opensource.org/licenses/MS-PL"
    },
    {
        "Name":  "SimpleHelpers.FileEncoding",
        "Version":  "1.4.0.0",
        "ComponentUrl":  "https://www.nuget.org/packages/SimpleHelpers.FileEncoding/",
        "LicenseUrl":  "https://raw.github.com/khalidsalomao/SimpleHelpers.Net/master/SimpleHelpers/LICENSE.txt"
    },
    {
        "Name":  "UDE.CSharp",
        "Version":  "1.1.0.0",
        "ComponentUrl":  "https://www.nuget.org/packages/UDE.CSharp/",
        "LicenseUrl":  null
    },
    {
        "Name":  "NUnit",
        "Version":  "3.5.0.0",
        "ComponentUrl":  "https://www.nuget.org/packages/NUnit/",
        "LicenseUrl":  "http://nunit.org/nuget/nunit3-license.txt"
    },
    {
        "Name":  "Common.Logging.NLog20",
        "Version":  "3.3.1.0",
        "ComponentUrl":  "https://www.nuget.org/packages/Common.Logging.NLog20/",
        "LicenseUrl":  null
    },
    {
        "Name":  "Dragablz",
        "Version":  "0.0.3.176",
        "ComponentUrl":  "https://www.nuget.org/packages/Dragablz/",
        "LicenseUrl":  "http://opensource.org/licenses/MS-PL"
    },
    {
        "Name":  "DryIoc",
        "Version":  "2.8.5.0",
        "ComponentUrl":  "https://www.nuget.org/packages/DryIoc/",
        "LicenseUrl":  "http://opensource.org/licenses/MIT"
    },
    {
        "Name":  "DryIoc.MefAttributedModel",
        "Version":  "2.5.0.0",
        "ComponentUrl":  "https://www.nuget.org/packages/DryIoc.MefAttributedModel/",
        "LicenseUrl":  "http://opensource.org/licenses/MIT"
    },
    {
        "Name":  "DryIocAttributes",
        "Version":  "2.5.0.0",
        "ComponentUrl":  "https://www.nuget.org/packages/DryIocAttributes/",
        "LicenseUrl":  "http://opensource.org/licenses/MIT"
    },
    {
        "Name":  "MahApps.Metro",
        "Version":  "1.3.0.0",
        "ComponentUrl":  "https://www.nuget.org/packages/MahApps.Metro/",
        "LicenseUrl":  "https://github.com/MahApps/MahApps.Metro/blob/master/LICENSE"
    },
    {
        "Name":  "MaterialDesignThemes.MahApps",
        "Version":  "0.0.8.0",
        "ComponentUrl":  "https://www.nuget.org/packages/MaterialDesignThemes.MahApps/",
        "LicenseUrl":  "http://opensource.org/licenses/MS-PL"
    },
    {
        "Name":  "NLog",
        "Version":  "4.3.10.0",
        "ComponentUrl":  "https://www.nuget.org/packages/NLog/",
        "LicenseUrl":  "http://raw.github.com/NLog/NLog/master/LICENSE.txt"
    },
    {
        "Name":  "NLog.Schema",
        "Version":  "4.3.10.0",
        "ComponentUrl":  "https://www.nuget.org/packages/NLog.Schema/",
        "LicenseUrl":  "http://raw.github.com/NLog/NLog/master/LICENSE.txt"
    }
]
lib\Ude.dll
md5: 9F96AEE193D53A925D18B2769E7958E0 | sha1: C11C5A4522A879D4351D4726AB212D3AA3A55243 | sha256: 5A120F43A4B9E7A0D811A680EEAB34948D1A7EDA4DCC988AA203EEFCC33043B6 | sha512: 057BD406CED46ABBA4F1D09B8EEA11CA088295FEAE8077212425B1B8A8E4E1C679CA47EE339FA428A47A134A44D299391835F4D569E407562C284CD3CE36E1CA
tools\chocolateyInstall.ps1
$installDir = $env:chocolateyPackageFolder
$installLibDir = Join-Path $installDir "lib"

@(
'Batzendev.Tools'
) | % {
  New-Item "$installLibDir\$_.exe.gui" -Type file -Force | Out-Null
}

$desktop = $([System.Environment]::GetFolderPath([System.Environment+SpecialFolder]::DesktopDirectory))
$shortcutFilePath = Join-Path $desktop "Batzendev.Tools.lnk"

$targetShortcutPath = Join-Path $installLibDir "Batzendev.Tools.exe"

Install-ChocolateyShortcut -ShortcutFilePath $shortcutFilePath -TargetPath $targetShortcutPath
tools\chocolateyUninstall.ps1
$desktop = $([System.Environment]::GetFolderPath([System.Environment+SpecialFolder]::DesktopDirectory))
$shortcutFilePath = Join-Path $desktop "Batzendev.Tools.lnk"

if (Test-Path($shortcutFilePath)) {
	Remove-Item $shortcutFilePath
}

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Batzendev.Tools 6.0.0 50 Sunday, October 15, 2023 Approved
Batzendev.Tools 5.2.2 230 Friday, January 20, 2023 Approved
Batzendev.Tools 5.2.1 41 Saturday, January 14, 2023 Approved
Batzendev.Tools 5.2.0 38 Thursday, January 12, 2023 Approved
Batzendev.Tools 5.1.0 55 Saturday, January 7, 2023 Approved
Batzendev.Tools 5.0.1 50 Wednesday, December 14, 2022 Approved
Batzendev.Tools 5.0.0 63 Wednesday, November 30, 2022 Approved
Batzendev.Tools 4.1.1 149 Saturday, February 19, 2022 Approved
Batzendev.Tools 4.1.0 70 Sunday, February 13, 2022 Approved
Batzendev.Tools 4.0.0 279 Saturday, October 24, 2020 Approved
Batzendev.Tools 4.0.0-rc0185 229 Wednesday, July 8, 2020 Approved
Batzendev.Tools 4.0.0-rc0184 152 Wednesday, June 17, 2020 Approved
Batzendev.Tools 4.0.0-rc0181 134 Tuesday, June 16, 2020 Approved
Batzendev.Tools 4.0.0-rc0159 187 Sunday, May 17, 2020 Approved
Batzendev.Tools 3.0.3 519 Tuesday, January 8, 2019 Approved
Batzendev.Tools 3.0.2 278 Monday, January 7, 2019 Approved
Batzendev.Tools 3.0.1 270 Saturday, December 15, 2018 Approved
Batzendev.Tools 3.0.0 240 Saturday, December 15, 2018 Approved
Batzendev.Tools 2.4.0 405 Sunday, February 25, 2018 Approved
Batzendev.Tools 2.3.1 364 Sunday, February 18, 2018 Approved
Batzendev.Tools 2.3.0 351 Monday, February 12, 2018 Approved
Batzendev.Tools 2.2.0.0 566 Tuesday, January 17, 2017 Approved
Batzendev.Tools 2.1.0.0 492 Sunday, December 11, 2016 Approved
Batzendev.Tools 2.0.1.0 484 Tuesday, November 8, 2016 Approved
Batzendev.Tools 2.0.0.0 501 Sunday, November 6, 2016 Approved
Batzendev.Tools 1.0.1.1 864 Sunday, March 23, 2014 Approved
Batzendev.Tools 1.0.1.0 511 Friday, March 14, 2014 Approved
Batzendev.Tools 1.0.0.0 470 Friday, March 14, 2014 Approved

v2.0.0:
- Modernized UI

- Improved performance when finding and replacing
- Fixed encoding detection for file operations by using Ude

- No self update anymore, just showing notifications about new versions. Update/Upgrades should be done through chocolatey.


Discussion for the Batzendev.Tools Package

Ground Rules:

  • This discussion is only about Batzendev.Tools and the Batzendev.Tools package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Batzendev.Tools, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus