Downloads:
40
Downloads of v 1.0.1:
8
Last Update:
04 Aug 2025
Published Date:
04 Aug 2025
Package Maintainer(s):
Software Author(s):
- Noriyuki Miyazaki
Tags:
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
CrystalMark Retro (Install)
(Ready for review)
- 1
- 2
- 3
1.0.1 | Updated: 04 Aug 2025
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
40
Downloads of v 1.0.1:
8
Published:
04 Aug 2025
Maintainer(s):
Software Author(s):
- Noriyuki Miyazaki
CrystalMark Retro (Install) 1.0.1
(Ready for review)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Noriyuki Miyazaki. The inclusion of Noriyuki Miyazaki trademark(s), if any, upon this webpage is solely to identify Noriyuki Miyazaki goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
CrystalMark Retro is a comprehensive benchmarking software that runs on Windows 95 and Windows NT 3.51 or later.
This software supports 32-bit (x86), 64-bit (x64/ARM64), many-core, and multilingual (48+ languages) systems, and can measure CPU, Disk, 2D graphics (GDI), and 3D graphics (OpenGL) performance with a single click. Benchmark results can be registered in CrystalMarkDB for centralized management of past results (account required: free of charge) and comparison with data registered by users around the world.
$ErrorActionPreference = 'Stop'
# Kill the app process before upgrade/uninstall
Get-Process -Name 'CrystalMarkRetro*' -ErrorAction SilentlyContinue | ForEach-Object {
try {
Write-Host "Try to stop running processes..."
Stop-Process -Id $_.Id -Force -ErrorAction Stop
Write-Host "Stopped process $($_.ProcessName).exe (PID: $($_.Id))"
} catch {
Write-Warning "Failed to stop ${name}: $_"
}
}
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
# $name: CrystalMark Retro (Install) -> CrystalMark Retro
$name = $($env:ChocolateyPackageTitle -replace '\s*\(.*?\)', '')
# $fileName: CrystalMark Retro -> CrystalMarkRetro
$fileName = $($name -replace '\s+', '')
$version = '1.0.1'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "$name*"
fileType = 'EXE'
silentArgs = '/SILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
validExitCodes= @(0)
}
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
if ($packageArgs['fileType'] -eq 'MSI') {
$packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
$packageArgs['file'] = ''
}
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
}
md5: C9982F37B329DE062F0394003A5FC3A6 | sha1: E89C0C03401D51F485D321DD14C833F574F062CB | sha256: 68E089A88B690BFDFAF04AC3E87A2C887EA826F9024AB3B999234008B16D9AC1 | sha512: 8F73A0F7C7ECE2A632909285CFDE78AA75893DEC4C069AF0694781E0BB0E0E99DC28A20E00C465D953C5A6418BF9F438C524D7A1F28E3CE69C55E53B38CD2F61
From: https://crystalmark.info/en/software/crystalmarkretro/crystalmarkretro-license/
LICENSE
© 2004-2025 hiyohiyo, koinec
© 2025 CrystalMark Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The installer has been downloaded from the official download link listed on <https://sourceforge.net/projects/crystalmarkretro/files/1.0.1/>
and can be verified like this:
1. Download the following file:
URL: <https://sourceforge.net/projects/crystalmarkretro/files/1.0.1/CrystalMarkRetro1_0_1.exe/download>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'
checksum_type: sha256
file_checksum: 68E089A88B690BFDFAF04AC3E87A2C887EA826F9024AB3B999234008B16D9AC1
Log in or click on link to see number of positives.
- crystalmarkretro.install.1.0.1.nupkg (8a03510c48d4) - ## / 69
- CrystalMarkRetro1_0_1.exe (68e089a88b69) - ## / 72
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 |
---|---|---|---|---|
CrystalMark Retro (Install) 1.0.1 | 8 | Monday, August 4, 2025 | Ready | |
CrystalMark Retro (Install) 1.0.0 | 32 | Friday, July 11, 2025 | Approved |
Copyright (C) Crystal Dew World.
This package has no dependencies.
Ground Rules:
- This discussion is only about CrystalMark Retro (Install) and the CrystalMark Retro (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 CrystalMark Retro (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.
KarbitsCode (maintainer) on 04 Aug 2025 06:32:19 +00:00:
User 'KarbitsCode' (maintainer) submitted package.
chocolatey-ops (reviewer) on 04 Aug 2025 07:07:59 +00:00:
crystalmarkretro.install has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Suggestions
Suggestions are either newly introduced items that will later become Guidelines or items that are don't carry enough weight to become a Guideline. Either way they should be considered. A package version can be approved without addressing Suggestion comments.
Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
chocolatey-ops (reviewer) on 04 Aug 2025 07:24:52 +00:00:
crystalmarkretro.install has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/choco-bot/64ac6d8848d7d615596b092af09c7bb5 for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 04 Aug 2025 08:39:47 +00:00:
crystalmarkretro.install has passed automated virus scanning.