Skip to content

Commit 32eaa03

Browse files
authored
New version: Klocman.BulkCrapUninstaller version 6.2
1 parent 0947aa9 commit 32eaa03

3 files changed

Lines changed: 120 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Created with WinGet Releaser using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: Klocman.BulkCrapUninstaller
5+
PackageVersion: '6.2'
6+
InstallerLocale: en-US
7+
Platform:
8+
- Windows.Desktop
9+
InstallerType: inno
10+
Scope: machine
11+
InstallModes:
12+
- interactive
13+
- silent
14+
- silentWithProgress
15+
UpgradeBehavior: install
16+
ProductCode: '{f4fef76c-1aa9-441c-af7e-d27f58d898d1}_is1'
17+
ReleaseDate: 2026-06-09
18+
AppsAndFeaturesEntries:
19+
- DisplayName: BCUninstaller 6.2.0.0
20+
ProductCode: '{f4fef76c-1aa9-441c-af7e-d27f58d898d1}_is1'
21+
ElevationRequirement: elevatesSelf
22+
InstallationMetadata:
23+
DefaultInstallLocation: '%ProgramFiles%\BCUninstaller'
24+
Installers:
25+
- Architecture: x86
26+
InstallerUrl: https://github.com/BCUninstaller/Bulk-Crap-Uninstaller/releases/download/v6.2/BCUninstaller_6.2.0_setup.exe
27+
InstallerSha256: F0A28736925EFB89146A1259ECDD08904A92D2D8EE42A3AED1F9B3CCBF0CD28A
28+
ManifestType: installer
29+
ManifestVersion: 1.12.0
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
# Created with WinGet Releaser using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: Klocman.BulkCrapUninstaller
5+
PackageVersion: '6.2'
6+
PackageLocale: en-US
7+
Publisher: Marcin Szeniak
8+
PublisherUrl: https://github.com/Klocman/Bulk-Crap-Uninstaller
9+
PublisherSupportUrl: https://github.com/Klocman/Bulk-Crap-Uninstaller/issues
10+
PrivacyUrl: https://github.com/Klocman/Bulk-Crap-Uninstaller/blob/master/PrivacyPolicy.txt
11+
Author: Marcin Szeniak
12+
PackageName: Bulk Crap Uninstaller
13+
PackageUrl: https://www.bcuninstaller.com/
14+
License: Apache-2.0
15+
LicenseUrl: https://raw.githubusercontent.com/Klocman/Bulk-Crap-Uninstaller/v5.2/Licence.txt
16+
Copyright: Copyright 2018 Marcin Szeniak
17+
CopyrightUrl: https://raw.githubusercontent.com/Klocman/Bulk-Crap-Uninstaller/v5.2/Licence.txt
18+
ShortDescription: Bulk program uninstaller with advanced automation. It excels at removing large amounts of applications with minimal to no user input, while requiring next to no technical knowledge.
19+
Description: |-
20+
Bulk Crap Uninstaller (or BCUninstaller) is a free (as in speech) program uninstaller.
21+
It excels at removing large amounts of applications with minimal user input.
22+
It can clean up leftovers, detect orphaned applications, run uninstallers according to premade lists, and much more!
23+
Even though BCU was made with IT pros in mind, by default it is so straight-forward that anyone can use it.
24+
25+
BCU is fully compatible with Windows Store Apps, Steam, Windows Features and has special support for many uninstalling systems (NSIS, InnoSetup, Msiexec, and many other).
26+
Moniker: bcuninstaller
27+
Tags:
28+
- application-manager
29+
- application-uninstaller
30+
- bloatware
31+
- bulk-actions
32+
- bulk-crap-uninstaller
33+
- cleaner
34+
- debloat
35+
- disk-space
36+
- foss
37+
- open-source
38+
- software-management
39+
- unattended-uninstall
40+
- uninstall
41+
- uninstaller
42+
ReleaseNotes: |-
43+
What's Changed
44+
Features
45+
- Add invalid-uninstaller view preset by @breshinotestachegira in #903
46+
- Add certificate and integrity columns to app list by @breshinotestachegira in #894
47+
- Improve Scoop custom path detection by @breshinotestachegira in #892
48+
Fixes
49+
- Improve uninstall list load error handling by @breshinotestachegira in #895
50+
- Fix tweak visibility filtering by @breshinotestachegira in #898
51+
- Fix orphaned-only view preset by @breshinotestachegira in #899
52+
- Stabilize icon handle ownership by @breshinotestachegira in #902
53+
- Fix: Use Directory.GetLastWriteTime for install date fallback by @AniketDeshmane in #908
54+
- Do not offer to send "no way to uninstall" error messages by @Klocman in #922
55+
- Ignore ERROR_BAD_CONFIGURATION when listing MSI components by @Klocman in #924
56+
- Eat InvalidOperationException coming from ListViewGroupAccessibleObject by @Klocman in #925
57+
- Harden BCU console export and size detection - Fix BCU-console export failures by @breshinotestachegira in #897
58+
- Harden registry factory parsing by @breshinotestachegira in #893
59+
- Guard startup uninstall list loading by @breshinotestachegira in #927
60+
- Clean generated files on uninstall by @One-Simon in #928
61+
Translations
62+
- Updated Hungarian translation by @titanicbobo in #875
63+
- Updated Vietnamese translations by @wanwanvxt in #918
64+
- Fix : Swedish translation causes UI overflow in some windows by @Leise-Shadow in #865
65+
Other
66+
- Fix publish script after v6.1 by @tsiakoulias in #868
67+
- Updated the localization pack
68+
Repository
69+
- Moved the repository under a new BCUninstaller organization (old links still work)
70+
- Added two maintainers: @hazeliscoding and @One-Simon
71+
- Added PR merge rules (require up-to-date approval and CI to pass)
72+
- Updated CI script to also build the launcher (only for testing, not included in artifacts)
73+
New Contributors
74+
- @Leise-Shadow made their first contribution in #865
75+
- @breshinotestachegira made their first contribution in #892
76+
- @One-Simon made their first contribution in #928
77+
Full Changelog: v6.1...v6.2
78+
ReleaseNotesUrl: https://github.com/BCUninstaller/Bulk-Crap-Uninstaller/releases/tag/v6.2
79+
Documentations:
80+
- DocumentLabel: Wiki
81+
DocumentUrl: https://github.com/Klocman/Bulk-Crap-Uninstaller/wiki
82+
ManifestType: defaultLocale
83+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Releaser using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: Klocman.BulkCrapUninstaller
5+
PackageVersion: '6.2'
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)