Downloads:
881
Downloads of v 0.4.1:
881
Last Update:
28 Feb 2016
Package Maintainer(s):
Software Author(s):
- malxau
Tags:
wincvt- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
WinCvt converter system
- 1
- 2
- 3
0.4.1 | Updated: 28 Feb 2016
- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
881
Downloads of v 0.4.1:
881
Maintainer(s):
Software Author(s):
- malxau
Tags:
wincvtWinCvt converter system 0.4.1
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by malxau. The inclusion of malxau trademark(s), if any, upon this webpage is solely to identify malxau goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install WinCvt converter system, run the following command from the command line or from PowerShell:
To upgrade WinCvt converter system, run the following command from the command line or from PowerShell:
To uninstall WinCvt converter system, 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 wincvt --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 wincvt -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 wincvt -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 wincvt
win_chocolatey:
name: wincvt
version: '0.4.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'wincvt' do
action :install
source 'INTERNAL REPO URL'
version '0.4.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller wincvt
{
Name = "wincvt"
Version = "0.4.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'wincvt':
ensure => '0.4.1',
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 ferventcoder on 29 Feb 2016.
WinCvt library and tools for invoking Windows/Office file format converters
md5: C4512B7139127976B3181D1E2BDC1631 | sha1: 75FFE9322E8026C481C7886CEC3C39CFB0B8CDD3 | sha256: 4FBB323A687B857E61227662E7242845E6D2A8C2B14EB5965DBDCB65690913FD | sha512: F2DD9CCE6B3831DAEC3A004CCA9E31E7CCCD60F29410AFC7EECA033F0CCE6E16D2A6D961845B25B81F94909EF4F66B00FBD9229C3359BE6C31304E9D146A6E60
md5: 7B516335ADD25E20F89460AF8981E90C | sha1: 83BAAFF1C19D5B2FB75D739816B5B319EBDB2534 | sha256: D615211A9D15219A55F1D4E6D75FFC83265BD2C36615392C86D9C0EF7F15B425 | sha512: CF9642F6F982860F22FB9FA7371E9953B837F4E4C5757DC5D201B38879BA7BDBE56BABCA85E217A4086EF688B65E5F817F32A7BD9277495F3EE2F078FC47AA59
md5: B6C4FD375E93B60B5B125FEEE1166601 | sha1: 1AD4B4C0FD88F639F16584FC9C43A461734EC0C4 | sha256: 8C5B92B2E0889F164E2C704CE966BFD12369FCA698C02486BE350D03A74FCD70 | sha512: 287BC76799F51FBFEE40A8934D63B559A49DCB139780A9BD631A924C53054264CB237C42500C839F413D84967DE7F1500335FCAF39AE822087DA5924251998F6
md5: B7C0AA68B7533FE193D4E987F05D35EC | sha1: 77B55A2C744B7D0EF3F984A4AA3F1B8E0DBF2320 | sha256: 01649A1F1CB2868745148782C32BFFF4A75AC3BB9195343AC210916AB3C62608 | sha512: 9C80A79BC9D0880BABBDC4EA5A9D5AC08AB9CEC41790BC2198C96435707D5CD3A1969C5D24B0F2A0B2C54C4DC3F082041065071F8DD3F3749F564D84B2353CE5
md5: 2A1DD5A864BBD98B1BD75C79901C2C34 | sha1: 56A7B2D7C51AA8B6AEE87043AEA08CE85E6C31F1 | sha256: B89D34FAC2ACB543B7668F0DE791C210E7FB3061E20ED80E43F85969DE286EB0 | sha512: 51D7D5D6FC9180FC08D50A006A756B4775690A2BDB9E1E3773DA81CC4B775A288EFB8ADF4EA49426CDFA872E22B89FEA011F3594E02FA3112AC2FAA0386AB67A
md5: 9BA679D09CA9077C14FD78A33EFA3FC1 | sha1: D9CBFE9F730B7FE69EB532F702E312FE742D22AA | sha256: 289593590723AF74C0B22F53D96D406990D77955D49FEE1294E67A366C914BFB | sha512: AF2E572E45EE098F10DA12B10ACFB8667E549F3A034EC156DDFCBD8DDAA674F6FD4F992A6B138B28AA79A042B76F0CFD0BF8ACAB840895F0D9B84F143CF0FB74
md5: E0852B79E725CC881F26BD2476DE87E4 | sha1: 3FDDF40E9D393BC0EF1E2BD7084C51758D5B2693 | sha256: D0A57A7A3C34A101FD06E2D03EC272589680D2F493F03EF0BAAA3BA499CFFC08 | sha512: 6FBD599DAFCD29B68CD3E8710FF7F1CF99FF933BDC82534B57100A6D709C1C47E31F8517A1519AC512542E770C11B32E19EDF243AD96AF1441CCBEF5645A3083
md5: 111FBD0BA5272AC7E7E2A67E605AF3F4 | sha1: 6280B50BEE14E183D9425029C2B4F66808BF85B1 | sha256: CDDD8E062A53D1D50A0B5F08AD7A4CCA135548340DE9296A3C1FF7FCD57D6DCD | sha512: BCEA0E7FD75B7E81CCCFE5D99687B04F7D43E2D81481A992F9A44A3D8C1E0C0015730B20073B9274B799E5CABF24A04AFB47330CFE66A76B7C16A7DEAF6B0DC8
md5: 45FEE2094B4CDCE5AC34C4B201076EBF | sha1: C0556782DCA7F566418E7D7461970027A8815E9E | sha256: 1EEBAF1EECEDA12BE452598D91E314580282A777B1366EB382C42F197EF02948 | sha512: 511BC29F782F2707238CB238CEC6D3645BADE7CD56021C25F56832C11F523E5188568D652D791DEADE7EA6F35F40F32F4093B180ED00B885883F8728FA90F4CB
Log in or click on link to see number of positives.
- wincvt.0.4.1.nupkg (5aa934c8bcbd) - ## / 57
- cvtfile.exe (4fbb323a687b) - ## / 57
- cvtinst.exe (d615211a9d15) - ## / 57
- cvtopen.exe (8c5b92b2e088) - ## / 57
- cvtquery.exe (01649a1f1cb2) - ## / 56
- cvttype.exe (b89d34fac2ac) - ## / 57
- cvtver.exe (289593590723) - ## / 57
- cvtview.exe (d0a57a7a3c34) - ## / 57
- cvtwiz.exe (cddd8e062a53) - ## / 57
- wincvt.dll (1eebaf1eeced) - ## / 57
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.
Copyright (c) 2006-2016 Malcolm J. Smith
This package has no dependencies.
Ground Rules:
- This discussion is only about WinCvt converter system and the WinCvt converter system 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 WinCvt converter system, 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.