Downloads:
26,282
Downloads of v 2.9.2:
33
Last Update:
05 Nov 2024
Package Maintainer(s):
Software Author(s):
- Stefan Kueng
Tags:
bowpad notepad editor text plugins admin- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
BowPad
This is not the latest version of BowPad available.
- 1
- 2
- 3
2.9.2 | Updated: 05 Nov 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
26,282
Downloads of v 2.9.2:
33
Maintainer(s):
Software Author(s):
- Stefan Kueng
BowPad 2.9.2
This is not the latest version of BowPad available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Stefan Kueng. The inclusion of Stefan Kueng trademark(s), if any, upon this webpage is solely to identify Stefan Kueng goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install BowPad, run the following command from the command line or from PowerShell:
To upgrade BowPad, run the following command from the command line or from PowerShell:
To uninstall BowPad, run the following command from the command line or from PowerShell:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download bowpad --internalize --version=2.9.2 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade bowpad -y --source="'INTERNAL REPO URL'" --version="'2.9.2'" [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 bowpad -y --source="'INTERNAL REPO URL'" --version="'2.9.2'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install bowpad
win_chocolatey:
name: bowpad
version: '2.9.2'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'bowpad' do
action :install
source 'INTERNAL REPO URL'
version '2.9.2'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller bowpad
{
Name = "bowpad"
Version = "2.9.2"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'bowpad':
ensure => '2.9.2',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 05 Nov 2024.
BowPad is a small and fast text editor with a ribbon user interface and syntax highlighting. It supports plugins written in jscript or vbscript and has a lot of useful features.
Log in or click on link to see number of positives.
- bowpad.2.9.2.nupkg (77bc5d281b17) - ## / 67
- BowPad64-2.9.2.msi (efeab285d366) - ## / 63
- BowPad-2.9.2.msi (693e7da021c4) - ## / 63
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 |
---|---|---|---|---|
BowPad 2.9.3 | 14 | Monday, November 18, 2024 | Approved | |
BowPad 2.9.2 | 33 | Tuesday, November 5, 2024 | Approved | |
BowPad 2.9.1 | 112 | Saturday, August 3, 2024 | Approved | |
BowPad 2.9.0 | 116 | Monday, June 3, 2024 | Approved | |
BowPad 2.8.9 | 176 | Thursday, June 22, 2023 | Approved | |
BowPad 2.8.8 | 66 | Friday, June 2, 2023 | Approved | |
BowPad 2.8.7 | 117 | Friday, December 30, 2022 | Approved | |
BowPad 2.8.6 | 55 | Wednesday, December 28, 2022 | Approved | |
BowPad 2.8.5 | 140 | Tuesday, September 27, 2022 | Approved | |
BowPad 2.8.4 | 58 | Sunday, September 25, 2022 | Approved | |
BowPad 2.8.3 | 135 | Monday, May 30, 2022 | Approved | |
BowPad 2.8.2 | 145 | Saturday, February 19, 2022 | Approved | |
BowPad 2.8.1 | 128 | Wednesday, November 24, 2021 | Approved | |
BowPad 2.8.0 | 209 | Sunday, July 25, 2021 | Approved | |
BowPad 2.7.1 | 140 | Monday, May 24, 2021 | Approved | |
BowPad 2.7.0 | 160 | Sunday, April 4, 2021 | Approved | |
BowPad 2.6.5 | 265 | Wednesday, November 25, 2020 | Approved | |
BowPad 2.6.4 | 251 | Wednesday, September 9, 2020 | Approved | |
BowPad 2.6.3 | 156 | Tuesday, September 1, 2020 | Approved | |
BowPad 2.6.2 | 226 | Sunday, July 19, 2020 | Approved | |
BowPad 2.6.1 | 184 | Sunday, June 28, 2020 | Approved | |
BowPad 2.6.0 | 214 | Monday, June 22, 2020 | Approved | |
BowPad 2.5.2 | 210 | Thursday, May 21, 2020 | Approved | |
BowPad 2.5.1 | 282 | Tuesday, April 7, 2020 | Approved | |
BowPad 2.5.0 | 304 | Saturday, February 1, 2020 | Approved | |
BowPad 2.4.5 | 363 | Monday, July 29, 2019 | Approved | |
BowPad 2.4.4 | 288 | Wednesday, July 24, 2019 | Approved | |
BowPad 2.4.3 | 329 | Sunday, January 27, 2019 | Approved | |
BowPad 2.4.2 | 370 | Monday, October 8, 2018 | Approved | |
BowPad 2.4.1 | 285 | Sunday, October 7, 2018 | Approved | |
BowPad 2.4.0 | 331 | Wednesday, September 12, 2018 | Approved | |
BowPad 2.3.9 | 378 | Wednesday, July 18, 2018 | Approved | |
BowPad 2.3.8 | 432 | Thursday, May 10, 2018 | Approved | |
BowPad 2.3.7 | 389 | Saturday, April 28, 2018 | Approved | |
BowPad 2.3.6.2 | 392 | Friday, March 30, 2018 | Approved | |
BowPad 2.3.5 | 481 | Friday, January 12, 2018 | Approved | |
BowPad 2.3.4 | 482 | Tuesday, November 21, 2017 | Approved | |
BowPad 2.3.3 | 556 | Tuesday, July 11, 2017 | Approved | |
BowPad 2.3.2 | 614 | Sunday, April 9, 2017 | Approved | |
BowPad 2.3.1 | 492 | Sunday, February 26, 2017 | Approved | |
BowPad 2.3.0 | 485 | Monday, January 30, 2017 | Approved | |
BowPad 2.2.5 | 558 | Sunday, November 6, 2016 | Approved | |
BowPad 2.2.4 | 551 | Saturday, September 17, 2016 | Approved | |
BowPad 2.2.3 | 522 | Monday, August 22, 2016 | Approved | |
BowPad 2.2.2 | 461 | Monday, June 20, 2016 | Approved | |
BowPad 2.2.1 | 521 | Saturday, April 2, 2016 | Approved | |
BowPad 2.2.0 | 583 | Sunday, January 31, 2016 | Approved | |
BowPad 2.1.3 | 520 | Sunday, November 1, 2015 | Approved | |
BowPad 2.1.2 | 531 | Monday, September 21, 2015 | Approved | |
BowPad 2.1.1 | 514 | Thursday, August 20, 2015 | Approved | |
BowPad 2.1.0 | 528 | Monday, July 13, 2015 | Approved | |
BowPad 2.0.20 | 597 | Sunday, May 10, 2015 | Approved | |
BowPad 2.0.19 | 577 | Monday, April 6, 2015 | Approved | |
BowPad 2.0.18 | 539 | Sunday, March 22, 2015 | Approved | |
BowPad 2.0.17 | 516 | Sunday, March 1, 2015 | Approved | |
BowPad 2.0.16 | 496 | Monday, February 23, 2015 | Approved | |
BowPad 2.0.15 | 466 | Sunday, February 22, 2015 | Approved | |
BowPad 2.0.14 | 496 | Sunday, February 15, 2015 | Approved | |
BowPad 2.0.13 | 523 | Sunday, February 8, 2015 | Approved | |
BowPad 2.0.12 | 504 | Sunday, January 25, 2015 | Approved | |
BowPad 2.0.11 | 512 | Monday, December 15, 2014 | Approved | |
BowPad 2.0.10 | 498 | Sunday, November 30, 2014 | Approved | |
BowPad 2.0.9 | 525 | Sunday, November 16, 2014 | Approved | |
BowPad 2.0.8 | 598 | Sunday, October 26, 2014 | Approved | |
BowPad 2.0.7 | 554 | Sunday, October 5, 2014 | Approved | |
BowPad 2.0.6 | 559 | Sunday, September 21, 2014 | Approved | |
BowPad 2.0.5 | 574 | Tuesday, September 9, 2014 | Approved | |
BowPad 2.0.4 | 497 | Sunday, August 17, 2014 | Approved | |
BowPad 2.0.3 | 520 | Sunday, July 27, 2014 | Approved | |
BowPad 2.0.2 | 513 | Saturday, July 26, 2014 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about BowPad and the BowPad 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 BowPad, 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.