aboutsummaryrefslogtreecommitdiff
path: root/contrib/msi
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-01-19 17:41:03 -0500
committerGitHub <noreply@github.com>2022-01-19 17:41:03 -0500
commit6b59b10248b0bd92127dfc455ca40579d4c396a0 (patch)
treedea0d40be6eea6a412880bc9153183f8f80ea953 /contrib/msi
parentd2c892c7299a6da07f84a6c99dace833dc946ce5 (diff)
parent2d0b5ebb5bdc06cf34488a75318c0ba66e3f2edf (diff)
downloadpodman-6b59b10248b0bd92127dfc455ca40579d4c396a0.tar.gz
podman-6b59b10248b0bd92127dfc455ca40579d4c396a0.tar.bz2
podman-6b59b10248b0bd92127dfc455ca40579d4c396a0.zip
Merge pull request #12916 from n1hility/winproxy
Implement API forwarding for podman machine on Windows
Diffstat (limited to 'contrib/msi')
-rw-r--r--contrib/msi/podman.wxs4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/msi/podman.wxs b/contrib/msi/podman.wxs
index c2826fc19..c4ba623c0 100644
--- a/contrib/msi/podman.wxs
+++ b/contrib/msi/podman.wxs
@@ -29,6 +29,9 @@
<Component Id="WinPathExecutable" Guid="00F5B731-D4A6-4B69-87B0-EA4EBAB89F95" Win64="Yes">
<File Id="8F507E28-A61D-4E64-A92B-B5A00F023AE8" Name="winpath.exe" Source="bin/windows/winpath.exe" KeyPath="yes"/>
</Component>
+ <Component Id="WinSshProxyExecutable" Guid="0DA730AB-2F97-40E8-A8FC-356E88EAA4D2" Win64="Yes">
+ <File Id="4A2AD125-34E7-4BD8-BE28-B2A9A5EDBEB5" Name="win-sshproxy.exe" Source="bin/windows/win-sshproxy.exe" KeyPath="yes"/>
+ </Component>
</Directory>
</Directory>
</Directory>
@@ -41,6 +44,7 @@
<ComponentRef Id="INSTALLDIR_Component"/>
<ComponentRef Id="MainExecutable"/>
<ComponentRef Id="WinPathExecutable"/>
+ <ComponentRef Id="WinSshProxyExecutable"/>
<ComponentGroupRef Id="ManFiles"/>
</Feature>