This article explains how to perform a silent (unattended) installation of Ardfry PSD Codec 1.7 distributed as mshaz1000.exe, how to create an uninstall script, how to verify installation, and troubleshooting tips.
Warning: confirm you have a legitimate license and that your environment allows installation of codecs. Test in a VM before rolling out widely.
Most Ardfry installers are InnoSetup. Common silent switches:
Ardfry-PSD-Codec-Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
To install for all users (requires admin rights):
Ardfry-PSD-Codec-Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /ALLUSERS
Despite careful configuration, silent installs can fail. Here are the most common issues and their solutions.
| Claim | Reality |
|-------|---------|
| Ardfry PSD Codec 1.7 | ❌ Does not officially exist |
| mshaz1000.exe silent install | ⚠️ Likely repack / malware |
| Recommendation | Use official v1.6.2 with /VERYSILENT |
Would you like help creating a safe, scripted deployment of the genuine Ardfry PSD Codec using PowerShell or SCCM instead?
Ardfry PSD Codec 1.7 is a specialized plug-in for Windows designed to provide native support for viewing Adobe Photoshop (PSD) Large Document Format (PSB)
files directly within Windows Explorer. This utility eliminates the need to open heavy editing software like Photoshop just to identify a specific image, significantly speeding up design workflows by enabling thumbnail previews and metadata viewing. Key Features of PSD Codec 1.7 Explorer Thumbnails
: View high-quality thumbnails of PSD, PSB, and even AI, EPS, and INDD files within folders. Metadata Integration
: View PSD metadata, such as camera details and file info, directly in the Windows Explorer properties or preview pane. High Compatibility Ardfry PSD Codec 1.7 Silent Install mshaz1000.exe
: Full support for Windows XP, 7, 8, 8.1, and 10 in both 32-bit and 64-bit architectures. Native Viewing
: Preview files in Windows Photo Viewer and Windows Media Center without additional software. Silent Installation via mshaz1000.exe
For system administrators or power users deploying the software across multiple machines, a silent installation is often required to avoid manual user interaction. The file mshaz1000.exe
is frequently associated with pre-packaged or custom installers of this codec. Silent Install Command
Standard executable installers like this typically use one of several universal silent switches. To run a silent installation for this package, open a Command Prompt as Administrator and use the following syntax: mshaz1000.exe /S Use code with caution. Copied to clipboard Note: Some versions may require depending on the packaging tool used. Verification Steps Administrative Rights
: Always run the command from an elevated prompt to ensure the codec has permission to register system DLLs. Restart Explorer : After a silent install, you may need to restart explorer.exe or reboot the computer to see the PSD thumbnails. Preferences official PSD Codec User's Guide to configure specific preview settings via the PSDCodecPreferences.exe Availability and Licensing
View Adobe Photoshop Document (PSD and PSB) files in Windows
Ardfry PSD Codec is a high-performance system shell extension developed by Ardfry Imaging
that provides native support for Adobe Photoshop (.psd) files within the Windows ecosystem
. Version 1.7 (specifically 1.7.0.0) is a specific build often sought for its stability and compatibility with older versions of Windows like Windows 7, 8, and early 10. Core Functionality This article explains how to perform a silent
The codec functions by registering itself with the Windows operating system, allowing File Explorer and other native applications like Windows Photo Viewer to render visual content directly from layered PSD data. Instant Thumbnails
: It replaces generic Photoshop icons with high-quality, flattened preview images in folder views. Metadata Support
: It enables the viewing of PSD metadata, such as dimensions, color mode, and resolution, within the File Explorer properties. Compatibility
: Supports 32-bit and 64-bit Windows environments and handles both standard PSD and large PSB files. Ardfry Imaging, LLC Silent Installation & "mshaz1000.exe" "mshaz1000.exe"
typically refers to a modified or repacked version of the installer often distributed through online forums or software repositories. While the official installer from Ardfry Imaging
is standard, repacks like the one mentioned often include pre-configured silent installation scripts for deployment in enterprise or batch-automated environments. Standard Silent Switches
For a standard installation of the Ardfry PSD Codec (which typically uses an Inno Setup or similar wrapper), silent installation can usually be triggered via the command line using the following switches:
: Shows the installation progress window but requires no user interaction. /VERYSILENT
: Performs the installation entirely in the background with no visual interface. /NORESTART
: Prevents the installer from automatically rebooting the computer, which is critical since a restart is often required to refresh the Windows shell and enable thumbnail rendering. Performance and Reliability To install for all users (requires admin rights):
Unlike third-party image viewers, the Ardfry codec does not require you to open heavy external software to see what is inside a file. It is designed to be lightweight, utilizing minimal system resources while significantly speeding up workflows for designers who manage large libraries of Photoshop assets. : When using executables like mshaz1000.exe
from unofficial sources, it is recommended to verify the file's integrity using a security scanner. Official versions are provided as a 15-day trial, allowing users to test compatibility before purchase. Ardfry Imaging, LLC Batch command to deploy this across multiple workstations?
View Adobe Photoshop Document (PSD and PSB) files in Windows
Standard installations require user interaction: accepting an EULA, choosing an install path, and clicking "Next" or "Finish." In an enterprise environment, this is unacceptable for three reasons:
A silent installation (also called unattended or quiet installation) suppresses all dialog boxes, uses default settings, and runs entirely in the background. It can be pushed via Group Policy (GPO), Microsoft Endpoint Configuration Manager (SCCM/MECM) , PDQ Deploy, Intune, or simple batch scripts.
While mshaz1000.exe is convenient, understand the alternatives:
After silent install, check:
Check one or more of:
Example PowerShell check (adjust path/registry as needed):
Test-Path "C:\Program Files\Ardfry\PSD Codec\"
Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*" | Where-Object $_.DisplayName -like "*PSD*"