How to update InstallLocation for an existing manifest file #335
Unanswered
krishna-santosh
asked this question in
Q&A
Replies: 3 comments 1 reply
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Portable exe files make use of the |
Beta Was this translation helpful? Give feedback.
1 reply
-
wtf?
Neil
--
***@***.***
The only intelligent way to discuss politics is on all fours.
…On Jul 8, 2023, 12:38 PM, at 12:38 PM, Krishna Santosh ***@***.***> wrote:
Thank you @Trenly.
--
Reply to this email directly or view it on GitHub:
#335 (reply in thread)
You are receiving this because you were mentioned.
Message ID:
***@***.***>
|
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 submitted a portable exe to winget, but it is asking for admin privileges to install it via winget. I had to open powershell/cmd as admin to install it.
I did some lookup and found that adding
InstallLocation: "%APPDATA%"
to the manifest file can solve this issue.How do I add this to my existing manifest file ?
I tried
wingetcreate update <PackageID>
but it throws an error.Current Manifest: Windows-Spotlight
Beta Was this translation helpful? Give feedback.
All reactions