Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
9,657
Downloads of v 9.2.1.20190618:
31
Last Update:
01 Jul 2019
Package Maintainer(s):
Software Author(s):
- Gabriel Topala
Tags:
admin siw trial system-information hardware software network memory intel amd processor cpu motherboard- Software Specific:
- Software Site
- Software License
- Software Mailing List
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

siw (Install)
This is not the latest version of siw (Install) available.
- Software Specific:
- Software Site
- Software License
- Software Mailing List
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
9,657
Downloads of v 9.2.1.20190618:
31
Maintainer(s):
Software Author(s):
- Gabriel Topala
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
siw (Install) 9.2.1.20190618
This is not the latest version of siw (Install) available.
All Checks are Passing
2 Passing Test
To install siw (Install), run the following command from the command line or from PowerShell:
To upgrade siw (Install), run the following command from the command line or from PowerShell:
To uninstall siw (Install), run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
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://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
choco download siw --internalize --version=9.2.1.20190618 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade siw -y --source="'STEP 3 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 siw -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure siw installed
win_chocolatey:
name: siw
state: present
version: 9.2.1.20190618
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'siw' do
action :install
version '9.2.1.20190618'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: siw,
Version: 9.2.1.20190618,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller siw
{
Name = 'siw'
Ensure = 'Present'
Version = '9.2.1.20190618'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'siw':
provider => 'chocolatey',
ensure => '9.2.1.20190618',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install siw version="9.2.1.20190618" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. 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 01 Jul 2019.
System Information for Windows - Everything you want to know about your computer
Commercial software
You can try SIW before you buy.
$ErrorActionPreference = 'Stop';
$packageName= 'siw'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://siw64.com/download/siwtrial-setup.exe'
$url64 = 'https://siw64.com/download/siwtrial-setup.exe'
$packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
fileType = 'EXE'
url = $url
url64bit = $url64
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
validExitCodes= @(0, 3010, 1641)
softwareName = 'siw*'
checksum = '5F0D24AB00B44152BB8FF22A31C56F1E'
checksumType = 'md5'
checksum64 = '5F0D24AB00B44152BB8FF22A31C56F1E'
checksumType64= 'md5'
}
Install-ChocolateyPackage @packageArgs
$ErrorActionPreference = 'Stop';
$packageName= 'siw'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://siw64.com/download/siwtrial-setup.exe'
$url64 = 'https://siw64.com/download/siwtrial-setup.exe'
$packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
fileType = 'EXE'
url = $url
url64bit = $url64
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
validExitCodes= @(0, 3010, 1641)
softwareName = 'siw*'
checksum = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
checksumType = 'md5'
checksum64 = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
checksumType64= 'md5'
}
Install-ChocolateyPackage @packageArgs
$packageName = 'siw'
$packageSearch = "$packageName *"
$installerType = 'exe'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$validExitCodes = @(0)
Get-ItemProperty -Path @('HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*') `
-ErrorAction:SilentlyContinue `
| Where-Object {$_.DisplayName -like $packageSearch} `
| ForEach-Object {Uninstall-ChocolateyPackage -PackageName "$packageName" `
-FileType "$installerType" `
-SilentArgs "$($silentArgs)" `
-File "$($_.UninstallString)" `
-ValidExitCodes $validExitCodes}
- siw.9.2.1.20190618.nupkg (9a2410b0e584) - ## / 62 - Log in or click on link to see number of positives
- siwtrial-setup.exe (35d4b34ab41e) - ## / 72 - 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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
siw (Install) 9.5.5.20191112 | 0 | Sunday, December 8, 2019 | Approved |
siw (Install) 9.5.4.20191112 | 0 | Friday, December 6, 2019 | Approved |
siw (Install) 9.5.3.20191112 | 0 | Tuesday, December 3, 2019 | Approved |
siw (Install) 9.5.2.20191112 | 22 | Monday, November 18, 2019 | Approved |
siw (Install) 9.5.1.20191112 | 9 | Sunday, November 17, 2019 | Approved |
siw (Install) 9.5.0.20191112 | 20 | Tuesday, November 12, 2019 | Approved |
siw (Install) 9.4.8.20191001 | 17 | Saturday, November 9, 2019 | Approved |
siw (Install) 9.4.7.20191001 | 19 | Wednesday, November 6, 2019 | Approved |
siw (Install) 9.4.6.20191001 | 16 | Sunday, November 3, 2019 | Approved |
siw (Install) 9.4.5.20191001 | 11 | Saturday, November 2, 2019 | Approved |
siw (Install) 9.4.4.20191001 | 46 | Saturday, October 5, 2019 | Approved |
siw (Install) 9.4.2.20191001 | 21 | Friday, October 4, 2019 | Approved |
siw (Install) 9.4.0.20191001 | 27 | Tuesday, October 1, 2019 | Approved |
siw (Install) 9.3.7.20190707 | 25 | Thursday, September 26, 2019 | Approved |
siw (Install) 9.3.6.20190707 | 27 | Tuesday, September 24, 2019 | Approved |
siw (Install) 9.3.5.20190707 | 32 | Saturday, September 21, 2019 | Approved |
siw (Install) 9.3.4.20190707 | 79 | Monday, August 5, 2019 | Approved |
siw (Install) 9.3.3.20190707 | 53 | Sunday, July 21, 2019 | Approved |
siw (Install) 9.3.2.20190707 | 42 | Friday, July 12, 2019 | Approved |
siw (Install) 9.3.1.20190707 | 35 | Thursday, July 11, 2019 | Approved |
siw (Install) 9.3.0.20190707 | 35 | Sunday, July 7, 2019 | Approved |
siw (Install) 9.2.2.20190618 | 40 | Tuesday, July 2, 2019 | Approved |
siw (Install) 9.2.1.20190618 | 31 | Monday, July 1, 2019 | Approved |
siw (Install) 9.2.0.20190618 | 53 | Tuesday, June 18, 2019 | Approved |
siw (Install) 9.1.10.20190409 | 39 | Thursday, June 13, 2019 | Approved |
siw (Install) 9.1.9.20190409 | 41 | Wednesday, June 12, 2019 | Approved |
siw (Install) 9.1.8.20190409 | 50 | Monday, June 3, 2019 | Approved |
siw (Install) 9.1.7.20190409 | 42 | Saturday, June 1, 2019 | Approved |
siw (Install) 9.1.6.20190409 | 52 | Wednesday, May 22, 2019 | Approved |
siw (Install) 9.1.5.20190409 | 44 | Tuesday, May 14, 2019 | Approved |
siw (Install) 9.1.3.20190409 | 45 | Thursday, May 9, 2019 | Approved |
siw (Install) 9.1.2.20190409 | 57 | Saturday, May 4, 2019 | Approved |
siw (Install) 9.1.0.20190409 | 66 | Tuesday, April 9, 2019 | Approved |
siw (Install) 9.0.1.20190115 | 89 | Sunday, March 10, 2019 | Approved |
siw (Install) 9.0.0.20190115 | 107 | Tuesday, January 15, 2019 | Approved |
siw (Install) 8.4.2.20181120 | 105 | Tuesday, November 27, 2018 | Approved |
siw (Install) 8.4.0.20181120 | 75 | Tuesday, November 20, 2018 | Approved |
siw (Install) 8.3.5.20180710 | 108 | Saturday, October 27, 2018 | Approved |
siw (Install) 8.3.4.20180710 | 102 | Sunday, September 23, 2018 | Approved |
siw (Install) 8.3.3.20180710 | 100 | Wednesday, September 12, 2018 | Approved |
siw (Install) 8.3.2.20180710 | 128 | Wednesday, July 25, 2018 | Approved |
siw (Install) 8.3.1.20180710 | 104 | Saturday, July 21, 2018 | Approved |
siw (Install) 8.3.0.20180710 | 121 | Tuesday, July 10, 2018 | Approved |
siw (Install) 8.2.3.20180502 | 111 | Friday, June 29, 2018 | Approved |
siw (Install) 8.2.2.20180502 | 133 | Friday, June 1, 2018 | Approved |
siw (Install) 8.2.1.20180502 | 157 | Wednesday, May 2, 2018 | Approved |
siw (Install) 8.2.0.20180502 | 123 | Wednesday, May 2, 2018 | Approved |
siw (Install) 8.1.1.20180227 | 141 | Saturday, April 21, 2018 | Approved |
siw (Install) 8.1.0.20180227 | 256 | Tuesday, February 27, 2018 | Approved |
siw (Install) 8.0.4.20180106 | 193 | Saturday, February 10, 2018 | Approved |
siw (Install) 8.0.2.20180106 | 220 | Thursday, January 25, 2018 | Approved |
siw (Install) 8.0.1.20180106 | 173 | Saturday, January 13, 2018 | Approved |
siw (Install) 8.0.0.20180106 | 189 | Saturday, January 6, 2018 | Approved |
siw (Install) 7.8.2.20171111 | 261 | Tuesday, November 14, 2017 | Approved |
siw (Install) 7.8.1.20171111 | 225 | Saturday, November 11, 2017 | Approved |
© 2005-2017 Gabriel Topala
This package has no dependencies.
Ground Rules:
- This discussion is only about siw (Install) and the siw (Install) 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 siw (Install), 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.