EasyMP Network Projection Silent Install (How-To Guide)

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)

  1. Navigate to: https://ftp.epson.com/drivers/epson16189.exe
  2. Download the epson16189.exe file to a folder created at (C:\Downloads)
  3. Extract the Setup.exe from the epson16189.exe using 7-Zip to C:\Downloads
  4. 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
  5. Browse to the “C:\Downloads\Setup\InstData\license” folder
  6. Copy the License.EN license file to “C:\Downloads\Setup\InstData\”
  7. Now delete the “C:\Downloads\Setup\InstData\license” folder
  8. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  9. Navigate to the “C:\Downloads\Setup\InstData\” folder
  10. Enter the following command to record a response file:
    • setup.exe -r -f1".\setup.iss"
  11. Press Enter
  12. Click Next on the EasyMP Network Projection Setup window
  13. On the License Agreement page, Click Yes
  14. Choose Destination Location and Click Next
  15. Click Finish on the Installation Wizard Complete window
  16. You will now find the response file (setup.iss) in the “C:\Downloads\Setup\InstData\” folder
  17. Uninstall EasyMP Network Projection
  18. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  19. Navigate to the “C:\Downloads\Setup\InstData\” folder
  20. Enter the following command: setup.exe -s -f1".\setup.iss"
  21. 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.

Jason Bergner

I am an accomplished Software Engineer at Patch My PC, leveraging more than 18 years of hands-on experience in Configuration Manager administration and application packaging. I am driven by a genuine passion for solving complex problems and consistently strive to discover innovative and effective solutions. Sharing my extensive knowledge of application deployments is a true joy for me, and I am honored to contribute to the community here at Silent Install HQ.

Recent Posts