Skip to content

Ardfry | Psd Codec 1.7 Silent Install Mshaz1000.exe

Product: Ardfry PSD Codec 1.7
Installer Filename: mshaz1000.exe
Vendor: Ardfry Imaging, LLC
Purpose: Adds Windows thumbnails and metadata properties for Adobe Photoshop (PSD) files in Windows Explorer.
Deployment Need: Standard user accounts without admin rights, or mass deployment via MDT/SCCM/Group Policy.

The standard installer launches an interactive GUI. This paper documents the parameters and methods to achieve a completely silent (unattended) installation. Ardfry PSD Codec 1.7 Silent Install mshaz1000.exe

If you are rolling this out via a login script or a management tool like SCCM, you can use a simple batch file. Product: Ardfry PSD Codec 1

@echo off
:: Check for admin rights
net session >nul 2>&1
if %errorLevel% == 0 (
    echo Running Silent Install for Ardfry PSD Codec 1.7...
    start /wait mshaz1000.exe /S
    echo Installation Complete.
) else (
    echo Failure: Please run this script as Administrator.
)
pause

After testing with standard switches (/S, /silent, /quiet, /verysilent, /q) and observing that typical NSIS /S works for many Ardfry installers, the correct silent switch for mshaz1000.exe is: After testing with standard switches ( /S ,

mshaz1000.exe /S