Silent Hydra Installation through cmd or powershell script commands

Is it possible to install Hydra with a powershell or cmd script command? where I specify everything I need, for example: /platforms= win64, win32 /ides=bds28, bds29, bds37, vs2022… etc.

Hi,

we use Innosetup, so you can use /SAVEINF="filename" & /LOADINF="filename" command line parameters for saving and loading installation settings.

also you can use /SILENT, /SUPPRESSMSGBOXES and other keys.

check more at Setup Command Line Parameters

1 Like

can you give me please an example for installation settings? or after manual installation I could generate it myself, right?

Hi,

launch Hydra setup with /SAVEINF="c:\hydra.ini" command line parameter - it will create text file. later you can use this file in silent mode like /LOADINF="c:\hydra.ini" /SILENT

1 Like