View Full Version : Silent Install using command switches in a batch command
XL-DJK95355
11-13-2003, 12:48 PM
[FONT=Tahoma]
I am completely lost.......I need silent command switches for installind db10....I'd like to incluse the install in my WinXP CD.........what command do I use?
Thanks
Steve:vmad:
Spoon
11-13-2003, 07:09 PM
run dmc setup passing:
<Silent>
on the command line.
XL-DJK95355
11-18-2003, 08:57 AM
run dmc setup passing:
<Silent>
on the command line.
Thanks, Spoon, but I tried it and it didn't work, here's an example of a batch command I use for Nero Burning Rom, using a similar technique:
ECHO Installing Nero Ultra Burning ROM v6.0.0.23
ECHO Please wait...
start /wait %systemdrive%\Nero\Nero60023.exe /silent /noreboot
ECHO.
ECHO Registering Nero Ultra Burning ROM...
REGEDIT /S %systemdrive%\Nero\Register.reg
ECHO.
EXIT, I even tried that particular command structure, and even THAT didn't work with dB10....... now, I'm lost...lol
Spoon
11-18-2003, 07:00 PM
make sure you have the right case:
<Silent>
it should work, Sveta installs dMC this way.
XL-DJK95355
11-18-2003, 08:21 PM
make sure you have the right case:
<Silent>
it should work, Sveta installs dMC this way.
Well, Spoon, it doesn't...so I'm completely lost....... I have no Idea:yawn:
This is what I've inputed to try out:
Start - Run - c:\db10Gold.exe /s
Start - Run - c:\db10Gold.exe <Silent>
Start - Run - c:\db10Gold.exe /S
Start - Run - c:\db10Gold.exe -u -s
they're no good, I still get the Install popup as orignal
Spoon
11-19-2003, 08:01 PM
Try:
Start - Run - "c:\db10Gold.exe" <Silent>
If will offer to uninstall the old version, I have fixed this for the final r10 release.
XL-DJK95355
11-19-2003, 10:26 PM
Try:
Start - Run - "c:\db10Gold.exe" <Silent>
If will offer to uninstall the old version, I have fixed this for the final r10 release.
THANKS ALOT SPOON! :D :D I just wanted to know if there's any way to exclude the final window? Does this switch work with File Selector and Powerpack?
THANKS,
STEVE :D
Unregistered
12-19-2003, 04:10 PM
Thanks for that switch. BTW if you want the last screen to disappear when its finish installing just use the taskkill.exe to stop it. Like this, "taskkill.exe /F /IM musicconverter.exe". That worked for me, so I'm guessing you may have some success with it also.
Spoon
12-20-2003, 09:43 AM
Those two are using the old installer so not until they are updated.
Unregistered
02-11-2004, 07:39 AM
Is there anyway to make this work thru a DOS batch file?
It works fine in WinXP, using Start->Run.
But if I try to do it thru a dos batch file it doesn't work.
IE)
start /wait %cdrom%\other\$more\dbamp\setup.exe <Silent>
start /wait "%cdrom%\other\$more\dbamp\setup.exe" <Silent>
%cdrom%\other\$more\dbamp\setup.exe <Silent>
"%cdrom%\other\$more\dbamp\setup.exe" <Silent>
etc
never works. I either get spit out of the dos command window, or i get
The syntax of the command is incorrect and it pauses my installation in
even just going to my DVDRom drive and into the folder and typing
setup.exe <Silent>
i get invalid syntax.
Like I said, it works fine using Start->Run. But I dont want that.
I want it to be able to install via COMMAND window.
I have an unattended install DVD, I'd like dbpoweramp to be installed automatically. I utilize BATCH file commands to install all the programs.
This one does not work. Any ideas?
Unregistered
03-22-2004, 12:30 PM
Thanks for that switch. BTW if you want the last screen to disappear when its finish installing just use the taskkill.exe to stop it. Like this, "taskkill.exe /F /IM musicconverter.exe". That worked for me, so I'm guessing you may have some success with it also.
Unregistered
06-19-2004, 02:59 AM
to run silent use /s
koden
07-12-2004, 09:49 PM
I'm using this:
@echo off
ECHO.
ECHO Installing dbpoweramp
ECHO Please wait...
start /wait %systemdrive%\dMC-r10.exe /s
ECHO.
it's still gives me install screen
I have tryed this:
start /wait %systemdrive%\dMC-r10.exe <silent>
then nothing happens...
what am I doing wrong??
Spoon
07-13-2004, 08:08 AM
Try:
start /wait "%systemdrive%\dMC-r10.exe" <silent>
Terra
07-24-2004, 09:51 PM
wrote my own installer for this, including a codec pack for all codecs
Razzor
07-22-2005, 07:59 AM
Place "<Silent>" switch in batch file as below:
Add taskkill to make it completely silent:
Echo Installing dBpowerAMP and Codecs...
start /wait %systemdrive%\Install\dBpowerAMP.exe "<Silent>"
taskkill /F /IM musicconverter.exe
Echo Done!
"<Silent>" works for codecs as well, but taskkill is not necessary for these.
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.