title
Products            Buy            Support Forum            Professional            About            Codec Central
 

Silent Install using command switches in a batch command

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • XL-DJK95355
    • Nov 2003
    • 4

    Silent Install using command switches in a batch command

    [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
    Administrator
    • Apr 2002
    • 43894

    #2
    Re: Silent Install using command switches in a batch command

    run dmc setup passing:

    <Silent>

    on the command line.
    Spoon
    www.dbpoweramp.com

    Comment

    • XL-DJK95355
      • Nov 2003
      • 4

      #3
      Re: Silent Install using command switches in a batch command

      Originally posted by Spoon
      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
      Last edited by XL-DJK95355; 11-18-2003, 01:04 PM.

      Comment

      • Spoon
        Administrator
        • Apr 2002
        • 43894

        #4
        Re: Silent Install using command switches in a batch command

        make sure you have the right case:

        <Silent>

        it should work, Sveta installs dMC this way.
        Spoon
        www.dbpoweramp.com

        Comment

        • XL-DJK95355
          • Nov 2003
          • 4

          #5
          Re: Silent Install using command switches in a batch command

          Originally posted by Spoon
          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
          Last edited by XL-DJK95355; 11-19-2003, 11:29 PM.

          Comment

          • Spoon
            Administrator
            • Apr 2002
            • 43894

            #6
            Re: Silent Install using command switches in a batch command

            Try:

            Start - Run - "c:\db10Gold.exe" <Silent>

            If will offer to uninstall the old version, I have fixed this for the final r10 release.
            Spoon
            www.dbpoweramp.com

            Comment

            • XL-DJK95355
              • Nov 2003
              • 4

              #7
              Re: Silent Install using command switches in a batch command

              Originally posted by Spoon
              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

              Comment

              • Unregistered

                #8
                Re: Silent Install using command switches in a batch command

                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.

                Comment

                • Spoon
                  Administrator
                  • Apr 2002
                  • 43894

                  #9
                  Re: Silent Install using command switches in a batch command

                  Those two are using the old installer so not until they are updated.
                  Spoon
                  www.dbpoweramp.com

                  Comment

                  • Unregistered

                    #10
                    Re: Silent Install using command switches in a batch command

                    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?

                    Comment

                    • Unregistered

                      #11
                      Re: Silent Install using command switches in a batch command

                      Originally posted by Unregistered
                      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.

                      Comment

                      • Unregistered

                        #12
                        Re: Silent Install using command switches in a batch command

                        to run silent use /s

                        Comment

                        • koden
                          • Jul 2004
                          • 2

                          #13
                          Re: Silent Install using command switches in a batch command

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

                          Comment

                          • Spoon
                            Administrator
                            • Apr 2002
                            • 43894

                            #14
                            Re: Silent Install using command switches in a batch command

                            Try:

                            start /wait "%systemdrive%\dMC-r10.exe" <silent>
                            Spoon
                            www.dbpoweramp.com

                            Comment

                            • Terra
                              • Jul 2004
                              • 3

                              #15
                              Re: Silent Install using command switches in a batch command

                              wrote my own installer for this, including a codec pack for all codecs

                              Comment

                              Working...

                              ]]>