Skip to content

License of software must NOT be agreed? #147127

Closed Answered by Trenly
Speed7811 asked this question in Q&A
Discussion options

You must be logged in to vote

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

In order to do this you will need to add the Agreements section like this:

Agreements:
  AgreementLabel: <Optional label>
  AgreementUrl: <URL To the agreement>

This is only required if you want explicit agreement; Otherwise, every install through WinGet does state:

This…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Speed7811
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants