GithubHelp home page GithubHelp logo

Comments (2)

stsaz avatar stsaz commented on August 16, 2024

Although it would be nice to have an option to install via winget (I guess), it currently supports installers (.exe, etc.) only. But fmedia package is just a portable .zip archive. I should create .exe installer first and only then fmedia can be registered in winget directory. I'm also not sure that MS allows installing (i.e. just unpacking) portable software via winget. Also there is a concern about licensing, because fmedia uses 3rd party libraries with different licenses, and I don't know (and I don't want to know) much about this stuff... So it's not that simple.

from fmedia.

oklokl avatar oklokl commented on August 16, 2024

https://github.com/microsoft/winget-cli
Very attractive. There seems to be no licensing problem. Github support.
I will politely ask the noble developer
My heart wishing you would..

:)

And I use the command below.
my install Tip (cmd) I'm using drag-copy.

echo Download
powershell.exe -Command "& {Invoke-WebRequest -OutFile $env:ProgramFiles\fmedia\fmedia-1.29-win-x64.zip -Uri "https://github.com/stsaz/fmedia/releases/download/v1.29/fmedia-1.29-win-x64.zip"}
tar -zxvf "%ProgramFiles%\fmedia\fmedia-1.29-win-x64.zip" -C "%ProgramFiles%"
"%ProgramFiles%\fmedia\fmedia.exe" --install

or

echo Remove 
"%ProgramFiles%\fmedia\fmedia.exe" --uninstall
rmdir "%ProgramFiles%\fmedia\." /s /q

I'm not a developer, so the command may be slightly wrong.
I work fine.

from fmedia.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.