Git Product home page Git Product logo

Comments (2)

khwaaj avatar khwaaj commented on June 9, 2024

Yes, that is correct. For licensing and updatability reasons we are not bundling the CDM with electron, so it is installed and updated by the app itself. It is however installed on a per-user basis in %APPDATA%\APPNAME\ (typically something like C:\Users\USERNAME\AppData\Roaming\APPNAME), the same place where electron stores preferences/caches/etc, so as long as the user has access to this folder it should not be a problem. I don't know enough about your deployment to gauge this specific case though.

Since bundling and pre-installation has not been a design goal, it is not possible to completely achieve in the current implementation if the target download/install directories are write protected for the user (it will, sort of, work but with some errors displayed on launch). This can probably be remedied with some fairly minor changes though, so it might be something to consider for us.

I suppose you would prefer a globally installed CDM, e.g. together with the application package, in this case? There is one major caveat with an approach like this though, that you should be aware of. Since we would not be able to update the installed CDM, any mandatory CDM updates issued would obviously not be automatically installed. Once the older, potentially vulnerable, CDM is revoked the installations would no longer function until an admin does a manual update of the CDM to a more recent version.

Please consider my above statements and come back to me with your input!

from electron-releases.

khwaaj avatar khwaaj commented on June 9, 2024

Closing due to inactivity, please reopen if there is still interest in pursuing this.

from electron-releases.

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.