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
  • Razzor
    • Jul 2005
    • 2

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

    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.
    Last edited by Razzor; 07-22-2005, 04:44 PM.

    Comment

    • atamo
      • Sep 2010
      • 10

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

      thank's for Help, I tried a lot until I realized that "<Silent>" swich is case sensitive :vmad:

      Comment

      • LostElf
        • Mar 2015
        • 2

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

        Hi everybody, I'm trying to install a few codecs silently but with no luck... I tried using <Silent> and --silent but for these codecs: Arrange Audio, Audio Info, Channel Split, Id Tag Update,MonkeysAudio and WavPack it doesn't work and the setup runs in standard mode... can you help me? Is it possible to silently install those codecs? Thanks!

        Comment

        • Spoon
          Administrator
          • Apr 2002
          • 43897

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

          These old installs do not support it, sorry.
          Spoon
          www.dbpoweramp.com

          Comment

          • LostElf
            • Mar 2015
            • 2

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

            Originally posted by Spoon
            These old installs do not support it, sorry.
            Absolutely no problem, Spoon! I was only curious to find out if (and in what) I was making any mistake. Thank you VERY much for your amazing work, you're GREAT!! ^_^

            Comment

            • SirLauncelot
              • Nov 2015
              • 1

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

              I am trying to do something similar, but it doesn't seem to work. I think I have correctly escaped the <> characters. But I can't even do this from a CMD prompt.

              FOR %i IN (*.exe) DO "%i" ^<Silent^>

              or even this from the command line:

              "dMC-R15.3-Ref-Registered.exe" ^<Silent^>

              It really doesn't like the <> characters. In future builds, could you incorporate normal options like /s?

              Comment

              • Spoon
                Administrator
                • Apr 2002
                • 43897

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

                The new installers accept --silent
                Spoon
                www.dbpoweramp.com

                Comment

                Working...

                ]]>