diff options
Diffstat (limited to 'contrib/msi/podman.wxs')
-rw-r--r-- | contrib/msi/podman.wxs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/msi/podman.wxs b/contrib/msi/podman.wxs index 165bb42b6..77c6e2815 100644 --- a/contrib/msi/podman.wxs +++ b/contrib/msi/podman.wxs @@ -36,6 +36,9 @@ <ComponentRef Id="MainExecutable"/> </Feature> + <Icon Id="podman.ico" SourceFile="contrib/msi/podman-logo.ico"/> + <Property Id="ARPPRODUCTICON" Value="podman.ico"/> + <InstallExecuteSequence> <RemoveExistingProducts Before="InstallInitialize"/> <Custom Action="ChangePath" After="InstallServices">NOT Installed</Custom> |