microsoft / winget-pkgs

The Microsoft community Windows Package Manager manifest repository
MIT License
8.51k stars 4.4k forks source link

[Package Issue]: SonicWALL.NetExtender missing scope:machine #150532

Open rhj-kinsley opened 4 months ago

rhj-kinsley commented 4 months ago

Please confirm these before moving forward

Category of the issue

Installation issue.

Brief description of your issue

Package SonicWALL.NetExtender fails to install when specifying --scope machine during installation.

Command Used: winget install -e --id SonicWALL.NetExtender --version 10.2.339 --scope machine --silent --accept-source-agreements --accept-package-agreements

Solution: Machine scope needs to be added to the SonicWALL.NetExtender.installer.yaml file on the package manifest.

Steps to reproduce

  1. Install SonicWALL.NetExtender while specifying --scope machine during installation.
  2. winget install -e --id SonicWALL.NetExtender --version 10.2.339 --scope machine --silent --accept-source-agreements --accept-package-agreements
  3. Package fails to install with error.

Actual behavior

Error Produced:

No applicable installer found; see logs for more details.

Expected behavior

Package should install as expected.

Environment

Windows Package Manager v1.7.10861
Copyright (c) Microsoft Corporation. All rights reserved.

Windows: Windows.Desktop v10.0.22631.2428
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.22.10861.0

Winget Directories
-------------------------------------------------------------------------------------------------------------------------------
Logs                               %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir
User Settings                      %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json
Portable Links Directory (User)    %LOCALAPPDATA%\Microsoft\WinGet\Links
Portable Links Directory (Machine) C:\Program Files\WinGet\Links
Portable Package Root (User)       %LOCALAPPDATA%\Microsoft\WinGet\Packages
Portable Package Root              C:\Program Files\WinGet\Packages
Portable Package Root (x86)        C:\Program Files (x86)\WinGet\Packages
Installer Downloads                %USERPROFILE%\Downloads

Links
---------------------------------------------------------------------------
Privacy Statement   https://aka.ms/winget-privacy
License Agreement   https://aka.ms/winget-license
Third Party Notices https://aka.ms/winget-3rdPartyNotice
Homepage            https://aka.ms/winget
Windows Store Terms https://www.microsoft.com/en-us/storedocs/terms-of-sale

Admin Setting                             State
--------------------------------------------------
LocalManifestFiles                        Disabled
BypassCertificatePinningForMicrosoftStore Disabled
InstallerHashOverride                     Disabled
LocalArchiveMalwareScanOverride           Disabled

Screenshots and Logs

No response

PckgrTom commented 4 months ago

Hello, this will work if you remove the scope switch. Is there a requirement for you to have this?

rhj-kinsley commented 4 months ago

Hello. Is there any specific reason why this package shouldn't have the install scope defined as machine? It's VPN client software that installs by default machine wide.