Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

28,167

Downloads of v 5.51:

425

Last Update:

14 Aug 2020

Package Maintainer(s):

Software Author(s):

  • Ray Hinchliffe

Tags:

rhinchliffe siv system information viewer binary portable

SIV - System Information Viewer (Portable)

This is not the latest version of SIV - System Information Viewer (Portable) available.

  • 1
  • 2
  • 3

5.51 | Updated: 14 Aug 2020

Downloads:

28,167

Downloads of v 5.51:

425

Maintainer(s):

Software Author(s):

  • Ray Hinchliffe

SIV - System Information Viewer (Portable) 5.51

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


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

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:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade siv -y --source="'INTERNAL REPO URL'" --version="'5.51'" [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.51'" 
$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.51'
    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.51'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller siv
{
    Name     = "siv"
    Version  = "5.51"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'siv':
  ensure   => '5.51',
  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.

Package Approved

This package was approved as a trusted package on 15 Aug 2020.

Description


choco://siv

To use choco:// protocol URLs, install (unofficial) choco:// Protocol support


Screenshot of SIV

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.

PACKAGE NOTES


Click here to Patreon-ize the package maintainer.



tools\.SkipAutoUninstaller
 
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'
$packageName = 'siv' 
$toolsDir    = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$bits        = Get-ProcessorBits

$packageArgs = @{
  packageName    = $packageName
  unzipLocation  = $toolsDir
  fileType       = 'ZIP' 
  url            = "$toolsDir\siv_v$env:ChocolateyPackageVersion.zip"
  }

Install-ChocolateyZipPackage @packageArgs

if ($bits -eq 64)
   {
    Install-ChocolateyShortcut -shortcutFilePath "$env:Public\Desktop\SIV.lnk" -targetPath "$toolsDir\SIV64X.exe" -WorkingDirectory "$toolsDir"
    Install-ChocolateyShortcut -shortcutFilePath "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\SIV.lnk" -targetPath "$toolsDir\SIV64X.exe"    
   } else {
    Install-ChocolateyShortcut -shortcutFilePath "$env:Public\Desktop\SIV.lnk" -targetPath "$toolsDir\SIV32X.exe" -WorkingDirectory "$toolsDir"
    Install-ChocolateyShortcut -shortcutFilePath "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\SIV.lnk" -targetPath "$toolsDir\SIV32X.exe"       
   }
Remove-Item "$toolsDir\*.zip" | Out-Null
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop'
$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
tools\LICENSE.txt
==================== 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 ====================
tools\sentest.exe.ignore
 
tools\SIV32L.exe.ignore
 
tools\SIV32X.exe.ignore
 
tools\SIV64I.exe.ignore
 
tools\SIV64X.exe.ignore
 
tools\siv_v5.51.zip
md5: 289B157894A791DCEA2CEBE91331F20B | sha1: 822F595DABDD6A84F4E58B33273E75D45F80B1DF | sha256: 14E45466A437F306D4D01E4729D607399356CE56A6E26F4D0646BC8FE2EE16E1 | sha512: 03EC9C4316A18383608E3FB35317A7211A211E83D218A0BA81A4BBCAC599B4DF13DBA3433BFAAE7F5935A50EBC482AE204BD5C132215F6F400FE991DE4126B4E
tools\VERIFICATION.txt
==================== 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.

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
SIV - System Information Viewer 5.79.0 297 Tuesday, January 21, 2025 Approved
SIV - System Information Viewer 5.78.0 543 Thursday, November 14, 2024 Approved
SIV - System Information Viewer 5.77.0 1274 Monday, May 20, 2024 Approved
SIV - System Information Viewer 5.76.0 808 Friday, March 15, 2024 Approved
SIV - System Information Viewer (Portable) 5.75.0 898 Friday, January 19, 2024 Approved
SIV - System Information Viewer (Portable) 5.74.0 797 Tuesday, November 14, 2023 Approved
SIV - System Information Viewer (Portable) 5.73.0 785 Thursday, September 14, 2023 Approved
SIV - System Information Viewer (Portable) 5.72.0 622 Monday, August 14, 2023 Approved
SIV - System Information Viewer (Portable) 5.71.0 603 Friday, July 14, 2023 Approved
SIV - System Information Viewer (Portable) 5.70 618 Sunday, May 14, 2023 Approved
SIV - System Information Viewer (Portable) 5.69 476 Tuesday, March 14, 2023 Approved
SIV - System Information Viewer (Portable) 5.68 443 Sunday, January 15, 2023 Approved
SIV - System Information Viewer (Portable) 5.67 416 Tuesday, November 15, 2022 Approved
SIV - System Information Viewer (Portable) 5.66 455 Wednesday, September 14, 2022 Approved
SIV - System Information Viewer (Portable) 5.65 409 Thursday, July 14, 2022 Approved
SIV - System Information Viewer (Portable) 5.64 470 Saturday, May 14, 2022 Approved
SIV - System Information Viewer (Portable) 5.63 425 Monday, March 28, 2022 Approved
SIV - System Information Viewer (Portable) 5.62 499 Tuesday, December 14, 2021 Approved
SIV - System Information Viewer (Portable) 5.60 528 Thursday, July 22, 2021 Approved
SIV - System Information Viewer (Portable) 5.59 333 Wednesday, June 16, 2021 Approved
SIV - System Information Viewer (Portable) 5.58 359 Friday, May 14, 2021 Approved
SIV - System Information Viewer (Portable) 5.57 348 Thursday, April 15, 2021 Approved
SIV - System Information Viewer (Portable) 5.56 402 Sunday, February 14, 2021 Approved
SIV - System Information Viewer (Portable) 5.55 394 Thursday, January 14, 2021 Approved
SIV - System Information Viewer (Portable) 5.54 390 Tuesday, December 15, 2020 Approved
SIV - System Information Viewer (Portable) 5.53 350 Saturday, November 14, 2020 Approved
SIV - System Information Viewer (Portable) 5.52 384 Thursday, October 15, 2020 Approved
SIV - System Information Viewer (Portable) 5.51 425 Friday, August 14, 2020 Approved
SIV - System Information Viewer (Portable) 5.50 393 Tuesday, July 14, 2020 Approved
SIV - System Information Viewer (Portable) 5.49 359 Wednesday, June 17, 2020 Approved
SIV - System Information Viewer (Portable) 5.48 377 Thursday, May 14, 2020 Approved
SIV - System Information Viewer (Portable) 5.47 379 Wednesday, April 22, 2020 Approved
SIV - System Information Viewer (Portable) 5.46 506 Sunday, February 16, 2020 Approved
SIV - System Information Viewer (Portable) 5.44 479 Saturday, December 14, 2019 Approved
SIV - System Information Viewer (Portable) 5.43 416 Thursday, November 14, 2019 Approved
SIV - System Information Viewer (Portable) 5.42 413 Monday, October 14, 2019 Approved
SIV - System Information Viewer (Portable) 5.41 380 Monday, September 16, 2019 Approved
SIV - System Information Viewer (Portable) 5.40 463 Sunday, July 14, 2019 Approved
SIV - System Information Viewer (Portable) 5.39 434 Saturday, June 15, 2019 Approved
SIV - System Information Viewer (Portable) 5.38 570 Sunday, April 14, 2019 Approved
SIV - System Information Viewer (Portable) 5.37 496 Thursday, March 14, 2019 Approved
SIV - System Information Viewer (Portable) 5.36 472 Tuesday, January 15, 2019 Approved
SIV - System Information Viewer (Portable) 5.35 429 Wednesday, November 14, 2018 Approved
SIV - System Information Viewer (Portable) 5.34 408 Sunday, October 14, 2018 Approved
SIV - System Information Viewer (Portable) 5.33 380 Friday, September 14, 2018 Approved
SIV - System Information Viewer (Portable) 5.32 448 Tuesday, August 14, 2018 Approved
SIV - System Information Viewer (Portable) 5.31 484 Thursday, June 14, 2018 Approved
SIV - System Information Viewer (Portable) 5.30 495 Monday, May 14, 2018 Approved
SIV - System Information Viewer (Portable) 5.29 553 Saturday, April 14, 2018 Approved
SIV - System Information Viewer (Portable) 5.28 497 Wednesday, March 14, 2018 Approved
SIV - System Information Viewer (Portable) 5.27 723 Wednesday, February 14, 2018 Approved
SIV - System Information Viewer (Portable) 5.24 615 Monday, October 16, 2017 Approved
SIV - System Information Viewer (Portable) 5.23 562 Thursday, September 14, 2017 Approved
SIV - System Information Viewer (Portable) 5.22 489 Monday, August 14, 2017 Approved
SIV - System Information Viewer (Portable) 5.21 489 Saturday, July 15, 2017 Approved
SIV - System Information Viewer (Portable) 5.20 533 Tuesday, July 4, 2017 Approved

This package has no dependencies.

Discussion for the SIV - System Information Viewer (Portable) Package

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.
comments powered by Disqus