Jump to content

Help ending dBpowerAMP11 silent installation


Recommended Posts

Posted

Hi,

Ifound few posts regarding the silent installation dBpowerAMP 10 and i try applying that to dBpowerAMP 11 .

I prepared a .cmd batch file

dBpowerAMP\\setup.exe "<Silent>"
taskkill /F /IM MusicConverter.exe

The silent switch

dBpowerAMP\\setup.exe "<Silent>"

OK

But I can't get rid from the last screen "dMC Configuration' (here attached).

I even tried the promt command

taskkill /F /IM MusicConverter.exe

without success!.

The only way to get it ride is to open the Task Manager (Ctrl +Alt +Sup), then ending MusicConverter.exe task or killing MusicConverter.exe process.

TNX for yr help

coucou


Posted

It is strange that TASKKILL doesn't work but you can kill the process with the task manager...

EDIT: Ah, I got it! All the commands in a batch file are executed one after another. So the TASKKILL command just can't be executed for it waits for the previous process to end. Think you'll have to use AutoIt...

Posted

I wonder use AutoIt,

But I don't know how using it... and i'm not an experienced coder.

Does anybody can help

Cheers

coucou

  • 2 months later...
Posted

Here's a quic autoit script I wrote for installing it silently....

Run("dMC-r11.exe" & " ""<Silent>""")

WinWait("dMC Configuration", "", 80)
If WinExists("dMC Configuration", "") Then
  WinActivate("dMC Configuration", "")
ControlClick("dMC Configuration", "ID Tag Options", "Button1")
EndIf

  • 2 weeks later...

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...