Sean Kaim
8abe2bffb8
Use CredSSP needs to be true for modern targets
...
Just about all modern versions of Windows require CredSSP by default.
Set that one back to "Yes".
2016-05-18 16:36:54 -04:00
Sean Kaim
8477625472
Changed some default settings to avoid hangs
...
Multiple users reported that having "Cahse Bitmaps" and/or "Use CredSSP"
set to yes (which was the previous default) would cause problems with
mRemoteNG - especially when opening multiple RDP connections.
Also increased update check to 14 days.
2016-05-18 16:32:19 -04:00
Sparer, David
08851a2b7a
Merge branch 'MR-810_App_crashes_when_setting_all_inherited' into csharp_conv
2016-05-18 11:17:53 -06:00
Sparer, David
d4b9ccf1c2
- Unit tests: Fixed tests for ConnectionInfoInheritance
2016-05-18 11:16:48 -06:00
Sparer, David
7b177f1fd8
Fixed bug MR-810. Omit setting the IsDefault setting when turning inheritance on completely
2016-05-18 09:42:26 -06:00
Sparer, David
7d6e814745
minor code noise cleanup
2016-05-18 09:08:54 -06:00
Sean Kaim
3cfb6ecf6f
Clean up files that are no longer needed
...
"My Project" files are from the VB code.
SharedLibraryNG was removed - see commit:
71254ba6e2
2016-05-18 10:22:50 -04:00
Sean Kaim
11085a0037
PuTTYNG.exe 0.67 for the installer
2016-05-18 09:02:19 -04:00
David Sparer
a679bcf26b
- Installer: fixed GUID for mainexe
...
- mRemoteNG: incremented the minor version of the product to 74. Assembly version is now 1.74
2016-05-17 19:51:49 -06:00
David Sparer
8ed1764fb3
added puttyng.exe dependency back in - this is required and im not sure how it slipped by
2016-05-17 19:03:51 -06:00
David Sparer
b2696003f0
The installer will now utilize the file version attribute of the mRemoteNG.exe file and set the installer version to match. This will help us support major upgrades easier
2016-05-17 19:03:07 -06:00
David Sparer
bc818704df
Removed Pandoc from the gitignore since it is part of the build process now
2016-05-17 17:37:55 -06:00
Sparer, David
d21f3c1bcf
Merge branch 'MR-818_Create_new_installer' into csharp_conv
2016-05-17 15:17:24 -06:00
Sparer, David
e6ae513474
- Add CustomActions project as a dependency of Installer project
2016-05-17 15:16:34 -06:00
Sparer, David
4360f45ab8
- Custom action for checking if RDP8.0 is installed will only run on Win7 machines
...
- Re-ordered conditional checks. Installer will warn about .Net version before warning about RDP 8.0 requirement. This more logically follows the "broad to specific" ordering of requirements
2016-05-17 13:50:20 -06:00
Sparer, David
74ef73ebf4
The RDP8.0 custom action project now targets .Net 2.0 for maximum compatibility.
2016-05-17 13:47:10 -06:00
Sparer, David
35b512de19
RDP 8.0 verification is working and now enabled.
...
Checking for the installed KBs is unusually time-intensive. Should try to optimize the runtime of this verification.
2016-05-17 13:44:19 -06:00
Sparer, David
a5966592e1
update gitignore
2016-05-16 16:11:25 -06:00
Sparer, David
8e2e1769c3
Started creating the custom action for checking if RDP 8.0 is installed. Currently not working correctly
2016-05-16 16:10:53 -06:00
hiriumi
19da883e14
Removed dependency on Microsoft.VisualBasic in Import.cs
2016-05-16 08:22:37 -07:00
hiriumi
600d5f4475
comming the
2016-05-16 08:14:51 -07:00
hiriumi
0e0e3b28de
Removed dependency to Microsoft.VisualBasic in Import.cs
2016-05-16 08:11:15 -07:00
Sparer, David
2439ae0508
Merge branch 'csharp_conv' into MR-818_Create_new_installer
2016-05-16 08:07:30 -06:00
Sean Kaim
f9633cb860
Fix non-portable build
2016-05-15 20:54:49 -04:00
David Sparer
2c43f35b0b
Added required variables to the other localization files.
...
Set the debug build configuration to only build the en-US culture for sanity's sake
2016-05-15 15:24:15 -06:00
Sean Kaim
a1beff754c
Suppress JavaScript errors
2016-05-15 17:24:11 -04:00
Sean Kaim
647fa12cdc
Support additional browser features
...
ported from mRemote3G:
11a1f94e97
2016-05-15 17:18:03 -04:00
Sean Kaim
725235c250
Fix HTTP connections not working & code cleanup
2016-05-15 17:17:14 -04:00
David Sparer
25d438d691
Links to the License, Credits, and Readme are now created when user requests start menu shortcuts.
2016-05-15 15:14:44 -06:00
David Sparer
37232b5302
Added install conditions:
...
- Requires Win7 or higher
- If Win7, requires SP1
- Requires .Net Framework 4.0 or higher
- Requires elevated priveleges to install
2016-05-15 15:13:40 -06:00
David Sparer
2d250282ee
Added localization files for the languages we will be able to have translated the soonest
2016-05-15 13:09:19 -06:00
Sean Kaim
18e1c112e0
Correct unit tests after keyboard options removed
2016-05-15 14:06:16 -04:00
Sean Kaim
32891e5155
Remove KeyboardOptions tests
...
Keyboard options removed in 71254ba6e2
2016-05-15 13:57:40 -04:00
Sean Kaim
ef7cbf097b
Merge pull request #111 from mRemoteNG/replace_pstaskdialog
...
Replace pstaskdialog
2016-05-15 13:51:39 -04:00
David Sparer
41ab8033e7
began the slow process of supporting localizations
2016-05-15 07:52:14 -06:00
David Sparer
4f392690eb
Added pandoc to automatically convert the license file to RTF format for use in the installer.
...
Added GUI to installer with mRemoteNG images
Added git ignore entries for the FilesFragment.wsx and License.rtf files which will be re-compiled on every build
2016-05-14 18:12:21 -06:00
David Sparer
d591e4ebc2
added .msi files to the git ignore file
2016-05-14 15:36:28 -06:00
David Sparer
a315c19ebb
Merge branch 'csharp_conv' into MR-818_Create_new_installer
...
# Conflicts:
# mRemoteV1.sln
2016-05-14 15:35:31 -06:00
David Sparer
764b956221
Added installer support for installing PuTTYNG
2016-05-14 13:57:53 -06:00
David Sparer
f0b0086ca5
Installer now properly places shortcuts in start menu and the desktop.
...
Updated the program icon to a higher resolution version.
2016-05-14 12:33:52 -06:00
David Sparer
8c43494c03
Added support for creating shortcuts to start menu and desktop. However, the desktop shortcut is not functioning as expected
2016-05-14 11:53:53 -06:00
amaterasu48
634df366bd
Removed PSTaskDialog.dll reference added pure .NET Form that mimics PSTaskDialog. No more dependency to it, so we shouldn't see the unexpected error.
2016-05-12 14:59:39 -07:00
Sparer, David
86585feb56
no message
2016-05-12 15:20:56 -06:00
Sparer, David
f4335ff339
updates to support the Portable build types
2016-05-12 15:10:15 -06:00
Sparer, David
61100d167f
Accidentatly moved an icon file rather than copying. Put it back.
2016-05-12 14:19:59 -06:00
Sparer, David
77c7ba3194
Installer works in a very basic manner. Files will be installed as expected, though there is no GUI to select options
2016-05-12 14:14:39 -06:00
Sean Kaim
669e3a762b
Removed PSTaskDialog instances & code cleanup
2016-05-12 15:08:55 -04:00
Sean Kaim
71254ba6e2
Remove Keyboard shortcut functionality
...
Removed due to the following reasons:
1. Crashes (semi-regularly)
2. "Beta" option from 1.73 (never released) that doesn't work (on
Windows 10 at least)
3. A multiple bugs were reported for it in the bug tracking system:
https://mremoteng.atlassian.net/browse/MR-714
https://mremoteng.atlassian.net/browse/MR-624
https://mremoteng.atlassian.net/browse/MR-687
https://mremoteng.atlassian.net/browse/MR-752
(and possibly more)
4. After reviewing the bug reports and other info, I feel it's a bad
idea. All keyboard input should go to the connected session (while
"active"). Otherwise a mouse click would be required to have mRemote be
the active Window. In which case, just click the desired tab.
2016-05-12 11:59:13 -04:00
David Sparer
8e7fe19585
Create very simple WiX project
2016-05-11 20:43:06 -06:00
David Sparer
95f605ea9d
moved old installer to a new folder
2016-05-11 20:41:18 -06:00