summaryrefslogtreecommitdiff
path: root/contrib/msi/podman.wxs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-09-20 05:43:24 +0200
committerGitHub <noreply@github.com>2019-09-20 05:43:24 +0200
commite155162e4506d14b2cd77f46bc456c7cce71f125 (patch)
tree8f8568b1015f81cb5b9277d55820aaa911a40d93 /contrib/msi/podman.wxs
parentc38844f5a9abedd1b9bce0641ee6f1909377a5d7 (diff)
parent96bcf8cecc92c70cdb86ee288eb57795ef6395e7 (diff)
downloadpodman-e155162e4506d14b2cd77f46bc456c7cce71f125.tar.gz
podman-e155162e4506d14b2cd77f46bc456c7cce71f125.tar.bz2
podman-e155162e4506d14b2cd77f46bc456c7cce71f125.zip
Merge pull request #4042 from jwhonce/wip/msi
Support podman-remote help on windows
Diffstat (limited to 'contrib/msi/podman.wxs')
-rw-r--r--contrib/msi/podman.wxs5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/msi/podman.wxs b/contrib/msi/podman.wxs
index 77c6e2815..ec62a93c5 100644
--- a/contrib/msi/podman.wxs
+++ b/contrib/msi/podman.wxs
@@ -5,6 +5,10 @@
<?error VERSION must be defined via command line argument?>
<?endif?>
+ <?ifndef var.ManSourceDir?>
+ <?define ManSourceDir = "bin/windows" ?>
+ <?endif?>
+
<Product Name="Podman $(var.VERSION)" Id="*" UpgradeCode="696BAB5D-CA1F-4B05-B123-320F245B8D6D" Version="$(var.VERSION)" Language="1033" Manufacturer="Red Hat Inc.">
<Package Id="*" Keywords="Installer" Description="Red Hat's Podman $(var.VERSION) Installer" Comments="Apache 2.0 License" Manufacturer="Red Hat Inc." InstallScope="perMachine" InstallerVersion="100" Compressed="yes"/>
@@ -34,6 +38,7 @@
<Feature Id="Complete" Level="1">
<ComponentRef Id="INSTALLDIR_Component"/>
<ComponentRef Id="MainExecutable"/>
+ <ComponentGroupRef Id="ManFiles"/>
</Feature>
<Icon Id="podman.ico" SourceFile="contrib/msi/podman-logo.ico"/>