Downloads:
56,168
Downloads of v 5.7.8:
26,356
Last Update:
15 Oct 2024
Package Maintainer(s):
Software Author(s):
- VirtualHere Pty. Ltd.
Tags:
virtualhere-client virtual usb local device client trial- Software Specific:
- Software Site
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
VirtualHere USB Client
- 1
- 2
- 3
5.7.8 | Updated: 15 Oct 2024
- Software Specific:
- Software Site
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
56,168
Downloads of v 5.7.8:
26,356
Maintainer(s):
Software Author(s):
- VirtualHere Pty. Ltd.
VirtualHere USB Client 5.7.8
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by VirtualHere Pty. Ltd. The inclusion of VirtualHere Pty. Ltd. trademark(s), if any, upon this webpage is solely to identify VirtualHere Pty. Ltd. goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install VirtualHere USB Client, run the following command from the command line or from PowerShell:
To upgrade VirtualHere USB Client, run the following command from the command line or from PowerShell:
To uninstall VirtualHere USB Client, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download virtualhere-client --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade virtualhere-client -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade virtualhere-client -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install virtualhere-client
win_chocolatey:
name: virtualhere-client
version: '5.7.8'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'virtualhere-client' do
action :install
source 'INTERNAL REPO URL'
version '5.7.8'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller virtualhere-client
{
Name = "virtualhere-client"
Version = "5.7.8"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'virtualhere-client':
ensure => '5.7.8',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 15 Nov 2024.
Traditionally USB devices needed to be plugged directly into your computer to be used. With VirtualHere this is no longer required, the network itself becomes the cable transmitting USB signals (also known as USB over IP, USB/IP, USB over WiFi, USB over Ethernet, USB Device Server).
This USB server solution is perfect for allowing USB devices to be used remotely over a LAN network, over the Internet, or in the Cloud without the USB device needing to be physically attached to remote client machine. The USB device appears as if it was directly attached even though it is plugged in to a remote server, therefore all existing drivers and software work, no special changes required.
The VirtualHere USB Client runs on Windows, OSX, Linux and Android. The client was created to be intuitive and extremely easy to use. The client needs to be run on any machine that wants to use USB devices shared by the VirtualHere USB Server.
For advanced users, the client can run as a run as a service, and is controllable using an API and supports SSL.
The software will automatically find USB devices shared by VirtualHere USB Servers on the network. Available USB devices will be displayed in a tree. Right click on the device you want to use and select Use. It will then appear to be directly connected to your machine and can be used just like a local device!
$ErrorActionPreference = 'Stop'
# Remove start menu shortcut
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Virtual Here USB Client.lnk"
if(Test-Path $shortcutFilePath) { Remove-Item $shortcutFilePath }
Log in or click on link to see number of positives.
- virtualhere-client.5.7.8.nupkg (950b10a6a0f5) - ## / 66
- vhui64.exe (16d8693bde9c) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
VirtualHere USB Client 5.7.8 | 26356 | Tuesday, October 15, 2024 | Approved | |
VirtualHere USB Client 5.7.7 | 6847 | Saturday, September 14, 2024 | Approved | |
VirtualHere USB Client 5.7.6 | 298 | Thursday, August 22, 2024 | Approved | |
VirtualHere USB Client 5.7.5 | 53 | Wednesday, August 21, 2024 | Approved | |
VirtualHere USB Client 5.7.4 | 128 | Tuesday, August 13, 2024 | Approved | |
VirtualHere USB Client 5.7.3 | 41 | Monday, August 12, 2024 | Approved | |
VirtualHere USB Client 5.7.2 | 86 | Wednesday, August 7, 2024 | Approved | |
VirtualHere USB Client 5.7.1 | 80 | Friday, August 2, 2024 | Approved | |
VirtualHere USB Client 5.7.0 | 87 | Friday, July 26, 2024 | Approved | |
VirtualHere USB Client 5.6.9 | 68 | Wednesday, July 24, 2024 | Approved | |
VirtualHere USB Client 5.6.8 | 187 | Monday, June 24, 2024 | Approved | |
VirtualHere USB Client 5.6.7 | 97 | Monday, June 17, 2024 | Approved | |
VirtualHere USB Client 5.6.6 | 106 | Friday, June 7, 2024 | Approved | |
VirtualHere USB Client 5.6.5 | 137 | Thursday, May 23, 2024 | Approved | |
VirtualHere USB Client 5.6.4 | 100 | Sunday, May 19, 2024 | Approved | |
VirtualHere USB Client 5.6.3 | 40 | Saturday, May 18, 2024 | Approved | |
VirtualHere USB Client 5.6.2 | 104 | Thursday, May 9, 2024 | Approved | |
VirtualHere USB Client 5.6.1 | 177 | Friday, April 5, 2024 | Approved | |
VirtualHere USB Client 5.6.0 | 210 | Thursday, March 28, 2024 | Approved | |
VirtualHere USB Client 5.5.9 | 86 | Friday, March 22, 2024 | Approved | |
VirtualHere USB Client 5.5.8 | 117 | Friday, March 15, 2024 | Approved | |
VirtualHere USB Client 5.5.7 | 377 | Monday, December 11, 2023 | Approved | |
VirtualHere USB Client 5.5.5.20231031 | 416 | Tuesday, October 31, 2023 | Approved | |
VirtualHere USB Client 5.5.3 | 726 | Saturday, July 15, 2023 | Approved | |
VirtualHere USB Client 5.5.2 | 1720 | Monday, June 5, 2023 | Approved | |
VirtualHere USB Client 5.5.1 | 131 | Thursday, May 25, 2023 | Approved | |
VirtualHere USB Client 5.5.0 | 113 | Tuesday, May 16, 2023 | Approved | |
VirtualHere USB Client 5.4.9 | 191 | Thursday, April 27, 2023 | Approved | |
VirtualHere USB Client 5.4.8 | 97 | Monday, April 24, 2023 | Approved | |
VirtualHere USB Client 5.4.7 | 144 | Thursday, April 6, 2023 | Approved | |
VirtualHere USB Client 5.4.6 | 94 | Sunday, April 2, 2023 | Approved | |
VirtualHere USB Client 5.4.5 | 133 | Sunday, March 26, 2023 | Approved | |
VirtualHere USB Client 5.4.4 | 251 | Friday, February 24, 2023 | Approved | |
VirtualHere USB Client 5.4.3 | 149 | Monday, February 20, 2023 | Approved | |
VirtualHere USB Client 5.4.2 | 276 | Thursday, December 8, 2022 | Approved | |
VirtualHere USB Client 5.4.1 | 278 | Thursday, October 13, 2022 | Approved | |
VirtualHere USB Client 5.4.0 | 180 | Thursday, September 22, 2022 | Approved | |
VirtualHere USB Client 5.3.9 | 145 | Thursday, September 8, 2022 | Approved | |
VirtualHere USB Client 5.3.8 | 205 | Tuesday, August 30, 2022 | Approved | |
VirtualHere USB Client 5.3.7 | 496 | Friday, August 19, 2022 | Approved | |
VirtualHere USB Client 5.3.6 | 640 | Wednesday, August 10, 2022 | Approved | |
VirtualHere USB Client 5.3.5 | 2046 | Tuesday, July 19, 2022 | Approved | |
VirtualHere USB Client 5.3.4 | 3989 | Monday, April 25, 2022 | Approved | |
VirtualHere USB Client 5.3.3 | 104 | Thursday, April 21, 2022 | Approved | |
VirtualHere USB Client 5.3.2 | 257 | Tuesday, April 5, 2022 | Approved | |
VirtualHere USB Client 5.3.1 | 144 | Friday, March 25, 2022 | Approved | |
VirtualHere USB Client 5.3.0 | 150 | Friday, March 4, 2022 | Approved | |
VirtualHere USB Client 5.2.9 | 150 | Monday, February 14, 2022 | Approved | |
VirtualHere USB Client 5.2.8 | 157 | Friday, February 4, 2022 | Approved | |
VirtualHere USB Client 5.2.7 | 281 | Wednesday, December 22, 2021 | Approved | |
VirtualHere USB Client 5.2.6 | 84 | Tuesday, December 21, 2021 | Approved | |
VirtualHere USB Client 5.2.5 | 132 | Tuesday, December 14, 2021 | Approved | |
VirtualHere USB Client 5.2.4 | 156 | Friday, November 19, 2021 | Approved | |
VirtualHere USB Client 5.2.3 | 300 | Sunday, October 3, 2021 | Approved | |
VirtualHere USB Client 5.2.1 | 400 | Tuesday, June 8, 2021 | Approved | |
VirtualHere USB Client 5.2.0 | 187 | Wednesday, May 5, 2021 | Approved | |
VirtualHere USB Client 5.1.9 | 147 | Saturday, April 24, 2021 | Approved | |
VirtualHere USB Client 5.1.8 | 185 | Wednesday, April 7, 2021 | Approved | |
VirtualHere USB Client 5.1.7 | 189 | Monday, March 22, 2021 | Approved | |
VirtualHere USB Client 5.1.6 | 176 | Thursday, March 4, 2021 | Approved | |
VirtualHere USB Client 5.1.5 | 188 | Friday, February 5, 2021 | Approved | |
VirtualHere USB Client 5.1.4 | 314 | Sunday, December 13, 2020 | Approved | |
VirtualHere USB Client 5.1.3 | 193 | Wednesday, November 18, 2020 | Approved | |
VirtualHere USB Client 5.1.0 | 203 | Friday, October 30, 2020 | Approved | |
VirtualHere USB Client 5.0.9 | 131 | Wednesday, October 28, 2020 | Approved | |
VirtualHere USB Client 5.0.8 | 217 | Saturday, October 3, 2020 | Approved | |
VirtualHere USB Client 5.0.7 | 272 | Monday, July 27, 2020 | Approved | |
VirtualHere USB Client 5.0.6 | 204 | Saturday, July 11, 2020 | Approved | |
VirtualHere USB Client 5.0.5 | 206 | Monday, June 8, 2020 | Approved | |
VirtualHere USB Client 5.0.4 | 161 | Thursday, June 4, 2020 | Approved | |
VirtualHere USB Client 5.0.3 | 194 | Monday, May 18, 2020 | Approved | |
VirtualHere USB Client 5.0.2 | 239 | Wednesday, April 29, 2020 | Approved | |
VirtualHere USB Client 5.0.0 | 229 | Wednesday, April 8, 2020 | Approved | |
VirtualHere USB Client 4.9.9 | 243 | Sunday, March 15, 2020 | Approved | |
VirtualHere USB Client 4.9.8 | 250 | Friday, February 14, 2020 | Approved | |
VirtualHere USB Client 4.9.7 | 202 | Monday, January 27, 2020 | Approved | |
VirtualHere USB Client 4.9.6 | 209 | Friday, January 3, 2020 | Approved | |
VirtualHere USB Client 4.9.5 | 278 | Saturday, December 7, 2019 | Approved | |
VirtualHere USB Client 4.9.4 | 201 | Friday, November 15, 2019 | Approved | |
VirtualHere USB Client 4.9.3 | 209 | Tuesday, November 12, 2019 | Approved | |
VirtualHere USB Client 4.9.1 | 225 | Saturday, October 19, 2019 | Approved |
© VirtualHere Pty. Ltd. 2010-2019, Australian Business Number: 12168518796, Made in Australia
This package has no dependencies.
Ground Rules:
- This discussion is only about VirtualHere USB Client and the VirtualHere USB Client package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or VirtualHere USB Client, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.