podman-desktop icon indicating copy to clipboard operation
podman-desktop copied to clipboard

MSIX installer support

Open hansmbakker opened this issue 3 years ago • 4 comments
trafficstars

Is your enhancement related to a problem? Please describe

MSI installers are quite slow and sometimes do not clean up on uninstall.

Describe the solution you'd like

MSIX packages have better integration with the Windows OS and have advantages for updates and removal. Overall their install experience feels smoother.

See https://docs.microsoft.com/en-us/windows/msix/overview

Describe alternatives you've considered

No response

Additional context

No response

hansmbakker avatar Jul 30 '22 13:07 hansmbakker

Hello @hansmbakker are you speaking about the podman installer ? If so we should probably move this issue to podman issue tracker

benoitf avatar Jul 30 '22 17:07 benoitf

This would be nice improvements for both projects I would say - I made a separate request for podman at https://github.com/containers/podman/issues/15129

hansmbakker avatar Jul 30 '22 17:07 hansmbakker

This could be relevant for https://github.com/containers/podman-desktop/issues/302

hansmbakker avatar Aug 01 '22 12:08 hansmbakker

@hansmbakker the 'Installer' task is mostly the process of the extension to configure podman using the containers/podman provided MSI.

I understand that this issue is to provide an MSI(X) for the actual install process of the podman desktop instead of the current nullsoft (nsis), right? Which benefits are you after? (the steps to add a start-menu item and autostart is something Electron can do, but might not be the best approach).

In my opinion a combined MSI, that would bootstrap the podman-remote client on Windows and podman-desktop would already provide a better experience as it would be able to handle pre-requisites. However, this might be an optimization we can do later down the line.

gbraad avatar Aug 04 '22 08:08 gbraad

closing as won't fix, no votes on the issue and people are using the current Windows installer

benoitf avatar Feb 07 '24 21:02 benoitf