How do you perform a fully silent install?

Get answers to your questions about color grading, editing and finishing with DaVinci Resolve.
  • Author
  • Message
Offline

Jeremy Hawks

  • Posts: 1
  • Joined: Tue Feb 28, 2017 3:51 pm

How do you perform a fully silent install?

PostTue Feb 28, 2017 4:18 pm

Hello, is there a way to silently deploy the free version of DaVinci Resolve 12.5 via something like Microsoft's SCCM (System Center Configuration Manager)? We want to deploy it in a classroom of about 30 computers.

I found that you can use a /q switch on the command line to perform a silent install, but after the initial install of DaVinci Resolve, it pops up asking if you want to install a driver. I need a way to have all of that answered automatically and be hidden from the end user.

I saw that there is a switch to read a config file during installation, but I could not find how to generate that config file or where it is located after an installation. I also do not know if that config file would allow the automatic installation of the driver or if that is considered a separate install.

Does anyone know how to deploy the free version of DaVinci Resolve 12.5 including the required driver silently?

Thanks for your help,

Jeremy Hawks
Green River College
Auburn, WA, USA
Offline

Michael Auerswald

  • Posts: 7
  • Joined: Tue Nov 11, 2014 10:20 am

Re: How do you perform a fully silent install?

PostTue Jun 20, 2017 12:06 pm

Probably too late now, but in case someone else needs this, here's what I do:

Start the Resolve installer on your own machine and click through the component selection. Then once the first installation dialog pops up, navigate to your %LocalAppData%/Temp directory and find the temp folder that contains the MSIs. Copy those somewhere else (for me it's just ResolveInstaller.msi and DaVinci Resolve Panels Installer v1.1.1.msi) and use those for your setup. I'm not using SCCM but another deployment tool, but it should be similar to

Code: Select all
MsiExec.exe /i "\\xyz\Public\Installer\Resolve\14.0b4\DaVinci Resolve Panels Installer v1.1.1.msi" /qn /log %LOG_FILE% ALLUSERS="1" REBOOT="ReallySuppress"

MsiExec.exe /i "\\xyz\Public\Installer\Resolve\14.0b4\ResolveInstaller.msi" /qn /log %LOG_FILE% REBOOT="ReallySuppress" ALLUSERS="1"


This works fine here.
Offline

Chip.Murphy

  • Posts: 167
  • Joined: Wed Mar 08, 2017 5:59 pm

Re: How do you perform a fully silent install?

PostTue Jun 20, 2017 3:40 pm

Open the .exe installer in the command prompt and use the /? switch. Should show a /extractcab (or similar) option. You'll get the true resolve MSI as well as postgres, which you can just ignore.

For the hardware certificate, install it on a single system manually and choose always trust for the blackmagic cert. Then pull the cert and add it as a GPO to your machines. Then you can silently install the MSI and all will work.
Offline

WillemK

  • Posts: 1
  • Joined: Mon Oct 07, 2019 3:28 am
  • Real Name: Willem Kruger

Re: How do you perform a fully silent install?

PostMon Oct 07, 2019 3:49 am

HI All, Soory to comment here, but I need to find out how to Silently install Davinci Resolve on macOS please?

After opening the DMG and it has installation file, however unlike other macOS apps it has a wizard, how can I skip this please?

Is there a terminal command similar? Can I straight copy the Davinci Resolve.app file(and it's content folder and then just do a copy via terminal?

Regards
Willem

Return to DaVinci Resolve

Who is online

Users browsing this forum: akcivan, Bing [Bot], maartenl945, panos_mts and 318 guests