Hi,
Keil MDK has some nice unattended feature for the installation.
I would like to also perform unattended uninstallation. By default, the uninstall pops a dialog where I must choose which installation to remove. How can I automate that ?
Thanks in advance,
Philippe
An unattended uninstallation (uninstall.exe) is not possible, as it is to be expected that at a window popping up asking for the product version to be uninstalled, the user has to manually make corresponding selections.
That's too bad. We could perfectly imagine using the command-line to select which product to uninstall. I mean, if you can do it for installation, why not to it for uninstallation ?
The context is that in my company, we are working on streamlining the preparation of the developer environment. This includes both automatec installation and uninstallation.
I'll wait for Arm/Keil to fix this.