KakaoTalk Silent Install (How-To Guide)

KakaoTalk is a free instant messaging application operated by Kakao Corporation. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of KakaoTalk from the command line using the EXE installer.

How to Install KakaoTalk Silently

KakaoTalk Silent Install (EXE)

  1. Navigate to: https://app-pc.kakaocdn.net/talk/win32/x64/KakaoTalk_Setup.exe
  2. Download the KakaoTalk_Setup.exe to a folder created at (C:\Downloads)
  3. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  4. Navigate to the C:\Downloads folder
  5. Enter the following command: KakaoTalk_Setup.exe /S
  6. Press Enter

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

Software Title: KakaoTalk
Vendor: Kakao Corp.
Architecture: x64
Installer Type: EXE
Silent Install Switch: KakaoTalk_Setup.exe /S
Silent Uninstall Switch: "%ProgramFiles%\Kakao\KakaoTalk\uninstall.exe" /S
Download Link: KakaoTalk Download
PowerShell Script: KakaoTalk | PowerShell Script
PSADT v4: KakaoTalk | PSADT v4
Detection Script: KakaoTalk | 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

Change the KakaoTalk Default Installation Directory

You can also change the default installation directory by using the following command line parameters. In this example, I’m installing KakaoTalk to “C:\KakaoTalk”

KakaoTalk_Setup.exe /S /D=C:\KakaoTalk

How to Uninstall KakaoTalk Silently

Check out the following posts for a scripted solution:

KakaoTalk Install and Uninstall (PSADT v4)
KakaoTalk Install and Uninstall (PowerShell)
KakaoTalk Silent Uninstall (PowerShell)
  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter one of the following commands:

KakaoTalk 32-bit Silent Uninstall (EXE) on 32-bit Systems

"%ProgramFiles%\Kakao\KakaoTalk\uninstall.exe" /S

KakaoTalk 32-bit Silent Uninstall (EXE) on 64-bit Systems

"%ProgramFiles(x86)%\Kakao\KakaoTalk\uninstall.exe" /S

KakaoTalk 64-bit Silent Uninstall (EXE) on 64-bit Systems

"%ProgramFiles%\Kakao\KakaoTalk\uninstall.exe" /S

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.