more conversion updates
BIN
SharedLibraryNG/bin/Debug/SharedLibraryNG.dll
Normal file
BIN
SharedLibraryNG/bin/Debug/SharedLibraryNG.pdb
Normal file
@@ -0,0 +1,5 @@
|
||||
C:\Users\vsparda\Documents\Repositories\mRemoteNG_MyFork\SharedLibraryNG\bin\Debug\SharedLibraryNG.dll
|
||||
C:\Users\vsparda\Documents\Repositories\mRemoteNG_MyFork\SharedLibraryNG\bin\Debug\SharedLibraryNG.pdb
|
||||
C:\Users\vsparda\Documents\Repositories\mRemoteNG_MyFork\SharedLibraryNG\obj\Debug\SharedLibraryNG.csprojResolveAssemblyReference.cache
|
||||
C:\Users\vsparda\Documents\Repositories\mRemoteNG_MyFork\SharedLibraryNG\obj\Debug\SharedLibraryNG.dll
|
||||
C:\Users\vsparda\Documents\Repositories\mRemoteNG_MyFork\SharedLibraryNG\obj\Debug\SharedLibraryNG.pdb
|
||||
BIN
SharedLibraryNG/obj/Debug/SharedLibraryNG.dll
Normal file
BIN
SharedLibraryNG/obj/Debug/SharedLibraryNG.pdb
Normal file
BIN
TestProject/bin/Debug/ADTree.dll
Normal file
BIN
TestProject/bin/Debug/DiffieHellman.dll
Normal file
BIN
TestProject/bin/Debug/FilteredPropertyGrid.dll
Normal file
28
TestProject/bin/Debug/Help/CMDSwitches.htm
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Command-Line Switches</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
The following is a list of command line switches supported by mRemote.</p>
|
||||
<ul>
|
||||
<li><b>/cons</b>:PathToConnectionsFile or <b>/c</b>:PathToConnectionsFile<br />
|
||||
Loads the connections file from the given path</li>
|
||||
<li><b>/reset</b><br />
|
||||
Resets window position, panels and toolbars</li>
|
||||
<li><b>/resetpos</b> or <b>/rp</b><br />
|
||||
Resets the window position</li>
|
||||
<li><b>/resetpanels</b> or <b>/rpnl</b><br />
|
||||
Resets all panel's positions<br />
|
||||
Use this if you have troubles with panel layouts</li>
|
||||
<li><b>/resettoolbar</b> or <b>/rtbr<br />
|
||||
</b>Resets the positions of all toolbars</li>
|
||||
<li><b>/noreconnect</b> or <b>/norc</b><br />Temporary disables reconnect to previously opened sessions<br />Use this if you have problems opening mRemote after you enabled the setting and
|
||||
restarted mRemote</li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
13
TestProject/bin/Debug/Help/Config.htm
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Config</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
Sorry, not yet...</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
163
TestProject/bin/Debug/Help/Configuration.htm
Normal file
@@ -0,0 +1,163 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Configuration</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p class="heading1">
|
||||
First start</p>
|
||||
<p>
|
||||
Once you got mRemote installed and run it for the first time you should see a
|
||||
screen like on the following screenshot.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/01.png" /></p>
|
||||
<p>
|
||||
The first thing that catches your attention will probably be the info box
|
||||
popping up.<br />
|
||||
Don't freak out just yet, this is not a error message and it's totally ok to
|
||||
show up on the first run.<br />
|
||||
It just tells you that the connections file could not be found at the default
|
||||
location and that mRemote will create a new one for you at this location.<br />
|
||||
If you click anywhere else in the application the panel will hide itself again.
|
||||
(Tip: You can also hit Escape to hide the Errors and Infos panel)</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/02.png" /></p>
|
||||
<p>
|
||||
Now that we now about the Errors and Infos panel take a deep breath and just
|
||||
stare at the gorgeous about screen for a few seconds. =)<br />
|
||||
No, seriously, to create your first connection continue reading.</p>
|
||||
<p>
|
||||
<span class="heading1">Creating Connections</span></p>
|
||||
<p>
|
||||
Right click the root item (the blue ball labeled "Connections") in the
|
||||
Connections panel and select "Add Connection".</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/03.png" /></p>
|
||||
<p>
|
||||
A new item shows up under the root item. You can give it a name now (or rename
|
||||
it later). I just named mine "Test".</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/04.png" /></p>
|
||||
<p>
|
||||
Now have a look at the Config panel in the bottom left, just under the
|
||||
Connections panel.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/05.png" /></p>
|
||||
<p>
|
||||
As you may notice this is where you configure all the properties of connections
|
||||
and folders.<br />
|
||||
There are a lot of values that can be set but for our first connection we will
|
||||
keep things simple.</p>
|
||||
<p>
|
||||
The most important things right now are that we tell the application which host
|
||||
we want to connect to and which protocol we want to use.<br />
|
||||
In this example I will use a Windows 2003 server that has RDP (Remote Desktop
|
||||
Protocol) enabled.<br />
|
||||
As RDP is the default protocol whenever you create a new connection I don't have
|
||||
to change anything there.</p>
|
||||
<p>
|
||||
The next thing I'll do is to fill the Hostname/IP field with the hostname I
|
||||
want to connect to.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/06.png" /></p>
|
||||
<p>
|
||||
I'll also fill the Username and Password fields so I will be automatically
|
||||
logged on to the server.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/07.png" /></p>
|
||||
<p>
|
||||
Ok, that's it, we are ready for our first connection test.</p>
|
||||
<p>
|
||||
<span class="heading1">Opening and Closing Connections</span></p>
|
||||
<p>
|
||||
There are multiple ways to open a connection in mRemote, but the easiest is to
|
||||
just double-click the connection in the Connections panel.</p>
|
||||
<p>
|
||||
If I do that now, a new panel named "General" with one tab inside named "Test"
|
||||
will show up.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/08.png" /></p>
|
||||
<p>
|
||||
Alright, mRemote is now trying to connect to the specified host.</p>
|
||||
<p>
|
||||
If it cannot connect you will see a message popping up like on the following
|
||||
screenshot.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/17.png" /></p>
|
||||
<p>
|
||||
This for example means the hostname cannot be resolved.</p>
|
||||
<p>
|
||||
Instead, if all goes well you should see the remote desktop.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/09.png" /></p>
|
||||
<p>
|
||||
If you do not want to log off from the remote machine but just close it you can
|
||||
do this by simply double-clicking the tab labeled "test" or just close the whole
|
||||
"General" panel by clicking the small "x" in the upper right corner.</p>
|
||||
<p>
|
||||
<span class="heading1">Folders and Inheritance</span></p>
|
||||
<p>
|
||||
Folders in mRemote cannot only be used to categorize connections but also to
|
||||
apply properties to the underlying connections.</p>
|
||||
<p>
|
||||
<b>Example:</b><br />
|
||||
You have 10 Remote Desktop enabled servers in one domain and 15 in another
|
||||
domain.<br />
|
||||
Normally you would spend a lot of time creating all those connections and
|
||||
setting the individual properties like username, password, etc.<br />
|
||||
In mRemote there is an easier way. You just create two folders, one for domain A
|
||||
and one for domain B and set all properties there.<br />
|
||||
Then create the Connections and let them inherit every property. The only
|
||||
properties left to fill on Connection basis are the Connection's name and
|
||||
hostname. Everything else will be inherited from the parent folder.</p>
|
||||
<p>
|
||||
"Sounds cool, but how to do it?"<br />
|
||||
I'll show you how to do it!</p>
|
||||
<p>
|
||||
First add a new folder.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/10.png" /></p>
|
||||
<p>
|
||||
Then give it a name and fill all the properties you need (just like you did with
|
||||
the test Connection).</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/11.png" /></p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/12.png" /></p>
|
||||
<p>
|
||||
When you're done setting the values you can either just drag the test Connection
|
||||
inside the folder or create a new one.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/13.png" /></p>
|
||||
<p>
|
||||
Right now nothing has changed and nothing will be inherited.<br />
|
||||
To enable inheritance switch to the inheritance view by clicking the dedicated
|
||||
button.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/14.png" /></p>
|
||||
<p>
|
||||
The properties that show up now are almost the same as before, but you can only
|
||||
select yes or no.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/15.png" /></p>
|
||||
<p>
|
||||
When no is selected the property will not be inherited, yes indicates an
|
||||
inherited property.<br />
|
||||
For this test set "Inherit Everything" to Yes.</p>
|
||||
<p>
|
||||
Now if you switch back to the properties view (the button left of the
|
||||
inheritance button) you should see that not much is left of all those
|
||||
properties.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Configuration/16.png" /></p>
|
||||
<p>
|
||||
Only the Name and Hostname/IP properties are left over, everything else will be
|
||||
inherited from the parent folder.<br />
|
||||
Of course you can also only let some of the properties be inherited.</p>
|
||||
<p>
|
||||
Just play around with this a bit and you'll get the hang of it.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
49
TestProject/bin/Debug/Help/ConfigurationSQL.htm
Normal file
@@ -0,0 +1,49 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>SQL Configuration</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p class="heading1">
|
||||
Warning</p>
|
||||
<p>
|
||||
<b>The SQL feature is in an early beta stage and not intended for use in an
|
||||
productive environment!<br />
|
||||
I recommend you to do a full backup of your connections and settings before
|
||||
switching to SQL Server.</b></p>
|
||||
<p>
|
||||
<span class="heading1">Steps to configure your SQL Server</span></p>
|
||||
<ul>
|
||||
<li>Create a new Database called "mRemoteNG" on your SQL Server.</li>
|
||||
<li>Run the SQL Script below on the newly created Database.</li>
|
||||
<li>Give the users that you want to grant access to the mRemote Connections Database
|
||||
Read/Write permissions on the Database.</li>
|
||||
</ul>
|
||||
<p class="heading1">
|
||||
Steps to configure mRemoteNG for SQL</p>
|
||||
<ul>
|
||||
<li>Start mRemoteNG if it's not already running.</li>
|
||||
<li>Go to Options - Connections.</li>
|
||||
<li>Check the box that says "Use SQL Server to load & save connections".</li>
|
||||
<li>Fill in your SQL Server hostname or ip address.</li>
|
||||
<li>If you do not use your Windows logon info to authenticate against the SQL Server
|
||||
fill in the correct Username and Password.</li>
|
||||
<li>Click OK to apply the changes. The main window title should now change to
|
||||
"mRemoteNG | SQL Server".</li>
|
||||
<li>Now click on File - Save to update the tables on your SQL Server with the data
|
||||
from the loaded connections xml file. (Do not click File - New, this doesn't
|
||||
work yet)</li>
|
||||
<li>You should now be able to do everything you were able to do with the XML storage
|
||||
plus see the changes live on another mRemoteNG instance that is connected to the
|
||||
same Database.</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
<span class="heading1">SQL Table creation Script</span></p>
|
||||
<p>
|
||||
<a href="SQLScript.txt">Click here to view the SQL script</a></p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
13
TestProject/bin/Debug/Help/Connection.htm
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Connection</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
Sorry, not yet...</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
13
TestProject/bin/Debug/Help/Connections.htm
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Connections</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
Sorry, not yet...</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
13
TestProject/bin/Debug/Help/ErrorsAndInfos.htm
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Errors and Infos</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
Sorry, not yet...</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
245
TestProject/bin/Debug/Help/ExternalTools.htm
Normal file
@@ -0,0 +1,245 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>External Tools</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
<style type="text/css">
|
||||
.style1
|
||||
{
|
||||
white-space: nowrap;
|
||||
font-family: 'Courier New', monospace;
|
||||
height: 25px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
<span class="heading1">Introduction to External Tools</span></p>
|
||||
<p>
|
||||
External Tools can help you get things done that can't be done in
|
||||
mRemoteNG.<br />
|
||||
You can for example start a command prompt or launch your favorite FTP tool from
|
||||
within mRemoteNG.<br />
|
||||
This wouldn't make much sense by itself because you can already launch your
|
||||
applications by using the Windows Start Menu, Quick Launch or whatever you
|
||||
prefer to use
|
||||
to start your apps.</p>
|
||||
<p>
|
||||
But there's more!</p>
|
||||
<p>
|
||||
In mRemoteNG, you can launch applications and tell them what to do with the use of
|
||||
arguments (parameters) and variables of the currently selected Connection.
|
||||
You can, for example, select your home router's SSH Connection entry and do a
|
||||
traceroute (tracert) on that host.
|
||||
This is much quicker and more powerful than opening the console and typing
|
||||
"tracert yourhost".</p>
|
||||
<p>
|
||||
The external tools configuration is stored in %APPDATA%\mRemoteNG\extApps.xml</p>
|
||||
|
||||
<p>
|
||||
<span class="heading1">Variables</span>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Variables and arguments can be used to tell the external tool what to do.</p>
|
||||
<p>
|
||||
This is the list of variables supported by mRemoteNG:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>%NAME%</li>
|
||||
<li>%HOSTNAME%</li>
|
||||
<li>%PORT%</li>
|
||||
<li>%USERNAME%</li>
|
||||
<li>%PASSWORD%</li>
|
||||
<li>%DOMAIN%</li>
|
||||
<li>%DESCRIPTION%</li>
|
||||
<li>%MACADDRESS%</li>
|
||||
<li>%USERFIELD%</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Variables always refer to the currently selected connection. Variable names are case-insensitive.
|
||||
Variables can be used in both the Filename and Arguments fields.</p>
|
||||
|
||||
<p>
|
||||
mRemoteNG will also expand environment variables such as %PATH% and
|
||||
%USERPROFILE%.
|
||||
If you need to use an environment variable with the same name as an mRemoteNG
|
||||
variable, use \% instead of %. The most common use of this is for the USERNAME
|
||||
environment variable. %USERNAME% will be expanded to the username set in the
|
||||
currently selected connection. \%USERNAME\% will be expanded to the value set in
|
||||
the USERNAME environment variable.</p>
|
||||
|
||||
<p>If you need to send a variable name to a program without mRemoteNG expanding it,
|
||||
use ^% instead of %. mRemoteNG will remove the caret (^) and leave the rest
|
||||
unchanged. For example, ^%USERNAME^% will be sent to the program as %USERNAME%
|
||||
and will not be expanded.</p>
|
||||
|
||||
<p>
|
||||
<span class="heading1">Special Character Escaping</span>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Expanded variables will be escaped using the rules below. There are two levels
|
||||
of escaping that are done. The first is escaping for standard argument splitting
|
||||
(C/C++ argv, CommandLineToArgvW, etc). The second is escaping shell
|
||||
metacharacters for ShellExecute.</p>
|
||||
<p>
|
||||
<span class="heading2">Argument splitting escaping:</span></p>
|
||||
|
||||
<ul>
|
||||
<li>Each quotation mark will be escaped by a backslash.</li>
|
||||
<li>One or more backslashes (\) followed by a quotation mark ("):
|
||||
<ul>
|
||||
<li>Each backslash will be escaped by another backslash.</li>
|
||||
<li>The quotation mark will be escaped by a backslash.</li>
|
||||
If the connection's user field contains
|
||||
"This" is a \"test\".<br/>
|
||||
Then %USERFIELD% is replaced with
|
||||
\"This\" is a \\\"test\\\".
|
||||
</ul>
|
||||
</li>
|
||||
<li>A variable name followed by a quotation mark (for example, %USERFIELD%") with
|
||||
a value ending in one or more backslashes:
|
||||
<ul>
|
||||
<li>Each backslash will be escaped by another backslash.</li>
|
||||
<li>Example:</li>
|
||||
If the connection's user field contains c:\Example\<br/>
|
||||
Then "%USERFIELD%" is replaced with "c:\Example\\"
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
To disable
|
||||
argument splitting escaping for a variable, precede its name with a minus (-)
|
||||
sign. For example, %-USERFIELD%.</p>
|
||||
<p>
|
||||
<span class="heading2">Shell metacharacter escaping:</span></p>
|
||||
|
||||
<ul>
|
||||
<li>The shell metacharacters are ( ) % ! ^ " < > & |</li>
|
||||
<li>Each shell metacharacter will be escaped by a caret (^).</li>
|
||||
</ul>
|
||||
<p>
|
||||
To disable both argument splitting and shell metacharacter escaping for a
|
||||
variable, precede its name with an exclamation point (!). For example,
|
||||
%!USERFIELD%. This is not recommended and may cause unexpected results.</p>
|
||||
<p>
|
||||
Only variables that have been expanded will be escaped. It is up to you to
|
||||
escape the rest of the arguments.</p>
|
||||
|
||||
<p>
|
||||
<span class="heading1">Variable Examples</span></p>
|
||||
|
||||
<table>
|
||||
<tr><th>Arguments</th><th>User Field</th><th>Result</th></tr>
|
||||
<tr>
|
||||
<td class='monospace'>%USERFIELD%</td><td class='monospace'>"Example" Text</td><td class='monospace'>
|
||||
\^"Example\^" Text</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>%-USERFIELD%</td><td class='monospace'>"Example" Text</td><td class='monospace'>
|
||||
^"Example^" Text</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>%!USERFIELD%</td><td class='monospace'>"Example" Text</td><td class='monospace'>
|
||||
"Example" Text</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='style1'>^%USERFIELD^%</td><td class='style1'>"Example" Text</td>
|
||||
<td class='style1'>%USERFIELD%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>^^%USERFIELD^^%</td><td class='monospace'>"Example" Text</td><td class='monospace'>
|
||||
^%USERFIELD^%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>-d "%USERFIELD%"</td><td class='monospace'>c:\Example\</td><td class='monospace'>-d "c:\Example\\"</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>-d "%-USERFIELD%"</td><td class='monospace'>c:\Example\</td><td class='monospace'>-d "c:\Example\"</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>-d "%USERFIELD%"</td><td class='monospace'>Left
|
||||
& Right</td><td class='monospace'>-d "Left ^& Right"</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>-d "%!USERFIELD%"</td><td class='monospace'>Left
|
||||
& Right</td><td class='monospace'>-d "Left & Right"</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>%WINDIR%</td><td>N/A</td><td class='monospace'>c:\Windows\</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>\%WINDIR\%</td><td>N/A</td><td class='monospace'>c:\Windows\</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>\^%WINDIR\^%</td><td>N/A</td><td class='monospace'>
|
||||
\%WINDIR\%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='monospace'>\\%WINDIR\\%</td><td>N/A</td><td class='monospace'>\\%WINDIR\\%</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
<span class="heading1">Example</span></p>
|
||||
<p>
|
||||
First of all, start the external tools editor. To do this, click Tools in the main menu and
|
||||
select External Tools.<br />
|
||||
You will see a screen like on the following screenshot.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/01.png" /></p>
|
||||
<p>
|
||||
The fields below the list are greyed out because you haven't created an external tool
|
||||
entry yet.<br />
|
||||
To create one, right click the blank area in the list and select Add, as in the
|
||||
screenshot below.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/02.png" /></p>
|
||||
<p>
|
||||
This is what you'll get:</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/03.png" /></p>
|
||||
<p>
|
||||
So the three fields are now available and need to be filled.<br />
|
||||
The Display Name is simply the name you will see when you want to launch that
|
||||
tool, so give it a descriptive name.<br />
|
||||
I named mine Traceroute as I will create a external tool that will start the
|
||||
tracert command in the console.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/04.png" /></p>
|
||||
<p>
|
||||
Ok, the next thing we'll need is a filename. This is the program that we
|
||||
want to be executed.<br />
|
||||
I simply type in cmd for a Windows cmd console.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/05.png" /></p>
|
||||
<p>
|
||||
Now the fun part comes in—the arguments.<br />
|
||||
The Windows cmd has a command line argument that tells the console to launch the
|
||||
command followed by that argument and stay open.<br />
|
||||
It's /K. (There's also /C, this is useful when you want the console to close
|
||||
after the command was executed)<br />
|
||||
In this case, I'll use /K as I want to look through the result when the command
|
||||
completes.<br />
|
||||
After that, I just type tracert %HostName%. This tells the console to do a
|
||||
traceroute on the hostname of the currently selected Connection.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/06.png" /></p>
|
||||
<p>
|
||||
Alright! That's all we'll need.<br />
|
||||
Now right click one of you connections, click Tools, External Tools
|
||||
and select Traceroute.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/07.png" /></p>
|
||||
<p>
|
||||
Voil<69>! A console window will popup and execute your tracert command.</p>
|
||||
<p>
|
||||
<img alt="" src="Screenshots/External Tools/08.png" /></p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
13
TestProject/bin/Debug/Help/ImportFromAD.htm
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Import from Active Directory</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
Sorry, not yet...</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
38
TestProject/bin/Debug/Help/Index.htm
Normal file
@@ -0,0 +1,38 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>mRemote Help</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p><a href="Introduction.htm">Introduction</a></p>
|
||||
<p><strong>Getting started:</strong></p>
|
||||
<ul>
|
||||
<li><a href="Prerequisites.htm">Prerequisites</a></li>
|
||||
<li><a href="Installation.htm">Installation</a></li>
|
||||
<li><a href="Configuration.htm">Configuration</a></li>
|
||||
<li><a href="ConfigurationSQL.htm">SQL Configuration</a></li>
|
||||
<li><a href="CMDSwitches.htm">Command-Line Switches</a></li>
|
||||
</ul>
|
||||
<p><strong>User Interface:</strong></p>
|
||||
<ul>
|
||||
<li><a href="MainMenu.htm">Main Menu</a></li>
|
||||
<li><a href="Connections.htm">Connections</a></li>
|
||||
<li><a href="Config.htm">Config</a></li>
|
||||
<li><a href="ErrorsAndInfos.htm">Errors and Infos</a></li>
|
||||
<li><a href="SaveAsExport.htm">Save As / Export</a></li>
|
||||
<li><a href="Sessions.htm">Sessions</a></li>
|
||||
<li><a href="ScreenshotManager.htm">Screenshot Manager</a></li>
|
||||
<li><a href="Connection.htm">Connection</a></li>
|
||||
<li><a href="Options.htm">Options</a></li>
|
||||
<li><a href="Update.htm">Update</a></li>
|
||||
<li><a href="SSHFileTransfer.htm">SSH File Transfer</a></li>
|
||||
<li><a href="QuickConnect.htm">Quick Connect</a></li>
|
||||
<li><a href="ImportFromAD.htm">Import from Active Directory</a></li>
|
||||
<li><a href="ExternalTools.htm">External Tools</a></li>
|
||||
<li><a href="PortScan.htm">Port Scan</a></li>
|
||||
</ul>
|
||||
<p><a href="QuickReference.htm">Quick Reference</a></p>
|
||||
</body>
|
||||
</html>
|
||||
48
TestProject/bin/Debug/Help/Installation.htm
Normal file
@@ -0,0 +1,48 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Installation</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
Downloads are provided in four different packages, the setup package, binary package,
|
||||
portable package and
|
||||
the source package. They are described below.</p>
|
||||
<p class="heading1">
|
||||
Setup Package</p>
|
||||
<p>
|
||||
The setup package is the compiled version of mRemote which comes in the form of
|
||||
a NSIS generated setup.<br />
|
||||
<i>The common way to get mRemote up and running</i></p>
|
||||
<p class="heading1">
|
||||
Bin Package</p>
|
||||
<p>
|
||||
The binary package is a zip package and contains the same files as the setup
|
||||
package but has no automated installer.</p>
|
||||
<p class="heading1">
|
||||
Portable Package</p>
|
||||
<p>
|
||||
The portable package consists of the same files as the bin package but contains
|
||||
an modified version of the executable which stores and loads all your settings
|
||||
from files in the application's directory.<br />
|
||||
This package can be used to run mRemote from an USB stick an preserve your
|
||||
configuration wherever you go.</p>
|
||||
<p class="heading1">
|
||||
Source Package</p>
|
||||
|
||||
<p>
|
||||
The source package is a zip package and contains the source code in form of a
|
||||
Visual Studio 2008 solution.</p>
|
||||
<p>
|
||||
</p>
|
||||
<p>
|
||||
<span class="heading1">Updating and Uninstalling</span></p>
|
||||
<p>
|
||||
mRemote can be updated without uninstalling it before.<br />
|
||||
There are no user preferences stored in the application directory (except if you
|
||||
put them there), so uninstalling doesn't wipe your settings.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
45
TestProject/bin/Debug/Help/Introduction.htm
Normal file
@@ -0,0 +1,45 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Introduction</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p class="heading1">
|
||||
Introduction</p>
|
||||
<p>
|
||||
mRemote is a multi-protocol remote connections manager.<br />
|
||||
As of Version 1.00 it supports the RDP, VNC, ICA, SSH, Telnet, RAW, Rlogin and HTTP/S protocols.<br />
|
||||
The main goal is to minimize window clutter and to provide a easy gui for managing all your remote connections.
|
||||
</p>
|
||||
<p class="heading1">
|
||||
Features</p>
|
||||
<p>
|
||||
Free and Open Source, released under the GPL<br />
|
||||
Panels and tabs allow to group certain connections together, dock them to any side of the window or completely undock them and move them to another screen for example<br />
|
||||
Multiple supported protocols (RDP, VNC, ICA, SSH, Telnet, RAW, Rlogin and HTTP/S)<br />
|
||||
Easy to organize and maintain list of connections<br />
|
||||
Inheritance makes it possible to store properties on folder basis and let the underlying connections inherit this info<br />
|
||||
Support for importing connections from Active Directory<br />
|
||||
Allows creating nested containers (folders) to categorize connections<br />
|
||||
"Quick Connect" feature to quickly open a connection without creating an entry<br />
|
||||
"Quick Search" feature to quickly find a connection while typing<br />
|
||||
Support for SCP/SFTP (SSH) file transfers<br />
|
||||
Assign icons to connections to easily identify purpose<br />
|
||||
Screenshot manager allows to collect multiple screenshots and save them all together or copy them to the clipboard<br />
|
||||
View remote session info and log off sessions (RDP)<br />
|
||||
Portable (with the use of command line switches)<br />
|
||||
"Auto-Update" feature<br />
|
||||
Show description tooltips when hoovering over connections<br />
|
||||
System tray icon with connection menu<br />
|
||||
Fullscreen (Kiosk) mode<br />
|
||||
Assign global credentials to use when no information is provided on connection basis<br />
|
||||
Host Up/Down (Ping) feature shows if the selected host answers to a ping</p>
|
||||
<p class="heading1">
|
||||
License</p>
|
||||
<p>
|
||||
The application is released under the <a href="../License.txt">GPL</a> (V2)<br />
|
||||
Binary and source code packages are available for download.</p>
|
||||
</body>
|
||||
</html>
|
||||
148
TestProject/bin/Debug/Help/Main.css
Normal file
@@ -0,0 +1,148 @@
|
||||
/* COMMON STUFF */
|
||||
|
||||
body
|
||||
{
|
||||
background-color: #FFFFFF;
|
||||
margin-left: 10px;
|
||||
margin-top: 10px;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
body, td, th
|
||||
{
|
||||
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
img
|
||||
{
|
||||
border: none;
|
||||
}
|
||||
|
||||
ul
|
||||
{
|
||||
list-style: square;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* HEADINGS */
|
||||
|
||||
.heading1
|
||||
{
|
||||
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 16px;
|
||||
color: Black;
|
||||
}
|
||||
.heading1 a:link
|
||||
{
|
||||
color: Black;
|
||||
text-decoration: none;
|
||||
}
|
||||
.heading1 a:visited
|
||||
{
|
||||
color: Black;
|
||||
text-decoration: none;
|
||||
}
|
||||
.heading1 a:hover
|
||||
{
|
||||
color: Black;
|
||||
text-decoration: none;
|
||||
border-bottom: 5px solid #e9e9e9;
|
||||
}
|
||||
|
||||
.heading2
|
||||
{
|
||||
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 15px;
|
||||
color: Black;
|
||||
}
|
||||
|
||||
.heading3
|
||||
{
|
||||
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: Black;
|
||||
}
|
||||
|
||||
.heading4
|
||||
{
|
||||
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 13px;
|
||||
color: Black;
|
||||
}
|
||||
|
||||
.heading5
|
||||
{
|
||||
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: Black;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* LINKS */
|
||||
|
||||
a:link
|
||||
{
|
||||
color: #5d6b70;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited
|
||||
{
|
||||
color: #5d6b70;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover
|
||||
{
|
||||
color: Black;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* TABLES */
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
th,td {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: lightgrey;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
/* MISC STYLES */
|
||||
|
||||
.Code
|
||||
{
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
color: #000000;
|
||||
font-family: 'Courier New' , Monospace;
|
||||
background-color: #C1C1C1;
|
||||
}
|
||||
|
||||
.monospace {
|
||||
white-space: nowrap;
|
||||
font-family: 'Courier New', monospace;
|
||||
}
|
||||
|
||||
.nowrap {
|
||||
white-space: nowrap
|
||||
}
|
||||
13
TestProject/bin/Debug/Help/MainMenu.htm
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Main Menu</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
Sorry, not yet...</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
13
TestProject/bin/Debug/Help/Options.htm
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Options</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
Sorry, not yet...</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
13
TestProject/bin/Debug/Help/PortScan.htm
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Port Scan</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
Sorry, not yet...</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
35
TestProject/bin/Debug/Help/Prerequisites.htm
Normal file
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Prerequisites</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
<b>Supported Operating Systems:</b></p>
|
||||
<ul>
|
||||
<li><a href="http://en.wikipedia.org/wiki/Microsoft_Windows_XP">Windows XP</a></li>
|
||||
<li><a href="http://en.wikipedia.org/wiki/Windows_vista">Windows Vista</a></li>
|
||||
</ul>
|
||||
<p>
|
||||
<b>Prerequisites:</b></p>
|
||||
<ul>
|
||||
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5">Microsoft .NET Framework 2.0</a></li>
|
||||
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=26F11F0C-0D18-4306-ABCF-D4F18C8F5DF9">
|
||||
Microsoft Terminal Services Client 6.0</a><br />
|
||||
Needed if you use RDP. mstscax.dll and/or msrdp.ocx must be registered.</li>
|
||||
<li><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">PuTTY</a><br />
|
||||
Needed if you use Telnet, SSH, Rlogin or RAW. Included in all packages.</li>
|
||||
<li><a href="http://www.citrix.com/English/SS/downloads/details.asp?dID=2755&downloadID=683986&pID=186">
|
||||
Citrix ICA Client</a><br />
|
||||
Needed if you use ICA. wfica.ocx must be registered.</li>
|
||||
</ul>
|
||||
<p>
|
||||
<b>ATTENTION!</b><br />
|
||||
mRemote was only tested under <a href="http://en.wikipedia.org/wiki/32-bit">32bit</a> environments, so
|
||||
<a href="http://en.wikipedia.org/wiki/64-bit">64bit</a> systems are
|
||||
unsupported but may run mRemote just as usual.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
13
TestProject/bin/Debug/Help/QuickConnect.htm
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Quick Connect</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
Sorry, not yet...</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
13
TestProject/bin/Debug/Help/QuickReference.htm
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Quick Reference</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
<img alt="" src="Screenshots/Reference/01.png" /></p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
141
TestProject/bin/Debug/Help/SQLScript.txt
Normal file
@@ -0,0 +1,141 @@
|
||||
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[tblCons]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
|
||||
drop table [dbo].[tblCons]
|
||||
GO
|
||||
|
||||
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[tblRoot]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
|
||||
drop table [dbo].[tblRoot]
|
||||
GO
|
||||
|
||||
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[tblUpdate]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
|
||||
drop table [dbo].[tblUpdate]
|
||||
GO
|
||||
|
||||
CREATE TABLE [dbo].[tblCons] (
|
||||
[ID] [int] IDENTITY (1001, 1) NOT NULL ,
|
||||
[ConstantID] [varchar] (128) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[PositionID] [int] NOT NULL ,
|
||||
[ParentID] [varchar] (128) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[LastChange] [datetime] NOT NULL ,
|
||||
[Name] [varchar] (128) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
|
||||
[Type] [varchar] (32) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
|
||||
[Expanded] [bit] NOT NULL ,
|
||||
[Description] [varchar] (1024) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[Icon] [varchar] (128) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
|
||||
[Panel] [varchar] (128) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
|
||||
[Username] [varchar] (512) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[DomainName] [varchar] (512) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[Password] [varchar] (1024) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[Hostname] [varchar] (512) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[Protocol] [varchar] (32) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
|
||||
[PuttySession] [varchar] (128) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[Port] [int] NOT NULL ,
|
||||
[ConnectToConsole] [bit] NOT NULL ,
|
||||
[UseCredSsp] [bit] NOT NULL ,
|
||||
[RenderingEngine] [varchar] (10) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[ICAEncryptionStrength] [varchar] (32) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
|
||||
[RDPAuthenticationLevel] [varchar] (32) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
|
||||
[Colors] [varchar] (32) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
|
||||
[Resolution] [varchar] (32) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
|
||||
[DisplayWallpaper] [bit] NOT NULL ,
|
||||
[DisplayThemes] [bit] NOT NULL ,
|
||||
[EnableFontSmoothing] [bit] NOT NULL ,
|
||||
[EnableDesktopComposition] [bit] NOT NULL ,
|
||||
[CacheBitmaps] [bit] NOT NULL ,
|
||||
[RedirectDiskDrives] [bit] NOT NULL ,
|
||||
[RedirectPorts] [bit] NOT NULL ,
|
||||
[RedirectPrinters] [bit] NOT NULL ,
|
||||
[RedirectSmartCards] [bit] NOT NULL ,
|
||||
[RedirectSound] [varchar] (64) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
|
||||
[RedirectKeys] [bit] NOT NULL ,
|
||||
[Connected] [bit] NOT NULL ,
|
||||
[PreExtApp] [varchar] (256) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[PostExtApp] [varchar] (256) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[MacAddress] [varchar] (32) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[UserField] [varchar] (256) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[ExtApp] [varchar] (256) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[VNCCompression] [varchar] (10) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[VNCEncoding] [varchar] (20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[VNCAuthMode] [varchar] (10) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[VNCProxyType] [varchar] (20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[VNCProxyIP] [varchar] (128) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[VNCProxyPort] [int] NULL ,
|
||||
[VNCProxyUsername] [varchar] (512) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[VNCProxyPassword] [varchar] (1024) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[VNCColors] [varchar] (10) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[VNCSmartSizeMode] [varchar] (20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[VNCViewOnly] [bit] NOT NULL ,
|
||||
[RDGatewayUsageMethod] [varchar] (32) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
|
||||
[RDGatewayHostname] [varchar] (512) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[RDGatewayUseConnectionCredentials] [varchar] (32) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
|
||||
[RDGatewayUsername] [varchar] (512) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[RDGatewayPassword] [varchar] (1024) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[RDGatewayDomain] [varchar] (512) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[InheritCacheBitmaps] [bit] NOT NULL ,
|
||||
[InheritColors] [bit] NOT NULL ,
|
||||
[InheritDescription] [bit] NOT NULL ,
|
||||
[InheritDisplayThemes] [bit] NOT NULL ,
|
||||
[InheritDisplayWallpaper] [bit] NOT NULL ,
|
||||
[InheritEnableFontSmoothing] [bit] NOT NULL ,
|
||||
[InheritEnableDesktopComposition] [bit] NOT NULL ,
|
||||
[InheritDomain] [bit] NOT NULL ,
|
||||
[InheritIcon] [bit] NOT NULL ,
|
||||
[InheritPanel] [bit] NOT NULL ,
|
||||
[InheritPassword] [bit] NOT NULL ,
|
||||
[InheritPort] [bit] NOT NULL ,
|
||||
[InheritProtocol] [bit] NOT NULL ,
|
||||
[InheritPuttySession] [bit] NOT NULL ,
|
||||
[InheritRedirectDiskDrives] [bit] NOT NULL ,
|
||||
[InheritRedirectKeys] [bit] NOT NULL ,
|
||||
[InheritRedirectPorts] [bit] NOT NULL ,
|
||||
[InheritRedirectPrinters] [bit] NOT NULL ,
|
||||
[InheritRedirectSmartCards] [bit] NOT NULL ,
|
||||
[InheritRedirectSound] [bit] NOT NULL ,
|
||||
[InheritResolution] [bit] NOT NULL ,
|
||||
[InheritUseConsoleSession] [bit] NOT NULL ,
|
||||
[InheritUseCredSsp] [bit] NOT NULL ,
|
||||
[InheritRenderingEngine] [bit] NOT NULL ,
|
||||
[InheritICAEncryptionStrength] [bit] NOT NULL ,
|
||||
[InheritRDPAuthenticationLevel] [bit] NOT NULL ,
|
||||
[InheritUsername] [bit] NOT NULL ,
|
||||
[InheritPreExtApp] [bit] NOT NULL ,
|
||||
[InheritPostExtApp] [bit] NOT NULL ,
|
||||
[InheritMacAddress] [bit] NOT NULL ,
|
||||
[InheritUserField] [bit] NOT NULL ,
|
||||
[InheritExtApp] [bit] NOT NULL ,
|
||||
[InheritVNCCompression] [bit] NOT NULL,
|
||||
[InheritVNCEncoding] [bit] NOT NULL ,
|
||||
[InheritVNCAuthMode] [bit] NOT NULL ,
|
||||
[InheritVNCProxyType] [bit] NOT NULL ,
|
||||
[InheritVNCProxyIP] [bit] NOT NULL ,
|
||||
[InheritVNCProxyPort] [bit] NOT NULL ,
|
||||
[InheritVNCProxyUsername] [bit] NOT NULL ,
|
||||
[InheritVNCProxyPassword] [bit] NOT NULL ,
|
||||
[InheritVNCColors] [bit] NOT NULL ,
|
||||
[InheritVNCSmartSizeMode] [bit] NOT NULL ,
|
||||
[InheritVNCViewOnly] [bit] NOT NULL ,
|
||||
[InheritRDGatewayUsageMethod] [bit] NOT NULL ,
|
||||
[InheritRDGatewayHostname] [bit] NOT NULL ,
|
||||
[InheritRDGatewayUseConnectionCredentials] [bit] NOT NULL ,
|
||||
[InheritRDGatewayUsername] [bit] NOT NULL ,
|
||||
[InheritRDGatewayPassword] [bit] NOT NULL ,
|
||||
[InheritRDGatewayDomain] [bit] NOT NULL ,
|
||||
[LoadBalanceInfo] [varchar] (1024) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
|
||||
[AutomaticResize] [bit] NOT NULL DEFAULT 1 ,
|
||||
[InheritLoadBalanceInfo] [bit] NOT NULL DEFAULT 0 ,
|
||||
[InheritAutomaticResize] [bit] NOT NULL DEFAULT 0
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
CREATE TABLE [dbo].[tblRoot] (
|
||||
[Name] [varchar] (2048) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
|
||||
[Export] [bit] NOT NULL ,
|
||||
[Protected] [varchar] (4048) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
|
||||
[ConfVersion] [float] NOT NULL
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
CREATE TABLE [dbo].[tblUpdate] (
|
||||
[LastUpdate] [datetime] NULL
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
13
TestProject/bin/Debug/Help/SSHFileTransfer.htm
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>SSH File Transfer</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
Sorry, not yet...</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
13
TestProject/bin/Debug/Help/SaveAsExport.htm
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Save As / Export</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
Sorry, not yet...</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
13
TestProject/bin/Debug/Help/ScreenshotManager.htm
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Screenshot Manager</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
Sorry, not yet...</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
BIN
TestProject/bin/Debug/Help/Screenshots/Configuration/01.png
Normal file
|
After Width: | Height: | Size: 125 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/Configuration/02.png
Normal file
|
After Width: | Height: | Size: 122 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/Configuration/03.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/Configuration/04.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/Configuration/05.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/Configuration/06.png
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/Configuration/07.png
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/Configuration/08.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/Configuration/09.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/Configuration/10.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/Configuration/11.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/Configuration/12.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/Configuration/13.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/Configuration/14.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/Configuration/15.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/Configuration/16.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/Configuration/17.png
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/External Tools/01.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/External Tools/02.png
Normal file
|
After Width: | Height: | Size: 8.0 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/External Tools/03.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/External Tools/04.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/External Tools/05.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/External Tools/06.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/External Tools/07.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/External Tools/08.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/Main Menu/File.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/Main Menu/Info.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/Main Menu/Tools.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/Main Menu/View.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
TestProject/bin/Debug/Help/Screenshots/Reference/01.png
Normal file
|
After Width: | Height: | Size: 100 KiB |
13
TestProject/bin/Debug/Help/Sessions.htm
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Sessions</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
Sorry, not yet...</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
13
TestProject/bin/Debug/Help/Update.htm
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title>Update</title>
|
||||
<link href="Main.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
Sorry, not yet...</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
BIN
TestProject/bin/Debug/IPTextBox.dll
Normal file
BIN
TestProject/bin/Debug/Icons/Anti Virus.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/Backup.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/Build Server.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/Database.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/Domain Controller.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/ESX.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/Fax.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/File Server.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/Finance.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/Firewall.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/Linux.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/Log.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/Mail Server.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/PuTTY.ico
Normal file
|
After Width: | Height: | Size: 318 B |
BIN
TestProject/bin/Debug/Icons/Remote Desktop.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/Router.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/SSH.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/SharePoint.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/Switch.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/Tel.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/Telnet.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/Terminal Server.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/Test Server.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/Virtual Machine.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/Web Server.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/WiFi.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/Windows.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/Workstation.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestProject/bin/Debug/Icons/mRemote.ico
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
TestProject/bin/Debug/Icons/mRemoteNG.ico
Normal file
|
After Width: | Height: | Size: 3.7 KiB |