Downloads:
28,134
Downloads of v 5.34:
408
Last Update:
14 Oct 2018
Package Maintainer(s):
Software Author(s):
- Ray Hinchliffe
Tags:
rhinchliffe siv system information viewer binary portable- 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
SIV - System Information Viewer (Portable)
This is not the latest version of SIV - System Information Viewer (Portable) available.
- 1
- 2
- 3
5.34 | Updated: 14 Oct 2018
- 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:
28,134
Downloads of v 5.34:
408
Maintainer(s):
Software Author(s):
- Ray Hinchliffe
SIV - System Information Viewer (Portable) 5.34
This is not the latest version of SIV - System Information Viewer (Portable) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Ray Hinchliffe. The inclusion of Ray Hinchliffe trademark(s), if any, upon this webpage is solely to identify Ray Hinchliffe 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 SIV - System Information Viewer (Portable), run the following command from the command line or from PowerShell:
To upgrade SIV - System Information Viewer (Portable), run the following command from the command line or from PowerShell:
To uninstall SIV - System Information Viewer (Portable), 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 siv --internalize --version=5.34 --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 siv -y --source="'INTERNAL REPO URL'" --version="'5.34'" [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 siv -y --source="'INTERNAL REPO URL'" --version="'5.34'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install siv
win_chocolatey:
name: siv
version: '5.34'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'siv' do
action :install
source 'INTERNAL REPO URL'
version '5.34'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller siv
{
Name = "siv"
Version = "5.34"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'siv':
ensure => '5.34',
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 flcdrg on 18 Oct 2018.
SIV by Ray Hinchliffe. 'System Information Viewer' is a general Windows utility for displaying lots of useful Windows, Network and hardware info - CPU info, PCI info, PCMCIA info, USB info SMBus info, SPD info, ACPI methods, Machine info, Hardware Sensors, Networked computers, Operating System Information and more. SIV is designed for Windows 10, 8.1, 8.0, 7, Vista, XP, 2016, 2012, 2008, 2003, 2000 and NT4. Windows 95, 98 and Me are also supported. Uses pcidevs.txt for the PCI devices, usbdevs.txt for the USB devices, mondevs.txt for monitor descriptions and pcmdevs.txt for PCMCIA device descriptions.
Click here to Patreon-ize the package maintainer.
$packageName = 'siv'
remove-item "$env:Public\Desktop\SIV.lnk" -Force -ErrorAction SilentlyContinue
remove-item "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\SIV.lnk" -Force -ErrorAction SilentlyContinue
==================== SIV - System Information Viewer ====================
SIV has no published license or distribution permissions. The closest thing found to it is "If you find SIV useful, please consider making a donation towards its development. SIV is free for home use but if you wish to use it commercially then contact me for further information." at http://rh-software.com/
I contacted the author, Ray Hinchliffe, and he was given permission to distribute the binaries.
From: Ray Hinchliffe [mailto:[email protected]]
Sent: Monday, July 3, 2017 2:29 AM
To: 'Bill Curran' <REDACTED>
Subject: RE: SIV redistribution rights or direct download link
Hi Bill,
I think you are basically talking about how you would mirror siv.zip and am happy for you to use whatever works for you.
I am wondering how you would deal with a new SIV being released? Would you like to receive the e-mail I BCC to the other mirrors with siv.zip attached?
Regards, Ray
From: Ray Hinchliffe [mailto:[email protected]]
Sent: Monday, July 3, 2017 3:27 AM
To: 'Bill Curran' REDACTED>
Subject: RE: SIV redistribution rights or direct download link
I hereby confirm I am OFFICAILLY OK about this.
bcurran3 07/03/2017
==================== SIV - System Information Viewer ====================
md5: 66745E6048A85EB881B444556E2C976F | sha1: 5817243AD8D4A06EEC21864F39ABA38FF2D95049 | sha256: 9C9BA4BE3E6C4376BF32E8E0724B31459480983E6C8671F44C022DB13FB89894 | sha512: 018DC347361AF0FED9847096EAED4BDFA0511AF03DC24E90537ACB4D2FBAC401FD0B0F6FE3F68D7569E2195EE7F958F944DDDC8BBB380CCE7A9346ECF4B98140
==================== SIV - System Information Viewer ====================
New releases of SIV - System Information Viewer are e-mailed to bcurran3 as part of the file hosting distribution list directly from Ray Hinchliffe, the author.
==================== SIV - System Information Viewer ====================
Log in or click on link to see number of positives.
- siv.5.34.nupkg (be88c8b3a403) - ## / 61
- siv.zip (9c9ba4be3e6c) - ## / 60
- sentest.exe (56e9a9c8d35b) - ## / 68
- SIV32X.exe (349a840af3b0) - ## / 68
- SIV64X.exe (78248ce08e21) - ## / 67
- SIVRES.dll (20720d2a073c) - ## / 67
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.
This package has no dependencies.
Ground Rules:
- This discussion is only about SIV - System Information Viewer (Portable) and the SIV - System Information Viewer (Portable) 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 SIV - System Information Viewer (Portable), 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.