Skip to content

Commit e45fde3

Browse files
committed
Pre-release updates
1 parent 1254ac3 commit e45fde3

File tree

4 files changed

+45
-0
lines changed

4 files changed

+45
-0
lines changed

README.md

+36
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,44 @@ Files in release package:
9797
| `uninstall.bat` | Quick uninstall batch file |
9898
| `update.bat` | Quick update batch file |
9999

100+
### Frequently Asked Questions
101+
102+
> Where can I download the installer or binaries?
103+
104+
In the [GitHub Releases](https://github.com/stascorp/rdpwrap/releases) section.
105+
106+
> Is it legal to use this application?
107+
108+
There is no definitive answer, see [this discussion](https://github.com/stascorp/rdpwrap/issues/26).
109+
110+
> The installer tries to access the Internet, is it normal behaviour?
111+
112+
Yes, it works in online mode by default. You may disable it by removing `-o` flag in the `install.bat` file.
113+
114+
> Config Tool reports version 1.5, but I installed higher version. What's the matter?
115+
116+
Beginning with version 1.5 the `rdpwrap.dll` is not updated anymore, since all settings are stored in INI file. Deal with it.
117+
118+
> Config Tool shows `[not supported]` and RDP doesn't work. What can I do?
119+
120+
Make sure you're connected to the Internet and run `update.bat`.
121+
122+
> Update doesn't help, it still shows `[not supported]`.
123+
124+
Visit [issues](https://github.com/stascorp/rdpwrap/issues) section, and check whether your `termsrv.dll` build is listed here. If you can't find such issue, create a new — specify your build version for adding to support.
125+
100126
Change log:
101127

128+
#### 2016.08.01
129+
- Version 1.6.1
130+
- Include updated INI file for latest Windows builds
131+
- Installer updated
132+
- Added online install mode
133+
- Added feature to keep settings on uninstall
134+
- RDP Config updated
135+
- Fixed update firewall rule on RDP port change
136+
- Added feature to hide users on logon
137+
102138
#### 2015.08.12
103139
- Version 1.6
104140
- Added support for Windows 10

src-installer/resource.res

22.5 KB
Binary file not shown.

src-rdpconfig/resource.res

0 Bytes
Binary file not shown.

technical.txt

+9
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,15 @@ Terminal Services supported versions
8686

8787
Source code changelog (rdpwrap library):
8888

89+
2016.08.01 :
90+
- preparing the release
91+
92+
2016.07.23 :
93+
- added online install mode to installer
94+
- added feature to keep settings on uninstall
95+
- fixed update firewall rule on port change in config tool
96+
- added feature to hide users on logon
97+
8998
2016.07.22 :
9099
- added support for termsrv.dll 10.0.14393.0
91100

0 commit comments

Comments
 (0)