EasyMP Network Projection is a software application developed by Epson that enables users to wirelessly or via a network, project their computer screens onto Epson projectors and displays. It offers features such as screen mirroring, multi-projection support, and remote control, making it useful for presentations and educational purposes. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of EasyMP Network Projection from the command line using the EXE installer.
How to Install EasyMP Network Projection Silently
EasyMP Network Projection Silent Install (EXE)
- Navigate to: https://ftp.epson.com/drivers/epson16189.exe
- Download the epson16189.exe file to a folder created at (C:\Downloads)
- Extract the Setup.exe from the epson16189.exe using 7-Zip to C:\Downloads
- Extract the contents of the Setup.exe using 7-Zip to C:\Downloads\Setup
- You should now see a similar structure inside the Setup directory
- InstData
- language
- EMP_NSCInst.exe
- You should now see a similar structure inside the Setup directory
- Browse to the “C:\Downloads\Setup\InstData\license” folder
- Copy the License.EN license file to “C:\Downloads\Setup\InstData\”
- Now delete the “C:\Downloads\Setup\InstData\license” folder
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the “C:\Downloads\Setup\InstData\” folder
- Enter the following command to record a response file:
setup.exe -r -f1".\setup.iss"
- Press Enter
- Click Next on the EasyMP Network Projection Setup window
- On the License Agreement page, Click Yes
- Choose Destination Location and Click Next
- Click Finish on the Installation Wizard Complete window
- You will now find the response file (setup.iss) in the “C:\Downloads\Setup\InstData\” folder
- Uninstall EasyMP Network Projection
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the “C:\Downloads\Setup\InstData\” folder
- Enter the following command:
setup.exe -s -f1".\setup.iss"
- Press Enter
After a few moments you will find EasyMP Network Projection entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | EasyMP Network Projection |
Vendor: | Seiko Epson Corporation |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: | setup.exe -s -f1".\setup.iss" |
Silent Uninstall Switch: | "%ProgramFiles(x86)%\InstallShield Installation Information\{4A515955-A3D4-4FE6-98C0-E7987FF3279A}\setup.exe" -runfr -removeonly -s -f1".\uninstall.iss" |
Download Link: | EasyMP Network Projection Download |
PowerShell Script: | EasyMP Network Projection | PowerShell Script |
Detection Script: | EasyMP Network Projection | Custom Detection Script |
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 an EasyMP Network Projection Installation Log File
The EasyMP Network Projection installer offers the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following commands to create a log file with details about the installation.
EasyMP Network Projection Silent Install (EXE) with Logging
setup.exe -s -f1".\setup.iss" -f2"%WINDIR%\Temp\EasyMP-Install.log" |
How to Uninstall EasyMP Network Projection Silently
Check out the following posts for a scripted solution:
EasyMP Network Projection Install and Uninstall (PowerShell) |
EasyMP Network Projection Silent Uninstall (PowerShell) |
EasyMP Network Projection Silent Uninstall (EXE)
- Install EasyMP Network Projection
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the “C:\Downloads\Setup\InstData\” folder
- Enter the following commands to record an uninstall response file:
"%ProgramFiles(x86)%\InstallShield Installation Information\{4A515955-A3D4-4FE6-98C0-E7987FF3279A}\setup.exe" -runfr -removeonly -r -f1".\uninstall.iss" |
- Click Yes on the “Do you want to completely remove the selected application and all of its features?” pop-up
- On the InstallShield Wizard Complete screen, Click Finish
- You will now find the response file (uninstall.iss) in the “C:\Downloads\Setup\InstData\” folder
- Reinstall EasyMP Network Projection to test silent uninstall
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the “C:\Downloads\Setup\InstData\” folder
- Enter the following command:
EasyMP Network Projection Silent Uninstall (EXE)
"%ProgramFiles(x86)%\InstallShield Installation Information\{4A515955-A3D4-4FE6-98C0-E7987FF3279A}\setup.exe" -runfr -removeonly -s -f1".\uninstall.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.