How do I change the installation directory of Cribl Edge on Windows?
Christopher Owen
Posts: 23 ✭
Best Answer
-
This is done with the
APPLICATIONROOTDIRECTORY
parameter and can be called in command line with something similar to this but edited for the environment:msiexec.exe /i Cribl-Edge-4.0.0-4eee3fda-windows-installer.msi APPLICATIONROOTDIRECTORY="C:\test" /L*V "C:\Log\CriblInstall.log" COMMAND="mode-managed-edge -H .cribl.cloud -p 4200 -u -g default -S true"
1
Answers
-
This is done with the
APPLICATIONROOTDIRECTORY
parameter and can be called in command line with something similar to this but edited for the environment:msiexec.exe /i Cribl-Edge-4.0.0-4eee3fda-windows-installer.msi APPLICATIONROOTDIRECTORY="C:\test" /L*V "C:\Log\CriblInstall.log" COMMAND="mode-managed-edge -H .cribl.cloud -p 4200 -u -g default -S true"
1