Samsung Easy Setting Box Silent Install (How-To Guide)

Easy Setting Box enables users to partition the screen into various layouts of multiple sections so as to multi-task. This powerful tool enhances productivity by easily organizing multiple window screens. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Easy Setting Box from the command line using the MSI installers.

How to Install Samsung Easy Setting Box Silently

Easy Setting Box Silent Install (MSI) on 32-bit System

  1. Navigate to: https://displaysolutions.samsung.com/support/resources/product-support/easy+setting+box
  2. Select the Easy Setting Box Setup (All User) Download
  3. Download the EasySettingBox_x.y.z.zip to a folder created at (C:\Downloads)
  4. Extract the contents of EasySettingBox_x.y.z.zip to “C:\Downloads”
  5. Navigate to: https://aka.ms/vs/17/release/vc_redist.x86.exe
  6. Download the VC_redist.x86.exe to the C:\Downloads folder
  7. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  8. Navigate to the C:\Downloads folder
  9. Enter the following commands:
VC_redist.x86.exe /install /quiet /norestart
MsiExec.exe /i EasySettingMSI.msi /qn

After a few moments you should see the Easy Setting Box Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:Easy Setting Box
Vendor:Samsung
Architecture:x86
Installer Type:MSI
Silent Install Switch (Step 1)VC_redist.x86.exe /install /quiet /norestart
Silent Install Switch (Step 2)MsiExec.exe /i EasySettingMSI.msi /qn
Silent Uninstall Switch:MsiExec.exe /x EasySettingMSI.msi /qn
Repair Command:MsiExec.exe /fa EasySettingMSI.msi /qn
Download Link:https://displaysolutions.samsung.com/support/resources/product-support/easy+setting+box
PowerShell Script:https://silentinstallhq.com/samsung-easy-setting-box-install-and-uninstall-powershell/

Easy Setting Box Silent Install (MSI) on 64-bit System

  1. Navigate to: https://displaysolutions.samsung.com/support/resources/product-support/easy+setting+box
  2. Select the Easy Setting Box Setup (All User) Download
  3. Download the EasySettingBox_x.y.z.zip to a folder created at (C:\Downloads)
  4. Extract the contents of EasySettingBox_x.y.z.zip to “C:\Downloads”
  5. Navigate to: https://aka.ms/vs/17/release/vc_redist.x86.exe
  6. Download the VC_redist.x86.exe to the C:\Downloads folder
  7. Navigate to: https://aka.ms/vs/17/release/vc_redist.x64.exe
  8. Download the VC_redist.x64.exe to the C:\Downloads folder
  9. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  10. Navigate to the C:\Downloads folder
  11. Enter the following commands:
VC_redist.x86.exe /install /quiet /norestart
VC_redist.x64.exe /install /quiet /norestart
MsiExec.exe /i EasySettingMSIX64.msi /qn

After a few moments you should see the Easy Setting Box Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:Easy Setting Box
Vendor:Samsung
Architecture:x64
Installer Type:MSI
Silent Install Switch (Step 1)VC_redist.x86.exe /install /quiet /norestart
Silent Install Switch (Step 2)VC_redist.x64.exe /install /quiet /norestart
Silent Install Switch (Step 3)MsiExec.exe /i EasySettingMSIX64.msi /qn
Silent Uninstall Switch:MsiExec.exe /x EasySettingMSIX64.msi /qn
Repair Command:MsiExec.exe /x EasySettingMSIX64.msi /qn
Download Link:https://displaysolutions.samsung.com/support/resources/product-support/easy+setting+box
PowerShell Script:https://silentinstallhq.com/samsung-easy-setting-box-install-and-uninstall-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 an Easy Setting Box Installation Log File

The Easy Setting Box installers offer 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 verbose log file with details about the installation.

Easy Setting Box Silent Install (MSI) with Logging on 32-bit System

VC_redist.x86.exe /install /quiet /norestart /log "%WINDIR%\Temp\VC2022x86-Install.log"
MsiExec.exe /i EasySettingMSI.msi /qn /L*v "%WINDIR%\Temp\EasySettingBox-Install.log"

Easy Setting Box Silent Install (MSI) with Logging on 64-bit System

VC_redist.x86.exe /install /quiet /norestart /log "%WINDIR%\Temp\VC2022x86-Install.log"
VC_redist.x64.exe /install /quiet /norestart /log "%WINDIR%\Temp\VC2022x64-Install.log"
MsiExec.exe /i EasySettingMSIX64.msi /qn /L*v "%WINDIR%\Temp\EasySettingBox64-Install.log"

How to Uninstall Samsung Easy Setting Box Silently

Check out the Samsung Easy Setting Box Install and Uninstall (PowerShell) post for a scripted solution.

  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter one of the following commands:
VersionEasy Setting Box Silent Uninstall String
1.1.4 (32-bit)MsiExec.exe /x {6AF2B5F7-717B-4268-9F0A-2FD634BE6F23} /qn
1.1.3 (64-bit)MsiExec.exe /x {9815C23E-CF73-42A6-844F-B3C0D674CBEB} /qn

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