Skip to content

Releases: fufesou/RustDeskIddDriver

build github ci - Test Sign

24 Feb 05:25
Compare
Choose a tag to compare
Pre-release

This is a test release for github ci.

The driver in this pre-release is signed by test cert.

Note

The attached files are generated by https://github.com/fufesou/RustDeskIddDriver/actions/workflows/ci.yml

Virus detected

Antivirus software may report a warning.

You should better build this driver all by yourself.

Please generate files by yourself

Please do not use attachments as there may be trust issues.

You can generate the files all by yourself by running an action after forking this repo.

build github ci - Sign Off

24 Feb 11:31
Compare
Choose a tag to compare
Pre-release

This is a test release for github ci.

The driver in this pre-release is not signed.

Note

The attached files are generated by https://github.com/fufesou/RustDeskIddDriver/actions/workflows/ci.yml

Please generate files by yourself

Please do not use attachments as there may be trust issues.

You can generate the files all by yourself by running an action after forking this repo.

RustDeskIddDriver-v0.4

07 Nov 12:45
Compare
Choose a tag to compare

Sample, support swdevice lifetime

image

idd-lifetime.mp4

RustDeskIddDriver-v0.3-with-vcruntime140.dll

29 Aug 09:33
Compare
Choose a tag to compare

RustDeskIddDriver-v0.3 with the dependent dlls.

RustDeskIddDriver-v0.3

16 Apr 03:38
Compare
Choose a tag to compare
  1. Check monitor index OOR.
  2. Max monitor count is up to 10.
  3. Demo app modified.
Press  key                  execute:
       1. 'q'               1. quit
       2. 'c'               2. create device
       3. 'd'               3. destroy device
       4. 'i'               4. install or update driver
       5. 'u'               5. uninstall driver
       6. 'a'               6. plug in monitor
       7. 'b'               7. plug out monitor

RustDeskIddDriver-v0.2

09 Apr 02:53
Compare
Choose a tag to compare

Update docs and test app.

Thanks #4

RustDeskIddDriver-v0.1

13 Mar 10:03
Compare
Choose a tag to compare

Run demo(RustDeskIddApp.exe) or build v0.1 your self.

    printf("Press  key               execute:\n");
    printf("       1. 'x'              1. exit\n");
    printf("       2. 'i'              2. install or update driver\n");
    printf("       3. 'u'              3. uninstall driver\n");
    printf("       4. 'c'              4. create device\n");
    printf("       5. 'd'              5. destroy device\n");
    printf("       6. '1','2','3'      6. plug in monitor 0,1,2\n");
    printf("       7. '4','5','6'      7. plug out monitor 0,1,2\n");