Update MSI with ssh-sk-helper.exe, ssh-pkcs11-helper.exe, license.txt, notice.txt (#581)
This commit is contained in:
parent
b90820169b
commit
bd0d488a3c
|
@ -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>
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue