Downloads:
7,112
Downloads of v 3.0.2:
214
Last Update:
08 Mar 2019
Package Maintainer(s):
Software Author(s):
- Filippo Tortomasi
Tags:
barcode barcodetopc adminBarcode to PC server
This is not the latest version of Barcode to PC server available.
- 1
- 2
- 3
3.0.2 | Updated: 08 Mar 2019
Downloads:
7,112
Downloads of v 3.0.2:
214
Maintainer(s):
Software Author(s):
- Filippo Tortomasi
Barcode to PC server 3.0.2
This is not the latest version of Barcode to PC server available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Filippo Tortomasi. The inclusion of Filippo Tortomasi trademark(s), if any, upon this webpage is solely to identify Filippo Tortomasi 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 Barcode to PC server, run the following command from the command line or from PowerShell:
To upgrade Barcode to PC server, run the following command from the command line or from PowerShell:
To uninstall Barcode to PC server, 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 barcode-to-pc-server --internalize --version=3.0.2 --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 barcode-to-pc-server -y --source="'INTERNAL REPO URL'" --version="'3.0.2'" [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 barcode-to-pc-server -y --source="'INTERNAL REPO URL'" --version="'3.0.2'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install barcode-to-pc-server
win_chocolatey:
name: barcode-to-pc-server
version: '3.0.2'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'barcode-to-pc-server' do
action :install
source 'INTERNAL REPO URL'
version '3.0.2'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller barcode-to-pc-server
{
Name = "barcode-to-pc-server"
Version = "3.0.2"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'barcode-to-pc-server':
ensure => '3.0.2',
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.
This package was approved by moderator gep13 on 13 Mar 2019.
Features
Real-time key strokes
Thanks to the keyboard emulation, your smartphone sends keystrokes directly to your computer, no copy/paste required!
Wi-Fi ready
You only need to connect your smartphone to the same network of your computer (LAN)
Save to file
You can append your scannings to a file in real-time. You can also export the scans all at once in a CSV file
QR Codes
Almost any barcode format is supported, see the full list here
Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.
Log in or click on link to see number of positives.
- barcode-to-pc-server.3.0.2.nupkg (7aa604786cfe) - ## / 58
- barcode-to-pc-server.v3.0.2.win.setup.exe (8cf7612445d5) - ## / 64
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 |
---|---|---|---|---|
Barcode to PC server 4.8.3 | 41 | Monday, March 17, 2025 | Approved | |
Barcode to PC server 4.8.2 | 54 | Wednesday, February 19, 2025 | Approved | |
Barcode to PC server 4.8.1 | 22 | Sunday, February 16, 2025 | Approved | |
Barcode to PC server 4.8.0 | 15 | Saturday, February 15, 2025 | Approved | |
Barcode to PC server 4.7.3 | 152 | Saturday, October 5, 2024 | Approved | |
Barcode to PC server 4.7.2 | 74 | Thursday, September 5, 2024 | Approved | |
Barcode to PC server 4.7.0 | 90 | Wednesday, July 31, 2024 | Approved | |
Barcode to PC server 4.6.3 | 203 | Tuesday, November 21, 2023 | Approved | |
Barcode to PC server 4.6.1 | 82 | Friday, November 10, 2023 | Approved | |
Barcode to PC server 4.5.1 | 246 | Tuesday, May 9, 2023 | Approved | |
Barcode to PC server 4.5.0 | 123 | Tuesday, May 9, 2023 | Approved | |
Barcode to PC server 4.3.1 | 198 | Wednesday, November 9, 2022 | Approved | |
Barcode to PC server 4.2.0 | 138 | Tuesday, August 23, 2022 | Approved | |
Barcode to PC server 4.1.0 | 86 | Sunday, August 7, 2022 | Approved | |
Barcode to PC server 4.0.0 | 108 | Sunday, July 17, 2022 | Approved | |
Barcode to PC server 3.18.1 | 347 | Monday, August 30, 2021 | Approved | |
Barcode to PC server 3.18.0 | 94 | Monday, August 30, 2021 | Approved | |
Barcode to PC server 3.17.0 | 145 | Monday, July 26, 2021 | Approved | |
Barcode to PC server 3.16.0 | 150 | Wednesday, June 9, 2021 | Approved | |
Barcode to PC server 3.15.0 | 140 | Monday, May 24, 2021 | Approved | |
Barcode to PC server 3.14.0 | 152 | Monday, April 12, 2021 | Approved | |
Barcode to PC server 3.13.1 | 217 | Sunday, December 6, 2020 | Approved | |
Barcode to PC server 3.13.0 | 218 | Thursday, September 24, 2020 | Approved | |
Barcode to PC server 3.12.0 | 162 | Saturday, September 19, 2020 | Approved | |
Barcode to PC server 3.11.2 | 210 | Wednesday, July 29, 2020 | Approved | |
Barcode to PC server 3.11.1 | 191 | Monday, July 6, 2020 | Approved | |
Barcode to PC server 3.11.0 | 164 | Saturday, July 4, 2020 | Approved | |
Barcode to PC server 3.10.0 | 185 | Sunday, May 31, 2020 | Approved | |
Barcode to PC server 3.9.0 | 208 | Saturday, May 9, 2020 | Approved | |
Barcode to PC server 3.8.0 | 222 | Friday, April 24, 2020 | Approved | |
Barcode to PC server 3.7.0 | 203 | Thursday, April 9, 2020 | Approved | |
Barcode to PC server 3.6.1 | 288 | Saturday, February 1, 2020 | Approved | |
Barcode to PC server 3.6.0 | 167 | Wednesday, January 29, 2020 | Approved | |
Barcode to PC server 3.5.0 | 198 | Friday, January 3, 2020 | Approved | |
Barcode to PC server 3.4.0 | 222 | Wednesday, November 20, 2019 | Approved | |
Barcode to PC server 3.3.0 | 199 | Friday, October 18, 2019 | Approved | |
Barcode to PC server 3.2.0 | 176 | Friday, September 27, 2019 | Approved | |
Barcode to PC server 3.1.4 | 155 | Thursday, September 12, 2019 | Approved | |
Barcode to PC server 3.1.1 | 245 | Thursday, July 4, 2019 | Approved | |
Barcode to PC server 3.1.0 | 184 | Tuesday, June 11, 2019 | Approved | |
Barcode to PC server 3.0.3 | 207 | Saturday, March 9, 2019 | Approved | |
Barcode to PC server 3.0.2 | 214 | Friday, March 8, 2019 | Approved | |
Barcode to PC server 3.0.1 | 217 | Wednesday, March 6, 2019 | Approved |
Filippo Tortomasi
This package has no dependencies.
Ground Rules:
- This discussion is only about Barcode to PC server and the Barcode to PC server 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 Barcode to PC server, 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.