Update MSI with ssh-sk-helper.exe, ssh-pkcs11-helper.exe, license.txt, notice.txt (#581)

This commit is contained in:
bagajjal 2022-03-17 16:59:44 -07:00 committed by GitHub
parent b90820169b
commit bd0d488a3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -19,6 +19,14 @@
<File Name="ssh-keyscan.exe" KeyPath="yes" />
<File Name="ssh-keyscan.pdb" />
</Component>
<Component>
<File Name="ssh-sk-helper.exe" KeyPath="yes" />
<File Name="ssh-sk-helper.pdb" />
</Component>
<Component>
<File Name="ssh-pkcs11-helper.exe" KeyPath="yes" />
<File Name="ssh-pkcs11-helper.pdb" />
</Component>
<Component Id="ClientPATH" Guid="F07FFA0C-B5CF-45A3-9013-A7420DDFD654">
<!-- Use same property condition as PowerShell. We can use a shared component GUID here because there should be only one installed on a system. -->
<Condition>ADD_PATH=1</Condition>

View File

@ -11,6 +11,12 @@
<PermissionEx Sddl="D:PAI(A;OICI;FA;;;SY)(A;OICI;FA;;;BA)(A;OICI;0x1200a9;;;WD)" />
</File>
</Component>
<Component>
<File Name="LICENSE.txt" />
</Component>
<Component>
<File Name="NOTICE.txt" />
</Component>
<Component>
<File Name="scp.exe" KeyPath="yes" />
<File Name="scp.pdb" />