Releases: BarsikV/CommunicationDeviceSwitcherService
2.2.0
Upgraded to net6-windows version and .net framework is not needed anymore.
Upgraded installer and added support for input devices.
Download "CommunicationDeviceSwitcherService.Installer" and "additionalsetup" files in the same folder. Run the CommunicationDeviceSwitcherService.Installer file.
2.2.0-beta
This release fixes two issues present in the previous one:
Now the installer should automatically download and install the .net 6 sdk
Added an additional step during setup, that allows to select the type of device to switch. It can be input, output, or both.
Download "CommunicationDeviceSwitcherService.Installer" and "additionalsetup" files in the same folder. Run the CommunicationDeviceSwitcherService.Installer file.
2.0.3-beta
Upgraded to net6-windows version. No need for .net framework anymore.
Added support for input devices.
Download "CommunicationDeviceSwitcherService.Installer" and "additionalsetup" files in the same folder. Run the CommunicationDeviceSwitcherService.Installer file.
This installer won't install the .net 6 sdk on your pc, you have to do it manually. Will be fixed in next release.
https://download.visualstudio.microsoft.com/download/pr/df42b901-8ce2-4131-941a-b3fa094ff3d8/556da65f7a2f6164bf3df932e030898a/dotnet-sdk-6.0.408-win-x64.exe
If something is wrong, open an issue or write to the discord channel https://discord.gg/7kbxzHF
Created setup for windows
Added and easier way of installing the service on windows.
Release files now only contain setup.exe and an .msi files.
Had to downgrade from .net core 3.1 to .netframework 4.8, because there is no support for Windows installer on .net core.
You need to download both files: CommunicationDeviceSwitcherInstaller.msi, CommunicationDeviceSwitcherSetup.exe, and run any one of them.
Release v0.1
The very first release, without installer.
To use it you have to:
1.download the CommunicationDeviceSwitcherService.zip file
2. unzip the archive into a folder
3. open a powershell with admin rights and move to this folder
4. run the command ./"Install service script.ps1"
Prerequisites: you need .net core 3.1 installed on you machine, you can download it from here:
x64: https://download.visualstudio.microsoft.com/download/pr/076a47e9-c65b-4b78-95a7-93eb988891a4/3574764590cfa650e0aa87c44d3fe384/windowsdesktop-runtime-3.1.12-win-x64.exe
x86: https://download.visualstudio.microsoft.com/download/pr/5d89a010-88bf-4e4e-ac12-a07258ddbf5f/1ff5dfe312c5bd9760f3b500b1b37597/windowsdesktop-runtime-3.1.12-win-x86.exe
If any questions or problems, you can create an issue or write to the discord channel https://discord.gg/7kbxzHF