mirror of
https://github.com/containers/podman.git
synced 2025-10-20 12:43:58 +08:00
Add Windows installer support for upgrades
Fixes duplicate installer entries after multiple installs Signed-off-by: Jason T. Greene <jason.greene@redhat.com>
This commit is contained in:
@ -13,6 +13,8 @@
|
|||||||
|
|
||||||
<Package Id="*" Keywords="Installer" Description="Red Hat's Podman $(var.VERSION) Installer" Comments="Apache 2.0 License" Manufacturer="Red Hat Inc." InstallScope="perMachine" InstallerVersion="200" Compressed="yes"/>
|
<Package Id="*" Keywords="Installer" Description="Red Hat's Podman $(var.VERSION) Installer" Comments="Apache 2.0 License" Manufacturer="Red Hat Inc." InstallScope="perMachine" InstallerVersion="200" Compressed="yes"/>
|
||||||
<Media Id="1" Cabinet="Podman.cab" EmbedCab="yes"/>
|
<Media Id="1" Cabinet="Podman.cab" EmbedCab="yes"/>
|
||||||
|
<!-- Switch to AllowDowngrades="yes" when msitools is released with commit dde7dd2f -->
|
||||||
|
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed. Uninstall first to downgrade."/>
|
||||||
<Property Id="DiskPrompt" Value="Red Hat's Podman $(var.VERSION) Installation"/>
|
<Property Id="DiskPrompt" Value="Red Hat's Podman $(var.VERSION) Installation"/>
|
||||||
|
|
||||||
<Directory Id="TARGETDIR" Name="SourceDir">
|
<Directory Id="TARGETDIR" Name="SourceDir">
|
||||||
|
Reference in New Issue
Block a user