mirror of
https://github.com/kimmknight/remoteapptool.git
synced 2024-11-09 20:28:20 +00:00
82fb8da574
Fixes issue 4 Rebased off of host master to reduce the chance of a merge conflict * rdpsign.vb: updated to dynamically determine the path to rdpsign.exe * rdpsign.vb: updated to show an error if rdpsign.exe cannot be found (now imports system.windows.forms for MessageBox) * Create Client Connection window: Made some visual + text changes * Create Client Connection window: Disable the signing section if rdpsign.exe not detected or if no certificates are found * Create Client Connection window: Change "Disabled" checkbox text to "Sign RDP file" and reverse its logic (so that checked = sign rdp file) * Create Client Connection window: "Create Signed and Unsigned" checkbox is disabled + unticked if generating an MSI * Create Client Connection window: Certificate ComboBox defaults to the first certificate rather than blank * Create Client Connection window: Updated the save/reset settings to include the new signing section * Create Client Connection window: Updated the Tab-Order
72 lines
3.2 KiB
XML
72 lines
3.2 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="My" GeneratedClassName="MySettings" UseMySettingsClassName="true">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="MainWindowWidth" Type="System.Int64" Scope="User">
|
|
<Value Profile="(Default)">0</Value>
|
|
</Setting>
|
|
<Setting Name="MainWindowHeight" Type="System.Int64" Scope="User">
|
|
<Value Profile="(Default)">0</Value>
|
|
</Setting>
|
|
<Setting Name="SavedConnectionModeMSI" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="SavedOpenWithNotepad" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="SavedServerAddress" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="SavedServerPort" Type="System.Int32" Scope="User">
|
|
<Value Profile="(Default)">3389</Value>
|
|
</Setting>
|
|
<Setting Name="SavedAltServerAddress" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="SavedUseRDGateway" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="SavedRDGatewayAddress" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="SavedAttemptDirectRDGateway" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="SavedMSIShortcutDesktop" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
<Setting Name="SavedMSIShortcutStart" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
<Setting Name="SavedMSIShortcutStartTopLevel" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="SavedUseShortcutTag" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
<Setting Name="SavedShortcutTag" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">remote</Value>
|
|
</Setting>
|
|
<Setting Name="SavedClientConnectionOptions" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="SavedCreateRAWebIcon" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="SavedMSIPerUser" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="SavedDisableFTA" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="SavedSignRDP" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="SavedSignedAndUnsigned" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="SavedCertSelected" Type="System.Int32" Scope="User">
|
|
<Value Profile="(Default)">0</Value>
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |