-
Dear all, I've a small software published in the winget repo. My license url is included in my manifest file. Now when I install my software via "winget install myproduct" I don't get any question if I accept the license or not. I saw that some other products from the msstore has such an restriction. Is this possible with the "winget-store"? If yes what do I need to change in my manifest to get it? Best regards Rainer |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
In order to do this you will need to add the
This is only required if you want explicit agreement; Otherwise, every install through WinGet does state:
So even in the cases where agreements are not specified, the user is informed that by using the application they are agreeing to the license terms |
Beta Was this translation helpful? Give feedback.
-
Hey, perfect... thats what I needed. Thank you so much. Best regards Rainer |
Beta Was this translation helpful? Give feedback.
In order to do this you will need to add the
Agreements
section like this:This is only required if you want explicit agreement; Otherwise, every install through WinGet does state: