This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

silent Install of ARM MDK uVision

due to project requirement we need a way to auto update and install uv4 when a new version is released,
We have many pc, it is inefficiency to update one by one.

Does any body know uv4 silent install??

  • ... auto update and install uv4 when a new version is released

    The number of updates to UV4 might be quite small. I was under the impression that it is no longer actively maintained.

  • due to project requirement we need a way to auto update and install uv4 when a new version is released,

    That is a spectacularly bad requirement. It goes against the most basic principles of configuration management. You should never change something just because something newer exists. Most of the time, it will be a complete waste of effort, because the update changes nothing for your particular project.

    We have many pc, it is inefficiency to update one by one.

    Did you consider how inefficient it will be if one of those fully automated updates just so happens to not work in your particular environment / project, so all the people supposed to be working with all those PCs will have nothing to do but sit there and twiddle their thumbs, waiting for the update that will fix this?