MSFN Forum: Help ending dBpowerAMP11 silent installation - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Help ending dBpowerAMP11 silent installation Rate Topic: -----

#1 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 806
  • Joined: 01-January 04

Posted 11 April 2005 - 11:15 AM

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


#2 User is offline   PryGuy 

  • Junior
  • Pip
  • Group: Members
  • Posts: 83
  • Joined: 26-January 05

Posted 11 April 2005 - 11:48 PM

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

#3 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 806
  • Joined: 01-January 04

Posted 12 April 2005 - 03:49 PM

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

#4 User is offline   redfive19 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 17-August 04

Posted 13 June 2005 - 07:47 AM

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


#5 User is offline   z00000000z 

  • Group: Members
  • Posts: 1
  • Joined: 18-April 05

Posted 22 June 2005 - 04:33 AM

Thanx a Bunch @ redfive19!

cheers

z00000000z

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy