How do I install Firma 4NG on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id TrustTechnologies.Firma4NG --exact --version 4.2.6. winget downloads the installer from Telecom Italia Trust Technologies S.r.l. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Firma 4NG silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id TrustTechnologies.Firma4NG --exact 4.2.6 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall Firma 4NG via winget?⌄
Run: winget uninstall --id TrustTechnologies.Firma4NG --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Firma 4NG's Apps & Features entry.
Is Firma 4NG free?⌄
Firma 4NG is distributed under Proprietary. Refer to the publisher (https://www.trusttechnologies.it/download/software/firma4ng#QW2UI9P) for the full license terms - Wingetly itself does not charge for installation.
Does Firma 4NG work on Windows 10?⌄
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Firma 4NG directly from the publisher.
How do I keep Firma 4NG up to date?⌄
Run winget upgrade --id TrustTechnologies.Firma4NG --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Firma 4NG from microsoft/winget-pkgs.