You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36
Original file line number
Diff line number
Diff line change
@@ -97,8 +97,44 @@ Files in release package:
97
97
|`uninstall.bat`| Quick uninstall batch file |
98
98
|`update.bat`| Quick update batch file |
99
99
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
+
100
126
Change log:
101
127
128
+
#### 2016.08.01
129
+
- Version 1.6.1
130
+
- Include updated INI file for latest Windows builds
0 commit comments