Stream: git-wasmtime

Topic: wasmtime / issue #6040 Add option to MSI package to remov...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2023 at 06:52):

sydbarrett74 opened issue #6040:

Thanks for filing a feature request! Please fill out the TODOs below.

Feature

First off, thanks to all who work on this great product. I'm sorry to whinge.

I just installed wasmtime 6.0.1, and noticed in the Control Panel that 6.0.0 was still on my machine. I know that some people like to have multiple versions of wasmtime on their machine for regression testing or other reasons, but I'd like to see an option in MSI to remove previous versions.

Benefit

This feature would reduce clutter on one's drive.

Implementation

All this would entail is adding the option when packaging the app in MSI Package Builder.

Alternatives

The alternative is to keep doing what I do, i.e., manually remove the older package via Control Panel. It's an unnecessary hassle.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2023 at 06:53):

sydbarrett74 edited issue #6040:

Feature

First off, thanks to all who work on this great product. I'm sorry to whinge.

I just installed wasmtime 6.0.1, and noticed in the Control Panel that 6.0.0 was still on my machine. I know that some people like to have multiple versions of wasmtime on their machine for regression testing or other reasons, but I'd like to see an option in MSI to remove previous versions.

Benefit

This feature would reduce clutter on one's drive.

Implementation

All this would entail is adding the option when packaging the app in MSI Package Builder.

Alternatives

The alternative is to keep doing what I do, i.e., manually remove the older package via Control Panel. It's an unnecessary hassle.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 20 2023 at 17:23):

jameysharp commented on issue #6040:

Thanks for letting us know! I suspect this wasn't a deliberate decision; many of us working on Wasmtime just aren't that familiar with Windows.

I think the place to fix this would be in either ci/build-tarballs.sh or ci/wasmtime.wxs, right? Do you think you could put together a pull request to fix this?

Also, maybe @peterhuene can weigh in on this.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 20 2023 at 19:07):

peterhuene commented on issue #6040:

I am entirely unfamiliar with Wix to figure out how to make this work (back when I worked at Microsoft there were others responsible for producing our installers), but it seems reasonable to me to have the installer replace previous patch versions.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 20 2023 at 19:18):

peterhuene edited a comment on issue #6040:

I am entirely unfamiliar with Wix to figure out how to make this work (back when I worked at Microsoft there were others responsible for producing our installers), but it seems reasonable to me to have the installer replace previous patch versions automatically, with an option (if possible) to remove previous majors too.


Last updated: Nov 22 2024 at 17:03 UTC