Jump to content

KmPlayer Silent Install


behdadsoft

Recommended Posts


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
Link to comment
Share on other sites

  • 4 months later...

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
Link to comment
Share on other sites

  • 3 months later...

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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