Added function to look for rdpsign.exe in multiple locations.

This commit is contained in:
Kim
2020-08-16 02:53:28 +10:00
parent 121c436640
commit 627dc5e403
2 changed files with 33 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ Public Class RemoteAppCreateClientConnection
MSIRadioButton.Text = "MSI installer (requires WiX Toolset)"
End If
If Not My.Computer.FileSystem.FileExists(GetSysDir() & "\rdpsign.exe") Then
If Not My.Computer.FileSystem.FileExists(rdpSign.GetRdpsignExeLocation) Then
GroupBoxSignRDP.Enabled = False
GroupBoxSignRDP.Text += " (requires rdpsign.exe)"
GroupBoxSignRDP.Tag = "noexe"