❔ Manifest file for Windows Service & winget Integration
Hello, I have a Windows Service project and want to implement winget versioning but I'm very new in this whole language and in the real programming so I dont really know things like that. Does someone know how I can create a good manifest file with all Settings I need and what is recommended with some instructions for what this is?
Thanks for the help
I use Rider and Visual Studio so prob. a Visual Studio and Rider Version
22 Replies
There's a few details that you're going to need.
Package Identifier, Package Version, Package Name, Publisher, Installer Type & more.
Okay
Example YAML manifest.
Create your package manifest
If you want to submit a software package to the Windows Package Manager repository, start by creating a package manifest.
I have my own website where all builds are listed
winget install wingetcreate
You can also use wingetcreate.Okay thanks
The InstallerUrl is it the whole url with the program name or just the path?
so like https://package.domain.com/name/distro/version/program.exe
With the executable.
Like that.
Okay thanks
That mmoment you have to learn what a portable project is <:AYS_WobblesLaugh:845570950212878366>
If you're using Winget your application is not portable.
Okay
Is there something I need to aware with before I Publish it?
No.
Okay
I have it done now but I get this issue
Then you did something wrong.
@Azrael I have these files but it still says that files are missing. Do you know any fixes?
Add version, installer and defaultLocale and redo it.
I did
I rarely use wget.
idk what im doing wrong here
the defaultLoale is set everywhere
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.