Jump to content

Recommended Posts


Posted (edited)

Hello

What is KMPlayer Silent code?

I can't Find it. :no:

Have a AutoIt Installer that works, but only on the older version, seems the newer nullsoft installer no longer supports silent..

Run('kmp.exe /S')
WinWait("Installer Language","Please select the la")
If Not WinActive("Installer Language","Please select the la") Then WinActivate("Installer Language","Please select the la")
WinWaitActive("Installer Language","Please select the la")
Send("{ENTER}")

== UPDATE==

I just d/l KMP Professional Plus v.3.5.0.77 with below silent batch and it installed Silently with no issues..:yes:

@echo off&color a&mode con: cols=60 lines=4&&title[~ KMPlayer ProPlus - Silent ~]
::Installs KMP Professional Plus v.3.5.0.77 - DosProbie.03.13.13


"KMP_35077.exe" /S /D
cls
echo KMSPlayer Installed Successfully!
ping -n 3 127.0.0.1>nul
exit

Edited by DosProbie
Posted
I just d/l KMP Professional Plus v.3.5.0.77 with below silent batch and it installed Silently with no issues

Yup, the exact switches from the link I posted :yes:

Cheers

  • 4 months later...
Posted (edited)

Sorry my English is not so good!
I do not bother with width
I want to know that it does not use KmPlayer of nsis??

What code is silent?

This code will always return to normal

I've used this code

code:
kmp.exe /s

kmp.exe /NCRC

kmp.exe /D=C:\Program Files\NSIS

kmp.exe /NCRC /S /D=C:\Program Files\NSIS

kmp.exe /SD /D=C:\Program Files\kmp.exe

kmp.exe /SD

I will be grateful if you can help

Many thanks friend

KMPlayer V3.6.0.85

Edited by didava
  • 3 months later...
Posted

From a quick look around, some of the older versions were available in a portable form. Their forum shows a bit of dissatisfaction with recent releases, added bloat etc, and lack of a true portable form any more.

Cheers and Regards

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...