Source agreements not being automatically accepted #716
Unanswered
dbennett2843
asked this question in
Q&A
Replies: 2 comments 4 replies
-
It looks like it hs been originally installed from ms store, not from the winget repo. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Solution:
The result is shown here (after that you can delete
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got Sonicwall Netextender installed on a few machines. Winget AutoUpdate can't automatically update the specific build, so I need to uninstall the app and reinstall it.
I created a simple script that calls two lines, the first to uninstall, the second to install the latest version:
C:\ProgramData\Winget-AutoUpdate\winget-install.ps1 -AppIDs SonicWALL.NetExtender -Uninstall
C:\ProgramData\Winget-AutoUpdate\winget-install.ps1 -AppIDs SonicWALL.NetExtender -AllowUpgrade
When the uninstall runs, it fails to uninstall. I see the following error in the log
The
msstore
source requires that you view the following agreements before using.Terms of Transaction: https://aka.ms/microsoft-store-terms-of-transaction
The source requires the current machine's 2-letter geographic region to be sent to the backend service to function properly (ex. "US").
The command line that WAU is sending includes the "--accept-source-agreements" so I'm puzzled why this isn't working. I'm attaching the install.log.
Any ideas?
install.log
Beta Was this translation helpful? Give feedback.
All reactions