Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions manifests/n/Nefarius/nefcon/1.18.61/Nefarius.nefcon.installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Created with WinGet Releaser using komac v2.16.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json

PackageIdentifier: Nefarius.nefcon
PackageVersion: 1.18.61
InstallerType: zip
NestedInstallerType: portable
ReleaseDate: 2026-08-14
Installers:
- Architecture: neutral

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Architecture: neutral
- Architecture: arm64

NestedInstallerFiles:
- RelativeFilePath: ARM64/nefconc.exe
PortableCommandAlias: nefconc
- RelativeFilePath: ARM64/nefconw.exe
PortableCommandAlias: nefconw
InstallerUrl: https://github.com/nefarius/nefcon/releases/download/v1.18.61/nefcon_v1.18.61.zip
InstallerSha256: 912BD5E398CE8773F0E5CD44004B41AEF06A57375E5F86DB65426DF490CF9879
- Architecture: neutral

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Architecture: neutral
- Architecture: x64

NestedInstallerFiles:
- RelativeFilePath: x64/nefconc.exe
PortableCommandAlias: nefconc
- RelativeFilePath: x64/nefconw.exe
PortableCommandAlias: nefconw
InstallerUrl: https://github.com/nefarius/nefcon/releases/download/v1.18.61/nefcon_v1.18.61.zip
InstallerSha256: 912BD5E398CE8773F0E5CD44004B41AEF06A57375E5F86DB65426DF490CF9879
- Architecture: neutral

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Architecture: neutral
- Architecture: x86

NestedInstallerFiles:
- RelativeFilePath: x86/nefconc.exe
PortableCommandAlias: nefconc
- RelativeFilePath: x86/nefconw.exe
PortableCommandAlias: nefconw
InstallerUrl: https://github.com/nefarius/nefcon/releases/download/v1.18.61/nefcon_v1.18.61.zip
InstallerSha256: 912BD5E398CE8773F0E5CD44004B41AEF06A57375E5F86DB65426DF490CF9879
ManifestType: installer
ManifestVersion: 1.12.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Created with WinGet Releaser using komac v2.16.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json

PackageIdentifier: Nefarius.nefcon
PackageVersion: 1.18.61
PackageLocale: en-US
Publisher: Nefarius Software Solutions e.U.
PublisherUrl: https://nefarius.at/
PublisherSupportUrl: https://nefarius.at/contact
Author: Benjamin Höglinger-Stelzer
PackageName: nefcon
PackageUrl: https://github.com/nefarius/nefcon
License: MIT
LicenseUrl: https://github.com/nefarius/nefcon/blob/HEAD/LICENSE
Copyright: Copyright (c) 2018-2021 Nefarius Software Solutions e.U.
CopyrightUrl: https://github.com/nefarius/nefcon/blob/master/LICENSE
ShortDescription: Windows device driver installation and management tool.
Description: |-
This little self-contained, no-dependency tool can be built either as a console application or a Windows application which has no visible window (ideal to use in combination with setup makers).
It offers a command-line-based driver (un-)installer and allows for simple manipulation of class filter entries.
Tags:
- devcon
- device-manager
- dpinst
- drivers
- hdwwiz
- inf
- pnpunattend
- pnputil
- setupapi
ReleaseNotes: |-
What's Changed
- Add --attempt-restart-affected to restart devices after filter/INF ch… by @nefarius in #31
- feat: detach affected devices before removing a driver service by @nefarius in #32
- fix: consume neflib 1.5.1 (case-insensitive class filter name matching) by @nefarius in #33
Full Changelog: v1.17.40...v1.18.61
ReleaseNotesUrl: https://github.com/nefarius/nefcon/releases/tag/v1.18.61
ManifestType: defaultLocale
ManifestVersion: 1.12.0
8 changes: 8 additions & 0 deletions manifests/n/Nefarius/nefcon/1.18.61/Nefarius.nefcon.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with WinGet Releaser using komac v2.16.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json

PackageIdentifier: Nefarius.nefcon
PackageVersion: 1.18.61
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.12.0
Loading