ScanSnap Home is an all-in-one software specially designed for ScanSnap scanners. Users can easily manage, edit, and utilize multiple types of scanned data, combine favorite functions, and organize documents, receipts, business cards, photos and much more all in one application. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Fujitsu ScanSnap Home from the command line using the EXE installer.
How to Install Fujitsu ScanSnap Home Silently
ScanSnap Home Silent Install (EXE)
- Navigate to: https://scansnap.fujitsu.com/global/dl/index-off.html
- Select a Scanner
- Select Target OS
- Click Display Software List
- Download the WinSSHOfflineInstaller_x_y_z.exe to a folder created at (C:\Downloads)
- Manually launch the ScanSnap Home installer, wait until you see the End User License Agreement
- Copy the “%LocalAppData%\Temp\SSHomeDownloadInstaller” folder to C:\Downloads
- Cancel the ScanSnap Home Setup Wizard
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Browse to “C:\Downloads\SSHomeDownloadInstaller\Prerequisite\ms_vcredist_x86_2013\”
- Enter the following command:
vcredist_x86.exe /install /quiet /norestart
- Press Enter
- Browse to “C:\Downloads\SSHomeDownloadInstaller\Prerequisite\ms_vcredist_x86_2017\”
- Enter the following command:
vc_redist.x86.exe /install /quiet /norestart
- Press Enter
- Browse to the “C:\Downloads\SSHomeDownloadInstaller\download\” folder
- Enter the following commands:
WinSSHomeInstaller_x_y_z.exe -s -f1".\WinSSHomeInstaller_x_y_z.iss" |
WinScanSnapAI_x_y_z.exe -s -f1".\WinScanSnapAI_x_y_z.iss" |
WinScanSnapHOCRPackage001_x_y_zr.exe -s -f1".\WinScanSnapHOCRPackage001_x_y_zr.iss" |
WinScanSnapHOCRPackage002_x_y_zr.exe -s -f1".\WinScanSnapHOCRPackage002_x_y_zr.iss" |
WinScanSnapHOCRPackage003_x_y_zr.exe -s -f1".\WinScanSnapHOCRPackage003_x_y_zr.iss" |
WinScanSnapHOCRPackage004_x_y_zr.exe -s -f1".\WinScanSnapHOCRPackage004_x_y_zr.iss" |
WinScanSnapHOCRPackage005_x_y_zr.exe -s -f1".\WinScanSnapHOCRPackage005_x_y_zr.iss" |
WinScanSnapHOCRPackage006_x_y_zr.exe -s -f1".\WinScanSnapHOCRPackage006_x_y_zr.iss" |
After a few moments you should see the ScanSnap Home Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | ScanSnap Home |
Vendor: | PFU Limited |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: | WinSSHomeInstaller_x_y_z.exe -s -f1".\WinSSHomeInstaller_x_y_z.iss" |
Silent Uninstall Switch: | See Uninstall Section Below |
Download Link: | https://scansnap.fujitsu.com/global/dl/index-off.html |
PowerShell Script: | https://silentinstallhq.com/fujitsu-scansnap-home-install-and-uninstall-powershell/ |
Detection Script: | https://silentinstallhq.com/create-a-custom-detection-script-for-fujitsu-scansnap-powershell/ |
The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.
Additional Configurations
Create a Fujitsu ScanSnap Home Installation Log File
The Fujitsu ScanSnap Home installer offers the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following command to create a log file with details about the installation.
Fujitsu ScanSnap Home Silent Install (EXE) with Logging
WinSSHomeInstaller_x_y_z.exe -s -f1".\WinSSHomeInstaller_x_y_z.iss" -f2"C:\Windows\Temp\ |
How to Uninstall Fujitsu ScanSnap Home Silently
Check out the following post for a scripted solution:
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter the following command:
Fujitsu ScanSnap Home Silent Uninstall (EXE)
"%ProgramFiles(x86)%\InstallShield Installation Information\{1806D5A5-0B2C-4E54-8219-7BD4CB9CB690}\WinSSHomeInstaller_x_y_z.exe" UNINSTALL -removeonly -s -f1"%ProgramFiles(x86)%\InstallShield Installation Information\{1806D5A5-0B2C-4E54-8219-7BD4CB9CB690}\setup.iss" |
Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.