Help - Search - Members - Calendar
Full Version: Help ending dBpowerAMP11 silent installation
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
coucou
Hi,

Ifound few posts regarding the silent installation dBpowerAMP 10 and i try applying that to dBpowerAMP 11 .
I prepared a .cmd batch file
CODE
dBpowerAMP\\setup.exe "<Silent>"
taskkill /F /IM MusicConverter.exe


The silent switch
CODE
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
CODE
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
PryGuy
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...
coucou
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
redfive19
Here's a quic autoit script I wrote for installing it silently....


CODE
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
z00000000z
Thanx a Bunch @ redfive19!

cheers

z00000000z
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.